aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/mime_responds_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Encapsulate respond_with behavior in a presenter.José Valim2009-08-071-22/+18
* Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro...José Valim2009-08-071-68/+24
* Add nagivational behavior to respond_with.José Valim2009-08-071-16/+73
* Added tests for nested resources.José Valim2009-07-311-12/+48
* Allow respond_with to deal with http verb accordingly.José Valim2009-07-311-3/+62
* Remove last TODO.José Valim2009-07-291-1/+1
* Add a couple more tests to respond_with.José Valim2009-07-291-0/+38
* Added respond_with.José Valim2009-07-291-1/+69
* Added tests for respond_to class method.José Valim2009-07-291-2/+68
* Refactor even more Responder. Move mime negotiation to request and added resp...José Valim2009-07-291-10/+12
* Refactor Responder to only calculate available mime types. Those are sent to ...José Valim2009-07-291-3/+3
* Cleaning up more tests and code that needed to work in both old and new baseYehuda Katz + Carl Lerche2009-06-171-9/+7
* RJS doesn't render with an HTML layout by defaultYehuda Katz + Carl Lerche2009-06-171-5/+3
* An exception is raised if a layout is missing only if the layout is missing f...Yehuda Katz + Carl Lerche2009-06-161-8/+0
* More _write_layout_method removalYehuda Katz + Carl Lerche2009-06-151-5/+0
* Got controller/mime_responds_test.rb running on the new baseYehuda Katz + Carl Lerche2009-05-201-11/+15
* Added responds_to to new base.Yehuda Katz + Carl Lerche2009-05-201-9/+15
* Resurrecting 1.9 compatibility.Carl Lerche & Yehuda Katz2009-04-131-2/+2
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-1/+1
|\
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+3
* | Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-1/+1
|/
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-10/+6
* Update tests for request memoizationJeremy Kemper2008-08-081-31/+31
* Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-121-2/+0
* Disable the Accept header by defaultMichael Koziarski2008-07-071-0/+5
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-27/+26
* Move missing template logic to ActionViewPratik Naik2008-04-191-1/+1
* Make MimeResponds::Responder#any work without explicit types. Closes #11140 [...Pratik Naik2008-03-071-0/+36
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-5/+1