aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* - added ActionView::PartialRenderer#merge_path_into_partial(path, partial)Gaston Ramos2011-07-241-1/+1
* - added test case for issue:Gaston Ramos2011-07-241-0/+14
* removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-241-6/+1
* removes support for render :updateXavier Noria2011-04-131-9/+0
* Ensure render is case sensitive even on systems with case-insensitive filesys...José Valim2011-02-081-0/+10
* Move ETag and ConditionalGet logic from AD::Response to the middleware stack.José Valim2010-10-031-118/+0
* Redefine duplicated test name.Emilio Tagua2010-09-281-1/+1
* Remove more warnings by initializing variables in test.Emilio Tagua2010-09-281-0/+6
* Remove more warnings: no need to define attr_accessor if already exists. Init...Emilio Tagua2010-09-281-0/+1
* Fix header capitalization by explicitly upcasing first letter of every word, ...Maxim Chernyak2010-09-181-0/+11
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-6/+6
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Make sure a namespaced <%= render form %> still renders the _form partial [#4...Jan De Poorter2010-06-201-0/+11
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-2/+2
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-2/+2
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-2/+2
* Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited]rohit2010-05-161-2/+2
* partial counters with :as [#2804 state:resolved]Jeff Kreeftmeijer2010-05-151-0/+9
* 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