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
/
action_controller
/
metal
/
helpers.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-3
/
+2
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-3
/
+3
*
Helpers doc grammar fix [skip ci]
Jon Atack
2016-05-07
1
-2
/
+2
*
Implement helpers proxy in controller instance level
Rafael Mendonça França
2016-05-05
1
-1
/
+6
*
typo "description not clear corrected with proper description and action_cont...
kishore-mohan
2015-09-02
1
-2
/
+2
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-2
/
+2
*
Spelling/typo/grammatical fixes [ci skip]
karanarora
2015-05-23
1
-1
/
+1
*
Tiny documentation edits [ci skip]
Robin Dupret
2015-03-03
1
-1
/
+1
*
[ci skip] Add documentation for Helpers#all_helpers_from_path
Anton Davydov
2015-03-03
1
-0
/
+4
*
pass app config to controller helper proxy
Tima Maslyuchenko
2013-10-24
1
-1
/
+5
*
Improve documentation for controller how to get included helpers [ci skip]
Paul Nikitochkin
2013-07-30
1
-1
/
+1
*
Remove unecessary variable call, `#sort!` always returns an array
Agis Anastasopoulos
2013-04-07
1
-1
/
+0
*
Bring back helpers_path attr accessor
Carlos Antonio da Silva
2012-12-13
1
-1
/
+1
*
Refactor helpers code in Action Pack a bit
Carlos Antonio da Silva
2012-12-13
1
-5
/
+4
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Fix sorting of helpers from different paths
Piotr Sarnacki
2012-05-28
1
-2
/
+2
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-1
/
+0
*
Simplify helpers handling. Ensure Metal can run AC hooks.
José Valim
2012-03-15
1
-0
/
+1
*
Use Kernel#Array in ActionController::Helpers
Rafael Mendonça França
2012-01-05
1
-2
/
+1
*
Remove unecessary config_accessors.
José Valim
2011-12-24
1
-1
/
+1
*
fix helpers behavior description
Alexey Vakhov
2011-09-03
1
-3
/
+6
*
find(:all) => all
Akira Matsuda
2011-07-08
1
-1
/
+1
*
Make ActionController::Base.modules_for_helpers and ActionController::Base.al...
Piotr Sarnacki
2011-04-25
1
-26
/
+26
*
Add config.action_controller.include_all_helpers, by default it is set to true.
Piotr Sarnacki
2010-11-18
1
-1
/
+2
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
1
-3
/
+3
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
1
-3
/
+3
*
Cleanup deprecation warnings in Action Controller
Carlos Antonio da Silva
2010-09-06
1
-11
/
+1
*
Include application's helpers and router helpers by default, but include engi...
Piotr Sarnacki
2010-09-03
1
-1
/
+5
*
cleanup of ActionController::Metal inline documentation
Joost Baaij
2010-08-26
1
-13
/
+11
*
Fix setting helpers_path to a string or pathname
Jeremy Kemper
2010-07-07
1
-2
/
+3
*
Use caller for helpers_dir deprecation warnings
Jeremy Kemper
2010-06-28
1
-2
/
+2
*
Ruby 1.9: helper path may be a pathname, so convert to a string before quotin...
Jeremy Kemper
2010-05-16
1
-1
/
+1
*
Clean up the config object in ActionPack. Create config_accessor which just d...
José Valim
2010-04-22
1
-2
/
+2
*
revises some <%= in rdoc
Xavier Noria
2010-04-05
1
-1
/
+1
*
Update AP to start locking down a public API. This work is parallel to some d...
Yehuda Katz
2010-02-16
1
-2
/
+2
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-1
/
+3
*
Bring helpers_dir deprecation back.
José Valim
2010-01-30
1
-0
/
+2
*
Fix some backward incompatible behavior on AM.
José Valim
2010-01-30
1
-15
/
+0
*
AC railtie should configure helpers path.
José Valim
2010-01-26
1
-3
/
+2
*
Keep ActionController::Base.helpers_dir around for a bit longer
Joshua Peek
2010-01-26
1
-37
/
+33
*
Add a deprecation for helpers_dir.
José Valim
2010-01-25
1
-0
/
+12
*
Fix failing tests after merge.
José Valim
2010-01-24
1
-0
/
+1
*
Ensure helpers work from configured path.
José Valim
2010-01-24
1
-8
/
+10
*
Get rid of initializers global and create i18n railtie.
José Valim
2010-01-23
1
-0
/
+2
*
Stop overriding LoadError.new to return a MissingSourceError (and sometimes n...
Yehuda Katz
2010-01-19
1
-1
/
+1
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-1
/
+1
[next]