aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Update small typo in documentation.Kurt Mueller2019-03-121-1/+1
* Tighten up the AV::Base constructorAaron Patterson2019-01-291-1/+1
* Use string lengths instead of regexp to extract pathMatthew Draper2018-08-231-2/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-3/+2
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* Helpers doc grammar fix [skip ci]Jon Atack2016-05-071-2/+2
* Implement helpers proxy in controller instance levelRafael Mendonça França2016-05-051-1/+6
* typo "description not clear corrected with proper description and action_cont...kishore-mohan2015-09-021-2/+2
* Freeze string literals when not mutated.schneems2015-07-191-2/+2
* Spelling/typo/grammatical fixes [ci skip]karanarora2015-05-231-1/+1
* Tiny documentation edits [ci skip]Robin Dupret2015-03-031-1/+1
* [ci skip] Add documentation for Helpers#all_helpers_from_pathAnton Davydov2015-03-031-0/+4
* pass app config to controller helper proxyTima Maslyuchenko2013-10-241-1/+5
* Improve documentation for controller how to get included helpers [ci skip]Paul Nikitochkin2013-07-301-1/+1
* Remove unecessary variable call, `#sort!` always returns an arrayAgis Anastasopoulos2013-04-071-1/+0
* Bring back helpers_path attr accessorCarlos Antonio da Silva2012-12-131-1/+1
* Refactor helpers code in Action Pack a bitCarlos Antonio da Silva2012-12-131-5/+4
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* Fix sorting of helpers from different pathsPiotr Sarnacki2012-05-281-2/+2
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-1/+0
* Simplify helpers handling. Ensure Metal can run AC hooks.José Valim2012-03-151-0/+1
* Use Kernel#Array in ActionController::HelpersRafael Mendonça França2012-01-051-2/+1
* Remove unecessary config_accessors.José Valim2011-12-241-1/+1
* fix helpers behavior descriptionAlexey Vakhov2011-09-031-3/+6
* find(:all) => allAkira Matsuda2011-07-081-1/+1
* Make ActionController::Base.modules_for_helpers and ActionController::Base.al...Piotr Sarnacki2011-04-251-26/+26
* Add config.action_controller.include_all_helpers, by default it is set to true.Piotr Sarnacki2010-11-181-1/+2
* Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-271-3/+3
* Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-271-3/+3
* Cleanup deprecation warnings in Action ControllerCarlos Antonio da Silva2010-09-061-11/+1
* Include application's helpers and router helpers by default, but include engi...Piotr Sarnacki2010-09-031-1/+5
* cleanup of ActionController::Metal inline documentationJoost Baaij2010-08-261-13/+11
* Fix setting helpers_path to a string or pathnameJeremy Kemper2010-07-071-2/+3
* Use caller for helpers_dir deprecation warningsJeremy Kemper2010-06-281-2/+2
* Ruby 1.9: helper path may be a pathname, so convert to a string before quotin...Jeremy Kemper2010-05-161-1/+1
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-2/+2
* revises some <%= in rdocXavier Noria2010-04-051-1/+1
* Update AP to start locking down a public API. This work is parallel to some d...Yehuda Katz2010-02-161-2/+2
* Convert to class_attributeJeremy Kemper2010-02-011-1/+3
* Bring helpers_dir deprecation back.José Valim2010-01-301-0/+2
* Fix some backward incompatible behavior on AM.José Valim2010-01-301-15/+0
* AC railtie should configure helpers path.José Valim2010-01-261-3/+2
* Keep ActionController::Base.helpers_dir around for a bit longerJoshua Peek2010-01-261-37/+33
* Add a deprecation for helpers_dir.José Valim2010-01-251-0/+12
* Fix failing tests after merge.José Valim2010-01-241-0/+1
* Ensure helpers work from configured path.José Valim2010-01-241-8/+10