aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make render :partial, :layout consistent between AC and AVCarlhuda2010-03-181-11/+1
* All tests pass without memoizing view_contextCarlhuda2010-03-181-1/+7
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-171-3/+3
* Ensure controller filters are executed before stuff starts to happen.José Valim2010-03-131-0/+14
* Clean LookupContext API.José Valim2010-03-081-3/+3
* Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. C...Yehuda Katz2010-02-231-0/+9
* Make Railties tests green again.José Valim2010-02-171-1/+1
* Ensure render :text => resource first tries to invoke :to_text on itJosé Valim2010-02-161-0/+9
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-31/+1
* AD::StatusCodes support is now part of rackJoshua Peek2009-12-221-2/+2
* Use new routing dsl in testsJoshua Peek2009-12-081-15/+15
* Ensure Cache-Control max-age is an integerJeremy Kemper2009-12-021-1/+1
* Ruby 1.9: resolve constant lookup issuesJeremy Kemper2009-11-041-1/+1
* Fixes expires_now and cleans things up a bitYehuda Katz2009-10-261-0/+10
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* Cleanup route reloading in tests. Prefer with_routing over using ActionContro...Joshua Peek2009-08-161-8/+10
* More cleanup of ActionView and reduction in need for blocks in some cases:Yehuda Katz2009-08-151-9/+0
* 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