| Commit message (Expand) | Author | Age | Files | Lines |
* | fix respond_to without blocks not working if one of the blocks is all | grosser | 2013-02-24 | 1 | -0/+21 |
* | update documentation and code to use _action callbacks | Francesco Rodriguez | 2012-12-07 | 1 | -1/+1 |
* | cleanup, remove trailing whitespace within actionpack | Yves Senn | 2012-10-27 | 1 | -1/+1 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -4/+5 |
* | Collapsed dual checks (one for content headers and one for content) into a si... | Armand du Plessis | 2012-08-02 | 1 | -4/+4 |
* | load active_support/core_ext/object/inclusion in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Prevent conflict between mime types and Object methods | Mircea Pricop | 2012-07-06 | 1 | -1/+3 |
* | Raise a rescuable exception when Rails doesn't know what to do with the forma... | Steven Soroka | 2012-05-06 | 1 | -13/+19 |
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 1 | -1/+1 |
* | Add test case for #5307 | Carlos Antonio da Silva | 2012-03-07 | 1 | -2/+6 |
* | Failing test for mime responder respond_with using a block. | Mario Visic | 2012-03-05 | 1 | -0/+36 |
* | Add config.default_method_for_update to support PATCH | David Lee | 2012-02-22 | 1 | -0/+35 |
* | Fix override API response bug in respond_with | Prem Sichanugrist | 2012-02-03 | 1 | -0/+25 |
* | Remove rescue_action from compatibility module and tests | Carlos Antonio da Silva | 2012-01-17 | 1 | -5/+1 |
* | Responders now return 204 No Content for API requests without a response body... | José Valim | 2011-10-26 | 1 | -10/+10 |
* | ActionPack test fix for RBX | Arun Agrawal | 2011-10-24 | 1 | -1/+3 |
* | Support symbol and string actions in AC#respond_to options | Alexey Vakhov | 2011-10-11 | 1 | -1/+1 |
* | JSON responder should return errors with :error root | Denis Odorcic | 2011-10-10 | 1 | -0/+26 |
* | provide a more explicit message when using url_for with nil | Damien Mathieu | 2011-07-02 | 1 | -0/+7 |
* | Make sure respond_with with :js tries to render a template in all cases | José Valim | 2011-06-30 | 1 | -6/+15 |
* | don't raise an exception if the format isn't recognized | dmathieu | 2011-05-26 | 1 | -0/+6 |
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -1/+1 |
* | removes the RJS template handler | Xavier Noria | 2011-04-13 | 1 | -28/+1 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -1/+1 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -1/+2 |
* | pass respond_with options to controller render when using a template for api ... | Josh Kalderimis | 2011-03-31 | 1 | -0/+19 |
* | only try to display an api template in responders if the request is a get or ... | Josh Kalderimis | 2011-03-31 | 1 | -0/+21 |
* | when using respond_with with an invalid resource and custom options, the defa... | Josh Kalderimis | 2011-03-31 | 1 | -0/+17 |
* | fixing wrong test | Aaron Patterson | 2011-01-17 | 1 | -1/+1 |
* | A bunch of cleanup on the inherited template patch | wycats | 2010-12-26 | 1 | -1/+1 |
* | Fix tests on 1.9.2. | José Valim | 2010-11-28 | 1 | -7/+9 |
* | If a user wants json output then try best to render json output. In such case... | Neeraj Singh | 2010-11-24 | 1 | -0/+18 |
* | clean up test by using unregister method | Neeraj Singh | 2010-11-25 | 1 | -12/+6 |
* | Remove the not needed setup and teardown | Neeraj Singh | 2010-11-25 | 1 | -3/+0 |
* | move the mime registration code to setup so that | Neeraj Singh | 2010-11-22 | 1 | -2/+19 |
* | do not assume that there is no space between | Neeraj Singh | 2010-11-22 | 1 | -0/+4 |
* | failing test for #6022 | Neeraj Singh | 2010-11-22 | 1 | -0/+34 |
* | current code ignores http header "Accept" if it | Neeraj Singh | 2010-11-22 | 1 | -0/+6 |
* | Correctly handle the case of an API response that returns a hash by treating ... | Chris Eppstein | 2010-11-06 | 1 | -0/+16 |
* | Return a valid empty JSON on successful PUT and DELETE requests. [#5199 state... | Szymon Nowak | 2010-10-12 | 1 | -0/+19 |
* | Use parentheses when using assert_match followed by a regexp to avoid warnings. | Emilio Tagua | 2010-09-27 | 1 | -2/+2 |
* | Removed deprecated RouteSet API, still many tests fail | Piotr Sarnacki | 2010-09-05 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -5/+5 |
* | Adds tests for content negotiation change introduced in dc5300adb6d46252c26e | Patrik Stenmark | 2010-07-04 | 1 | -0/+20 |
* | Fix a bug where responders were not working properly on method override. | José Valim | 2010-05-24 | 1 | -0/+13 |
* | Added missing require | Santiago Pastorino | 2010-04-16 | 1 | -0/+1 |
* | Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack re... | wycats | 2010-03-19 | 1 | -1/+1 |
* | ActionController::Base.use_accept_header is not actually used anymore, so let... | Carl Lerche | 2010-03-03 | 1 | -4/+0 |
* | Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?... | José Valim | 2010-02-21 | 1 | -2/+2 |
* | Improve missing template error messages a little bit. | José Valim | 2010-01-31 | 1 | -1/+1 |