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
/
helper_test.rb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add clear_helpers as a way to clean up all helpers added to this controller, ↵
José Valim
2010-08-26
1
-2
/
+19
|
|
|
|
maintaing just the helper with the same name as the controller.
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵
Santiago Pastorino
2010-08-14
1
-4
/
+4
|
|
|
|
's/[ \t]*$//' -i {} \;)
*
Fix setting helpers_path to a string or pathname
Jeremy Kemper
2010-07-07
1
-1
/
+1
|
*
Fix failing tests after merge.
José Valim
2010-01-24
1
-1
/
+1
|
*
Rename the RenderingController module to just plain Rendering
David Heinemeier Hansson
2009-12-20
1
-1
/
+1
|
*
Ruby 1.9: work around constant resolution behavior change :(
Jeremy Kemper
2009-11-04
1
-1
/
+1
|
*
Move some of helper tests to AbstractController.
José Valim
2009-11-01
1
-15
/
+50
|
*
Move all render and layout pieces required in ActionMailer from ↵
José Valim
2009-11-01
1
-1
/
+3
|
|
|
|
ActionController to AbstractController.
*
Follow short name convention for test folder and just call it "abstract"
Joshua Peek
2009-09-19
1
-0
/
+44