aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/mime_responds_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Responders now return 204 No Content for API requests without a response body...José Valim2011-10-261-10/+10
* ActionPack test fix for RBXArun Agrawal2011-10-241-1/+3
* Support symbol and string actions in AC#respond_to optionsAlexey Vakhov2011-10-111-1/+1
* JSON responder should return errors with :error rootDenis Odorcic2011-10-101-0/+26
* provide a more explicit message when using url_for with nilDamien Mathieu2011-07-021-0/+7
* Make sure respond_with with :js tries to render a template in all casesJosé Valim2011-06-301-6/+15
* don't raise an exception if the format isn't recognizeddmathieu2011-05-261-0/+6
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* removes the RJS template handlerXavier Noria2011-04-131-28/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* pass respond_with options to controller render when using a template for api ...Josh Kalderimis2011-03-311-0/+19
* only try to display an api template in responders if the request is a get or ...Josh Kalderimis2011-03-311-0/+21
* when using respond_with with an invalid resource and custom options, the defa...Josh Kalderimis2011-03-311-0/+17
* fixing wrong testAaron Patterson2011-01-171-1/+1
* A bunch of cleanup on the inherited template patchwycats2010-12-261-1/+1
* Fix tests on 1.9.2.José Valim2010-11-281-7/+9
* If a user wants json output then try best to render json output. In such case...Neeraj Singh2010-11-241-0/+18
* clean up test by using unregister methodNeeraj Singh2010-11-251-12/+6
* Remove the not needed setup and teardownNeeraj Singh2010-11-251-3/+0
* move the mime registration code to setup so thatNeeraj Singh2010-11-221-2/+19
* do not assume that there is no space betweenNeeraj Singh2010-11-221-0/+4
* failing test for #6022Neeraj Singh2010-11-221-0/+34
* current code ignores http header "Accept" if itNeeraj Singh2010-11-221-0/+6
* Correctly handle the case of an API response that returns a hash by treating ...Chris Eppstein2010-11-061-0/+16
* Return a valid empty JSON on successful PUT and DELETE requests. [#5199 state...Szymon Nowak2010-10-121-0/+19
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-2/+2
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-5/+5
* Adds tests for content negotiation change introduced in dc5300adb6d46252c26ePatrik Stenmark2010-07-041-0/+20
* Fix a bug where responders were not working properly on method override.José Valim2010-05-241-0/+13
* Added missing requireSantiago Pastorino2010-04-161-0/+1
* Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack re...wycats2010-03-191-1/+1
* ActionController::Base.use_accept_header is not actually used anymore, so let...Carl Lerche2010-03-031-4/+0
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-2/+2
* Improve missing template error messages a little bit.José Valim2010-01-311-1/+1
* Raise an error if respond_with is invoked and no format is declared.José Valim2010-01-101-68/+62
* Merge branch 'master' of github.com:rails/railsYehuda Katz2009-12-101-3/+5
|\
| * Use new routing dsl in testsJoshua Peek2009-12-081-3/+5
* | Responder redirects to resource if destroy fails.José Valim2009-12-071-8/+34
|/
* Allow ActionController::Responder to have a common entry point for all formats.José Valim2009-12-011-0/+17
* Split mime responder into smaller chunks and allow action to be configured.José Valim2009-11-131-1/+21
* Unify class_inheritable_accessor and extlib_inheritable_accessor and allow re...José Valim2009-10-171-0/+8
* Use with_routing helper in tests instead of modifying global route setJoshua Peek2009-10-031-67/+83
* Ensure that blocks are also handled inside the responder.José Valim2009-08-291-0/+7
* Cleanup route reloading in tests. Prefer with_routing over using ActionContro...Joshua Peek2009-08-161-0/+1
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-34/+17
* Ensure collections are not treated as nested resources.José Valim2009-08-131-7/+20
* Renamed ActionController::Renderer to ActionController::Responder and ActionC...José Valim2009-08-081-5/+5
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-4/+18