Started POST "/en/backoffice/places/search" for 127.0.0.1 at 2012-11-29 15:12:05 +0100
Processing by Backoffice::PlacesController#search as JS
Parameters: {"utf8"=>"✓", "country"=>"United", "city"=>"*", "street_address"=>"*", "wording"=>"*", "commit"=>"Search", "locale"=>"en"}
.....
[1m [35mSubdomain Load (0.5ms) [0m SELECT `subdomains`.* FROM `subdomains` WHERE `subdomains`.`name` = 'www' AND `subdomains`.`locale` = 'en' LIMIT 1
[1m [36mCACHE (0.0ms) [0m [1mSELECT `places`.* FROM `places` INNER JOIN `geolocations` ON `geolocations`.`place_id` = `places`.`id` WHERE (geolocations.country LIKE '%United%') ORDER BY created_at DESC LIMIT 5 OFFSET 0 [0m
[1m [35m (153.3ms) [0m SELECT DATABASE() as db
[1m [36mGeolocation Load (0.5ms) [0m [1mSELECT `geolocations`.* FROM `geolocations` WHERE `geolocations`.`place_id` = 1 LIMIT 1 [0m
...
Rendered backoffice/places/_place.html.haml (20.7ms)
Rendered backoffice/places/_list.html.haml (199.2ms)
Rendered backoffice/places/search.js.erb (202.7ms)
Completed 200 OK in 43689ms (Views: 5584.8ms | ActiveRecord: 8.1ms)