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
/
lib
/
abstract_controller
/
helpers.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-5
/
+2
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-6
/
+6
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-12
/
+12
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
clarify that helper_method makes both methods available in the view
Tony Miller
2016-03-07
1
-1
/
+2
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
*
Merge pull request #8740 from amatsuda/missing_source_file
Rafael Mendonça França
2015-01-02
1
-1
/
+1
|
\
|
*
replace use of MissingSourceFile with LoadError
Akira Matsuda
2013-01-04
1
-1
/
+1
*
|
give a better error message for misspelled helpers
Xavier Noria
2014-10-25
1
-1
/
+11
*
|
remove deprecated `MissingHelperError` proxy.
Yves Senn
2014-08-14
1
-3
/
+0
*
|
move `MissingHelperError` out of the `ClassMethods` module.
Yves Senn
2013-07-12
1
-15
/
+18
*
|
Show real LoadError on helpers require
Piotr Niełacny
2013-07-10
1
-1
/
+6
*
|
Prefer find_by over dynamic finders in rdoc
Sam Ruby
2013-04-02
1
-1
/
+1
*
|
Remove :all from *args options in AbstractController.helper
Bryan Ricker
2013-03-16
1
-1
/
+1
*
|
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-1
/
+1
*
|
User Rails 4 find_by
robertomiranda
2013-01-18
1
-1
/
+1
|
/
*
Revert "Fix incorrect adjustment 4c41e87e3ae548c44810b66437b2f0f6e73b2106"
Vijay Dev
2012-12-21
1
-1
/
+1
*
Fix incorrect adjustment 4c41e87e3ae548c44810b66437b2f0f6e73b2106
kei
2012-12-20
1
-1
/
+1
*
Fix documentation style
kei
2012-12-20
1
-1
/
+1
*
Refactor helpers code in Action Pack a bit
Carlos Antonio da Silva
2012-12-13
1
-1
/
+1
*
Cleans and removes useless 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-2
/
+1
*
Fixed indendation
Ayrton De Craene
2012-08-29
1
-3
/
+3
*
i suck, fixing error message
Aaron Patterson
2012-06-14
1
-1
/
+1
*
Wrap up missing helper exceptions
Aaron Patterson
2012-06-14
1
-2
/
+10
*
using hax to fix tests on Ruby 2.0
Aaron Patterson
2012-06-13
1
-1
/
+6
*
Add annotaion for class_eval in AbstractController#helper_method [ci skip]
Edward Tsech
2012-05-08
1
-3
/
+3
*
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
Move prefixes to view paths as they are now a lookup context dependency.
José Valim
2011-05-04
1
-2
/
+0
*
Make ActionController::Base.modules_for_helpers and ActionController::Base.al...
Piotr Sarnacki
2011-04-25
1
-11
/
+11
*
Ensure that inherited helper_methods are available after calling clear_helper...
Jesse Storimer
2010-08-28
1
-1
/
+11
*
Add clear_helpers as a way to clean up all helpers added to this controller, ...
José Valim
2010-08-26
1
-0
/
+7
*
change rdoc to conform to api guidelines
Joost Baaij
2010-08-25
1
-6
/
+6
*
Clean up the config object in ActionPack. Create config_accessor which just d...
José Valim
2010-04-22
1
-1
/
+0
*
Each controller class has it's own view context subclass. This removes the ne...
Carlhuda
2010-03-18
1
-9
/
+1
*
Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re...
José Valim
2010-02-26
1
-3
/
+0
*
Update AP to start locking down a public API. This work is parallel to some d...
Yehuda Katz
2010-02-16
1
-2
/
+2
*
name.blank? -> anonymous?
Xavier Noria
2010-02-14
1
-1
/
+2
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-4
/
+6
*
Fix some backward incompatible behavior on AM.
José Valim
2010-01-30
1
-1
/
+11
*
Rename the RenderingController module to just plain Rendering
David Heinemeier Hansson
2009-12-20
1
-1
/
+1
*
Remove ActionMailer helpers and rely on AbstractController one.
José Valim
2009-11-01
1
-11
/
+70
*
Experimental: Improve performance of ActionView by preventing method cache fl...
Yehuda Katz
2009-08-09
1
-0
/
+10
*
Renamed presenter to renderer, added some documentation and defined its API.
José Valim
2009-08-07
1
-1
/
+1
*
Move AbstractController to a top-level component
Yehuda Katz
2009-08-06
1
-0
/
+82