index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
abstract
/
abstract_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary begin..rescue..end, use only rescue
Akira Matsuda
2013-01-06
1
-5
/
+3
*
use consistent explicit module inclusion
Luke Gruber
2012-03-16
1
-2
/
+2
*
Add missing require
Santiago Pastorino
2012-03-10
1
-0
/
+1
*
AbstractController.action_methods should return a Set
Santiago Pastorino
2012-03-10
1
-1
/
+1
*
Deprecate passing the template handler in the template name.
José Valim
2011-09-22
1
-3
/
+3
*
Remove unused variable causing warning in 1.9.3
Sebastian Martinez
2011-06-10
1
-1
/
+1
*
Merge pull request #1549 from neerajdotname/rename_to_method_for_action
José Valim
2011-06-08
1
-2
/
+2
|
\
|
*
test name should reflect the name of the method
Neeraj Singh
2011-06-08
1
-2
/
+2
*
|
remove unused class from test
Neeraj Singh
2011-06-08
1
-6
/
+0
|
/
*
#948 template_inheritance
artemave
2010-12-26
1
-7
/
+7
*
Reload action_methods in AbstractController after defining new method.
Piotr Sarnacki
2010-08-04
1
-0
/
+14
*
Whitespace
wycats
2010-04-04
1
-34
/
+33
*
render_to_string should have the identical signature as render
wycats
2010-04-04
1
-0
/
+10
*
Finally moved the find template logic to the views.
José Valim
2010-03-08
1
-2
/
+2
*
Rename the RenderingController module to just plain Rendering
David Heinemeier Hansson
2009-12-20
1
-1
/
+1
*
Follow short name convention for test folder and just call it "abstract"
Joshua Peek
2009-09-19
1
-0
/
+245