RailsCasts Pro episodes are now free!

Learn more or hide this

twixt01's Profile

GitHub User: twixt01

Comments by

Avatar

Tried this with locations for a new event. It was working fine then I deleted a location and it keeps trying to download a json file instead of displaying the index. Any ideas?

Log:
Started GET "/locations" for 192.168.. at 2011-11-15 14:20:10 -0500
Processing by LocationsController#index as HTML
Location Load (3.2ms) SELECT "locations".* FROM "locations"
Location Load (2.0ms) SELECT "locations".* FROM "locations" WHERE (name like '%%') ORDER BY name
Completed 200 OK in 89ms (Views: 7.8ms | ActiveRecord: 8.4ms)