| Commit message (Expand) | Author | Age | Files | Lines |
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 1 | -0/+2 |
* | [Abstract Controller] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
* | Clarified description of formats [ci skip] | Brian Jones | 2017-05-19 | 1 | -1/+1 |
* | Added missing punctuation [ci skip] | Brian Jones | 2017-05-18 | 1 | -3/+3 |
* | Specify only the body of the response is returned [ci skip] | Brian Jones | 2017-05-18 | 1 | -1/+1 |
* | Document accessors response_body, action_name, formats [ci skip] | Brian Jones | 2017-05-17 | 1 | -0/+8 |
* | Change ActionView ERB Handler from Erubis to Erubi | Jeremy Evans | 2017-01-25 | 1 | -2/+0 |
* | Add missing `+` around a some literals. | bogdanvlviv | 2016-10-27 | 1 | -4/+4 |
* | applies new string literal convention in actionpack/lib | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
* | Use `#performed?` to terminate controller callbacks | Jeff Kreeftmeijer | 2016-06-03 | 1 | -0/+7 |
* | Revert "Make sure the cache is always populated" | Rafael Mendonça França | 2016-05-20 | 1 | -5/+1 |
* | Make sure the cache is always populated | Aaron Patterson | 2016-05-20 | 1 | -1/+5 |
* | Actioncable and Actionpack documentation typos [ci skip] | Tom Kadwill | 2016-04-21 | 1 | -1/+1 |
* | Break up a circular require between AP/AV | Sean Griffin | 2016-03-11 | 1 | -3/+1 |
* | Add missing punctuation mark [ci skip] | Gaurav Sharma | 2015-11-18 | 1 | -2/+2 |
* | remove present? call; we do not need it | Aaron Patterson | 2015-11-02 | 1 | -1/+1 |
* | Revert "ActionController::Base#process() now only takes an action name" | Aaron Patterson | 2015-10-29 | 1 | -2/+2 |
* | ActionController::Base#process() now only takes an action name | Aaron Patterson | 2015-10-29 | 1 | -2/+2 |
* | Remove not used requires | Marcin Olichwirowicz | 2015-09-01 | 1 | -1/+1 |
* | Freeze string literals when not mutated. | schneems | 2015-07-19 | 1 | -1/+1 |
* | [ci skip] Don't use TrueClass, FalseClass in docs | claudiob | 2015-07-02 | 1 | -6/+0 |
* | Remove mistaken end from controller_path doc [ci skip] | Mehmet Emin İNAÇ | 2015-06-22 | 1 | -1/+1 |
* | Remove ActionController::HideActions (closes #18336) | brainopia | 2015-01-06 | 1 | -14/+2 |
* | remove unneeded check since /_one_time_conditions/ is removed | Aditya Kapoor | 2015-01-05 | 1 | -2/+1 |
* | Fix a few typos [ci skip] | Robin Dupret | 2015-01-03 | 1 | -2/+2 |
* | Better docs for AbstractController | claudiob | 2014-12-22 | 1 | -8/+12 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | Deprecate `*_path` methods in mailers | @schneems and @sgrif | 2014-07-30 | 1 | -0/+8 |
* | Relpace `=~ Regexp.new str` with `.include? str` in AC::Base#_valid_action_name? | Viktar Basharymau | 2014-06-19 | 1 | -1/+1 |
* | Remove duplicated to_s method call. | Guo Xiang Tan | 2014-05-25 | 1 | -1/+1 |
* | docs, make `ActionNotFound` public API. [ci skip] | Yves Senn | 2014-05-11 | 1 | -1/+2 |
* | adding complete message in documentation [ci skip] | Gaurav Sharma | 2014-05-11 | 1 | -3/+4 |
* | Only accept actions without File::SEPARATOR in the name. | Rafael Mendonça França | 2014-05-06 | 1 | -3/+25 |
* | Get rid of extra local var that does not add to the logic | Carlos Antonio da Silva | 2014-05-05 | 1 | -2/+2 |
* | Capitalize the first letter of sentence | Tatsuro Baba | 2013-03-18 | 1 | -1/+1 |
* | fix uninitialized ivar warnings | Aaron Patterson | 2012-10-25 | 1 | -0/+10 |
* | remove 'then' from conditional statement | Nihad Abbasov | 2012-10-14 | 1 | -2/+4 |
* | copy edit[ci skip] | Vijay Dev | 2012-05-23 | 1 | -1/+1 |
* | Update documentation for AbstractController::Base | Henrik Hodne | 2012-05-20 | 1 | -3/+11 |
* | avoid empty api pages | Vijay Dev | 2012-04-08 | 1 | -2/+5 |
* | AbstractController.action_methods should return a Set | Santiago Pastorino | 2012-03-10 | 1 | -2/+3 |
* | Fix AbstractController#controller_path doc | Alexey Vakhov | 2012-02-19 | 1 | -1/+1 |
* | Fix AbstractController::Base#hidden_actions comment | Alexey Vakhov | 2012-02-18 | 1 | -2/+2 |
* | Remove extra white spaces on ActionPack docs. | Sebastian Martinez | 2011-05-23 | 1 | -1/+1 |
* | better styling on #available_action? docs | Sebastian Martinez | 2011-05-06 | 1 | -2/+2 |
* | Revert to old semantics, use available_action? instead of action_method?. | José Valim | 2011-05-06 | 1 | -13/+25 |
* | Implicit actions named not_implemented can be rendered | Santiago Pastorino | 2011-04-02 | 1 | -0/+2 |
* | Make action_method? public and change implicit rendering to override it instead. | José Valim | 2011-03-30 | 1 | -15/+18 |
* | Rewording existing comment | Neeraj Singh | 2010-11-30 | 1 | -4/+3 |
* | Fix a few bugs when trying to use Head standalone | wycats | 2010-10-10 | 1 | -0/+1 |