aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Clean up partial object some more; replace passing around a block to a single...Yehuda Katz2009-08-091-1/+0
* Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro...José Valim2009-08-071-5/+7
* Add nagivational behavior to respond_with.José Valim2009-08-071-0/+15
* Replace _render_template_with_layout with _render_template since the layout i...Yehuda Katz2009-08-071-1/+2
* Update cache_control to be a Hash of options that is used to build the header.Yehuda Katz2009-08-021-1/+1
* Remove deprecated implicit ivar assignmentJoshua Peek2009-06-251-7/+0
* Finish making pending tests passYehuda Katz + Carl Lerche2009-06-171-7/+7
* Modify render_test's determine_layout to match RJSYehuda Katz + Carl Lerche2009-05-221-3/+1
* Cleaning up more render testsYehuda Katz + Carl Lerche2009-05-141-0/+5
* Ported over render :file tests.Yehuda Katz + Carl Lerche2009-05-131-320/+14
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-2/+2
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-5/+5
|\
| * Functional test runner finalizes response just like the integration test runn...Joshua Peek2009-05-021-11/+11
* | Aliased AbstractController::ActionNotFound to ActionController::UnknownActionYehuda Katz + Carl Lerche2009-05-111-2/+3
* | Ported ConditionalGet to new BaseYehuda Katz + Carl Lerche2009-05-111-4/+4
* | Starting to get new_base to run on old testsYehuda Katz + Carl Lerche2009-05-011-1/+1
* | Committing the last changes before we start trying to get the old tests to pa...Yehuda Katz + Carl Lerche2009-05-011-1/+10
* | Ported over the concept of public instance methods on controller child classe...Yehuda Katz + Carl Lerche2009-05-011-0/+7
* | Ported over render :template testsYehuda Katz + Carl Lerche2009-05-011-0/+19
* | Finished implementing render :text in Base2Yehuda Katz + Carl Lerche2009-05-011-0/+17
* | Renamed the new_base testsYehuda Katz + Carl Lerche2009-05-011-0/+2
* | OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-0/+3
|/
* Fix render :json => nil [#2589 state:resolved]Jeremy Kemper2009-04-301-0/+10
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-3/+3
* test uses PathnameJeremy Kemper2009-04-241-0/+1
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-9/+9
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-9/+118
|\
| * allowed render :file to take Pathnames [#2220 state:resolved]misfo2009-03-141-0/+10
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-7/+7
| * Fixed simplified render with nested models [#2042 state:resolved]Joshua Peek2009-03-071-0/+18
| * fix HTML fallback for explicit templates [#2052 state:resolved]Matt Jones2009-03-071-0/+16
| * Ensure expires_in without a :public key sets the Cache-Control header to priv...Johan Sørensen2009-03-071-1/+1
| * Added ability to pass in :public => true to fresh_when, stale?, and expires_i...Gregg Pollack2009-02-281-0/+72
| * correctly handle layouts for AJAX requests and regular js files [#2052 state:...Matt Jones2009-02-241-4/+5
| * implicitly rendering a js response should not use the default layout [#1844 s...Adam McCrea2009-02-051-1/+10
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+4
* | Add support for pendingYehuda Katz2009-02-021-2/+4
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-5/+5
|\ \ | |/ |/|
| * Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-2/+2
| * Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-3/+3
* | Restore implicit rendering for XHR requests that want a HTML template [#1590 ...Joshua Peek2009-01-271-0/+8
|/
* Remove Content-Length header from :no_content responsesJeremy Kemper2009-01-071-1/+6
* Make ActionController#render(symbol) behave same as ActionController#render(s...Pratik Naik2008-12-261-1/+10
* Make ActionController#render(string) work as a shortcut for render :action =>...Pratik Naik2008-12-251-0/+19
* Make ActionController#render(string) work as a shortcut for render :template ...Pratik Naik2008-12-251-0/+21
* Make ActionController#render(string) work as a shortcut for render :file => s...Pratik Naik2008-12-251-8/+21
* Make render_test.rb run in isolationPratik Naik2008-12-251-0/+2
* Rename AbstractResponse to Response and inheirt from Rack::ResponseJoshua Peek2008-12-191-5/+5
* Use status response accessor instead of the 'Status' headerJoshua Peek2008-12-191-2/+2
* Do not output an ETag header if response body is blank or when sending files ...Hongli Lai (Phusion2008-12-161-0/+9