aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/mime_responds_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r8669 for now, breaks Action Mailer. Reopens #10800.Jeremy Kemper2008-01-191-1/+5
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-191-5/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Make sure that setting the format with a symbol works tooDavid Heinemeier Hansson2007-12-031-1/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-17/+19
* Fixed the layout defaults (closes #9564) [lifo]David Heinemeier Hansson2007-09-281-3/+71
* Added another failing testDavid Heinemeier Hansson2007-09-251-0/+24
* Better failing testsDavid Heinemeier Hansson2007-09-251-5/+5
* Added failing tests for iphoneDavid Heinemeier Hansson2007-09-251-2/+3
* Updated iphone_with_html_response_type to fail as it uses the new register_al...David Heinemeier Hansson2007-09-241-2/+2
* Fixed that default layouts did not take the format into account #9564 [lifofifo]David Heinemeier Hansson2007-09-181-2/+29
* Fixed that setting request.format would also affect respond_to blocks [DHH]David Heinemeier Hansson2007-09-151-0/+17
* Introduce a default respond_to block for custom types. Closes #8174.Jeremy Kemper2007-05-261-29/+36
* Parse url-encoded and multipart requests ourselves instead of delegating to CGI.Jeremy Kemper2007-05-181-1/+3
* The default respond_to blocks don't set a specific extension anymore, so that...Rick Olson2007-04-121-5/+7