aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Use file/line from call to helper_moduleJohn Hawthorn2019-06-031-5/+10
* Give HelperMethods module a nameJohn Hawthorn2019-06-031-2/+13
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+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-5/+2
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-6/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-12/+12
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-2/+2
* clarify that helper_method makes both methods available in the viewTony Miller2016-03-071-1/+2
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* Merge pull request #8740 from amatsuda/missing_source_fileRafael Mendonça França2015-01-021-1/+1
|\
| * replace use of MissingSourceFile with LoadErrorAkira Matsuda2013-01-041-1/+1
* | give a better error message for misspelled helpersXavier Noria2014-10-251-1/+11
* | remove deprecated `MissingHelperError` proxy.Yves Senn2014-08-141-3/+0
* | move `MissingHelperError` out of the `ClassMethods` module.Yves Senn2013-07-121-15/+18
* | Show real LoadError on helpers requirePiotr Niełacny2013-07-101-1/+6
* | Prefer find_by over dynamic finders in rdocSam Ruby2013-04-021-1/+1
* | Remove :all from *args options in AbstractController.helperBryan Ricker2013-03-161-1/+1
* | Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-1/+1
* | User Rails 4 find_byrobertomiranda2013-01-181-1/+1
|/
* Revert "Fix incorrect adjustment 4c41e87e3ae548c44810b66437b2f0f6e73b2106"Vijay Dev2012-12-211-1/+1
* Fix incorrect adjustment 4c41e87e3ae548c44810b66437b2f0f6e73b2106kei2012-12-201-1/+1
* Fix documentation stylekei2012-12-201-1/+1
* Refactor helpers code in Action Pack a bitCarlos Antonio da Silva2012-12-131-1/+1
* Cleans and removes useless 'Examples' tag [ci skip]Alvaro Pereyra2012-12-011-2/+1
* Fixed indendationAyrton De Craene2012-08-291-3/+3
* i suck, fixing error messageAaron Patterson2012-06-141-1/+1
* Wrap up missing helper exceptionsAaron Patterson2012-06-141-2/+10
* using hax to fix tests on Ruby 2.0Aaron Patterson2012-06-131-1/+6
* Add annotaion for class_eval in AbstractController#helper_method [ci skip]Edward Tsech2012-05-081-3/+3
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-1/+1
* Move prefixes to view paths as they are now a lookup context dependency.José Valim2011-05-041-2/+0
* Make ActionController::Base.modules_for_helpers and ActionController::Base.al...Piotr Sarnacki2011-04-251-11/+11
* Ensure that inherited helper_methods are available after calling clear_helper...Jesse Storimer2010-08-281-1/+11
* Add clear_helpers as a way to clean up all helpers added to this controller, ...José Valim2010-08-261-0/+7
* change rdoc to conform to api guidelinesJoost Baaij2010-08-251-6/+6
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-1/+0
* Each controller class has it's own view context subclass. This removes the ne...Carlhuda2010-03-181-9/+1
* Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re...José Valim2010-02-261-3/+0
* Update AP to start locking down a public API. This work is parallel to some d...Yehuda Katz2010-02-161-2/+2
* name.blank? -> anonymous?Xavier Noria2010-02-141-1/+2
* Convert to class_attributeJeremy Kemper2010-02-011-4/+6
* Fix some backward incompatible behavior on AM.José Valim2010-01-301-1/+11
* Rename the RenderingController module to just plain RenderingDavid Heinemeier Hansson2009-12-201-1/+1
* Remove ActionMailer helpers and rely on AbstractController one.José Valim2009-11-011-11/+70
* Experimental: Improve performance of ActionView by preventing method cache fl...Yehuda Katz2009-08-091-0/+10
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-1/+1