Top "Respond-with" questions

Rails 3 respond_with json question

Having trouble with generating some json. I am trying to render an single active record result to json like this: @…

ruby-on-rails json activerecord respond-with
How to customize to_json response in Rails 3

I am using respond_with and everything is hooked up right to get data correctly. I want to customize the …

ruby-on-rails ruby-on-rails-3 response dry respond-with
Understanding Rails 3's respond_with

Utilizing ActionController's new respond_with method...how does it determine what to render when action (save) is successful and when …

ruby-on-rails rspec respond-with