aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract/abstract_controller_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* use consistent explicit module inclusionLuke Gruber2012-03-161-2/+2
| | | | aid ease of understanding and readability for tests
* Add missing requireSantiago Pastorino2012-03-101-0/+1
|
* AbstractController.action_methods should return a SetSantiago Pastorino2012-03-101-1/+1
|
* Deprecate passing the template handler in the template name.José Valim2011-09-221-3/+3
| | | | | | For example, calling hello.erb is now deprecated. Since Rails 3.0 passing the handler had no effect whatsover. This commit simply deprecates such cases so we can clean up the code in later releases.
* Remove unused variable causing warning in 1.9.3Sebastian Martinez2011-06-101-1/+1
|
* Merge pull request #1549 from neerajdotname/rename_to_method_for_actionJosé Valim2011-06-081-2/+2
|\ | | | | test name should reflect the name of the method
| * test name should reflect the name of the methodNeeraj Singh2011-06-081-2/+2
| | | | | | | | that is actually being called
* | remove unused class from testNeeraj Singh2011-06-081-6/+0
|/
* #948 template_inheritanceartemave2010-12-261-7/+7
|
* Reload action_methods in AbstractController after defining new method.Piotr Sarnacki2010-08-041-0/+14
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Whitespacewycats2010-04-041-34/+33
|
* render_to_string should have the identical signature as renderwycats2010-04-041-0/+10
|
* Finally moved the find template logic to the views.José Valim2010-03-081-2/+2
|
* Rename the RenderingController module to just plain RenderingDavid Heinemeier Hansson2009-12-201-1/+1
|
* Follow short name convention for test folder and just call it "abstract"Joshua Peek2009-09-191-0/+245