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
It's able to insert data to database but getting Error when fetching(User.all) all data. Below are the couchdbrest_model logs
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/7T8taowi7kGoI+Kt84FP7c6Ghq66TmyRqJVfZBdNCI=", "user"=>{"name"=>"Pravin Mishra", "email"=>"[email protected]", "desc"=>"I am here..!!!"}, "x"=>"90", "y"=>"22"}
Redirected to http://localhost:3000/users
Completed 302 Found in 41ms
The text was updated successfully, but these errors were encountered:
Started GET "/users" for 127.0.0.1 at 2013-08-30 14:18:52 +0530
Processing by UsersController#index as HTML
Completed 500 Internal Server Error in 44ms
It's able to insert data to database but getting Error when fetching(User.all) all data. Below are the couchdbrest_model logs
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/7T8taowi7kGoI+Kt84FP7c6Ghq66TmyRqJVfZBdNCI=", "user"=>{"name"=>"Pravin Mishra", "email"=>"[email protected]", "desc"=>"I am here..!!!"}, "x"=>"90", "y"=>"22"}
Redirected to http://localhost:3000/users
Completed 302 Found in 41ms
The text was updated successfully, but these errors were encountered: