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
/
controller
/
helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change AC::TestResponse to AD::TestResponse
Prem Sichanugrist
2015-07-14
1
-1
/
+1
*
let the superclass build the request and response
Aaron Patterson
2015-07-08
1
-14
/
+5
*
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
1
-3
/
+3
*
give a better error message for misspelled helpers
Xavier Noria
2014-10-25
1
-0
/
+22
*
pass app config to controller helper proxy
Tima Maslyuchenko
2013-10-24
1
-0
/
+6
*
stop `to_s`ing method names
Akira Matsuda
2012-06-06
1
-16
/
+16
*
Fix sorting of helpers from different paths
Piotr Sarnacki
2012-05-28
1
-0
/
+30
*
Remove rescue_action from compatibility module and tests
Carlos Antonio da Silva
2012-01-17
1
-7
/
+0
*
Removing extra requires from the test. Already loaded in abstract_unit.
Arun Agrawal
2011-07-31
1
-1
/
+0
*
removed deprecated methods, and related tests, from ActionPack
Josh Kalderimis
2011-05-24
1
-1
/
+1
*
Cleanup deprecation warnings in Action Controller
Carlos Antonio da Silva
2010-09-06
1
-12
/
+1
*
Ensure that inherited helper_methods are available after calling clear_helper...
Jesse Storimer
2010-08-28
1
-0
/
+31
*
Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)
José Valim
2010-08-26
1
-0
/
+12
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-7
/
+7
*
Fix setting helpers_path to a string or pathname
Jeremy Kemper
2010-07-07
1
-3
/
+3
*
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-1
/
+1
*
Bring helpers_dir deprecation back.
José Valim
2010-01-30
1
-11
/
+10
*
Fix t('.helper').
José Valim
2010-01-26
1
-10
/
+11
*
Add a deprecation for helpers_dir.
José Valim
2010-01-25
1
-2
/
+13
*
Fix failing tests after merge.
José Valim
2010-01-24
1
-2
/
+2
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-1
/
+1
*
Ruby 1.9: resolve constant lookup issues
Jeremy Kemper
2009-11-04
1
-6
/
+6
*
Move some of helper tests to AbstractController.
José Valim
2009-11-01
1
-34
/
+0
*
Cleaning up more tests and code that needed to work in both old and new base
Yehuda Katz + Carl Lerche
2009-06-17
1
-16
/
+3
*
Write documentation for AbstractController::Helpers
Yehuda Katz + Carl Lerche
2009-06-09
1
-3
/
+16
*
ActionPack components should no longer have undeclared dependencies.
Yehuda Katz + Carl Lerche
2009-06-08
1
-3
/
+3
*
Add all the existing helpers related features to the new base
Pratik Naik
2009-05-23
1
-3
/
+3
*
Rescue hack was supposed to be removed. Some how it crept back in.
Joshua Peek
2009-05-17
1
-3
/
+0
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+1
*
Implement FooController.action(:name)
Yehuda Katz
2009-05-02
1
-12
/
+28
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
1
-1
/
+1
*
Allow helpers directory to be overridden via ActionController::Base.helpers_d...
Sam Pohlenz
2008-11-23
1
-1
/
+15
*
Ruby 1.9 compat: qualify module name within module_evaled block
Jeremy Kemper
2008-05-19
1
-1
/
+1
*
Provide a helper proxy to access helper methods from outside views. Closes #1...
Josh Peek
2008-04-06
1
-0
/
+16
*
Remove unused ActionController::Base.template_class. Closes #10787
Pratik Naik
2008-03-05
1
-13
/
+1
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Ruby 1.9 compat: helpers
Jeremy Kemper
2007-12-15
1
-6
/
+8
*
Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb i...
David Heinemeier Hansson
2007-02-24
1
-2
/
+19
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-2
/
+2
*
Controllers with acronyms in their names (e.g. PDFController) require the cor...
Jeremy Kemper
2005-11-08
1
-5
/
+21
*
Added Kernel#silence_warnings and puts it into use throughout the framework
David Heinemeier Hansson
2005-09-11
1
-3
/
+1
*
r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700
Jeremy Kemper
2005-06-15
1
-13
/
+65
*
Clean up load paths to avoid unit test interaction #1113 [alles@atomicobject....
David Heinemeier Hansson
2005-04-17
1
-12
/
+0
*
Removed old UrlWriter methods that are no longer in use after Routes #942
David Heinemeier Hansson
2005-03-26
1
-1
/
+1
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-10
/
+27
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-27
/
+10
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-10
/
+27
*
Added more informative exception when using helper :some_helper and the helpe...
David Heinemeier Hansson
2004-12-22
1
-1
/
+7
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+110