aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_partial_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in AP: "overriden" => "overridden"Carlos Antonio da Silva2013-03-301-11/+11
|
* cleanup, remove trailing whitespace within actionpackYves Senn2012-10-271-1/+1
|
* Get rid of update_details in favor of passing details to find_template.José Valim2011-09-221-5/+5
|
* #948 template_inheritanceartemave2010-12-261-1/+24
|
* render :template => 'foo/bar.json' now works as it should.José Valim2010-10-071-2/+15
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-7/+7
| | | | 's/[ \t]*$//' -i {} \;)
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-2/+2
|
* Redraw default routes on all internal integration tests. We don't need ↵Joshua Peek2009-10-031-1/+1
| | | | SimpleRouteCase anymore
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-031-0/+27