You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completed 200 OK in 102ms (Views: 73.9ms | ActiveRecord: 0.7ms)
7693
+
7694
+
7695
+
Started GET "/api/booking/user/5" for 127.0.0.1 at Wed Jun 15 15:18:35 +0200 2011
7696
+
Processing by BookingsController#find_by_user as JSON
7697
+
Parameters: {"id"=>"5"}
7698
+
[1m[35mBooking Load (0.5ms)[0m SELECT "bookings".* FROM "bookings" WHERE (user_id='5')
7699
+
[1m[36mSQL (0.3ms)[0m [1m SELECT name
7700
+
FROM sqlite_master
7701
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7702
+
[0m
7703
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE ("users"."id" = 5) LIMIT 1
7704
+
[1m[36mHotel Load (0.2ms)[0m [1mSELECT "hotels".* FROM "hotels" WHERE ("hotels"."id" = 1) LIMIT 1[0m
7705
+
[1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users" WHERE ("users"."id" = 5) LIMIT 1
7706
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "hotels".* FROM "hotels" WHERE ("hotels"."id" = 1) LIMIT 1[0m
7707
+
Completed 200 OK in 47ms (Views: 5.4ms | ActiveRecord: 1.1ms)
7708
+
7709
+
7710
+
Started DELETE "/api/booking/2" for 127.0.0.1 at Wed Jun 15 15:18:41 +0200 2011
7711
+
7712
+
AbstractController::ActionNotFound (The action 'delete' could not be found for BookingsController):
7713
+
7714
+
7715
+
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)
7716
+
7717
+
7718
+
Started POST "/api/lucene/rebuild" for 127.0.0.1 at Wed Jun 15 15:20:07 +0200 2011
7719
+
Processing by LuceneController#rebuild as JSON
7720
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
7721
+
7722
+
7723
+
Started DELETE "/api/booking/2" for 127.0.0.1 at Wed Jun 15 15:20:07 +0200 2011
7724
+
Processing by BookingsController#destroy as JSON
7725
+
Parameters: {"id"=>"2"}
7726
+
[1m[35mBooking Load (0.2ms)[0m SELECT "bookings".* FROM "bookings" WHERE ("bookings"."id" = 2) LIMIT 1
7727
+
[1m[36mAREL (0.7ms)[0m [1mDELETE FROM "bookings" WHERE ("bookings"."id" = 2)[0m
7728
+
Completed 200 OK in 31ms
7729
+
7730
+
7731
+
Started GET "/api/booking/user/5" for 127.0.0.1 at Wed Jun 15 15:20:16 +0200 2011
7732
+
Processing by BookingsController#find_by_user as JSON
7733
+
Parameters: {"id"=>"5"}
7734
+
[1m[35mBooking Load (0.5ms)[0m SELECT "bookings".* FROM "bookings" WHERE (user_id='5')
7735
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE ("users"."id" = 5) LIMIT 1[0m
7736
+
[1m[35mHotel Load (0.3ms)[0m SELECT "hotels".* FROM "hotels" WHERE ("hotels"."id" = 1) LIMIT 1
7737
+
Completed 200 OK in 60ms (Views: 13.2ms | ActiveRecord: 1.9ms)
7738
+
7739
+
7740
+
Started GET "/api/hotel/search?page=0&size=5" for 127.0.0.1 at Wed Jun 15 15:20:17 +0200 2011
0 commit comments