| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow specifying encoding of parameters by action | Kerri Miller | 2016-08-09 | 1 | -1/+1 |
* | applies new string literal convention in actionpack/lib | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | [ci skip] Add 'params' formatting in ActionController::Base | Alex Kitchens | 2016-06-30 | 1 | -4/+4 |
* | Implement helpers proxy in controller instance level | Rafael Mendonça França | 2016-05-05 | 1 | -1/+1 |
* | Move protected instance variable to the right place | Rafael Mendonça França | 2016-05-05 | 1 | -3/+4 |
* | Fix actionpack typos [ci skip] | Tom Kadwill | 2016-05-04 | 1 | -1/+1 |
* | eagerly allocate the renderer object | Aaron Patterson | 2015-09-14 | 1 | -0/+1 |
* | Merge pull request #21298 from rodzyn/remove_dead_code | Rafael Mendonça França | 2015-09-01 | 1 | -4/+0 |
|\ |
|
| * | Remove dead code | Marcin Olichwirowicz | 2015-08-19 | 1 | -4/+0 |
* | | remove RackDelegation module | Aaron Patterson | 2015-08-26 | 1 | -1/+0 |
* | | remove ivars from the "protected" list | Aaron Patterson | 2015-08-26 | 1 | -1/+1 |
|/ |
|
* | stop using @_env in the controller instance | Aaron Patterson | 2015-08-07 | 1 | -1/+1 |
* | Merge pull request #21008 from svenwin/patch-1 | Yves Senn | 2015-08-01 | 1 | -1/+1 |
|\ |
|
| * | Add documentation to get a running custom base controller [ci skip] | Sven Winkler | 2015-07-23 | 1 | -1/+1 |
|/ |
|
* | fixed sring to be string in ActiveRecord::Base params documentation | Colby Swandale | 2015-06-12 | 1 | -1/+1 |
* | better clarity of params source in ActionController::Base documentation [ci s... | Colby Swandale | 2015-06-11 | 1 | -3/+3 |
* | Override default form builder for a controller | Kevin McPhillips | 2015-04-13 | 1 | -0/+1 |
* | Remove ActionController::HideActions (closes #18336) | brainopia | 2015-01-06 | 1 | -1/+0 |
* | :scissors: | Rafael Mendonça França | 2014-11-26 | 1 | -1/+1 |
* | getting the location of the server | dilpreet92 | 2014-11-26 | 1 | -2/+2 |
* | When your templates change, browser caches bust automatically. | Jeremy Kemper | 2014-08-17 | 1 | -0/+1 |
* | Update Docs in favor to use render plain instead of text option | robertomiranda | 2014-02-18 | 1 | -1/+1 |
* | Require action_view explicitly in AC::Base | Łukasz Strzałkowski | 2013-12-08 | 1 | -0/+1 |
* | Retain ActionPack dependency on ActionView | Łukasz Strzałkowski | 2013-12-05 | 1 | -15/+3 |
* | Use genderless pronouns in API docs | Guillermo Iguaran | 2013-12-01 | 1 | -1/+1 |
* | calculate the ivars to remove in advance as a set and cache them in a | Aaron Patterson | 2013-11-06 | 1 | -3/+10 |
* | Typo fix [ci skip] | Arun Agrawal | 2013-10-09 | 1 | -1/+1 |
* | [ci skip] escape unintended url in docs | Chris Ciollaro | 2013-09-26 | 1 | -1/+1 |
* | Fixing comment typo in ActionController::Base | Attila Domokos | 2013-09-13 | 1 | -1/+1 |
* | Remove BasicRendering and remove template functionality from AbsC::Rendering | José Valim | 2013-09-09 | 1 | -2/+1 |
* | Move BasicRendering to AbstractController | Łukasz Strzałkowski | 2013-09-03 | 1 | -1/+1 |
* | Revert "Port all remaining self.protected_instance_variables to class methods" | Łukasz Strzałkowski | 2013-09-02 | 1 | -6/+5 |
* | Port all remaining self.protected_instance_variables to class methods | Łukasz Strzałkowski | 2013-08-29 | 1 | -5/+6 |
* | Fist stab on basic rendering | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
* | Do not include action_view/layouts | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+0 |
* | Change documentation of metal anonymous class | Łukasz Strzałkowski | 2013-08-25 | 1 | -5/+10 |
* | Load AV::Layouts dynamicly via railties | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+0 |
* | Code formatting & typo fixes | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
* | Move anonymous class to the top, add documentation | Łukasz Strzałkowski | 2013-08-25 | 1 | -4/+9 |
* | Create AbstractController::Rendering interface | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+5 |
* | Fix AP test suite after moving stuff to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
* | Move layouts to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-17 | 1 | -1/+1 |
|\ |
|
| * | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -1/+1 |
* | | fix a gramatical mistake | Rajeev N Bharshetty | 2013-08-02 | 1 | -1/+1 |
|/ |
|
* | Typo fix | Ankit Gupta | 2013-07-25 | 1 | -1/+1 |
* | Remove ActionController::RecordIdentifier was deprecated. | kennyj | 2013-06-01 | 1 | -1/+0 |
* | replace present? with any? to reduce dependency on AS | Aaron Patterson | 2012-11-13 | 1 | -0/+1 |
* | moving to new hash syntax, for discussion before I take the time on full folders | AvnerCohen | 2012-10-09 | 1 | -9/+9 |
* | Merge pull request #7251 from rails/integrate-strong_parameters | David Heinemeier Hansson | 2012-09-18 | 1 | -0/+1 |
|\ |
|