| Commit message (Expand) | Author | Age | Files | Lines |
* | Freeze string literals when not mutated. | schneems | 2015-07-19 | 2 | -2/+2 |
* | [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 |
* | Raise ArgumentError if an unrecognised callback is skipped | Iain Beeston | 2015-04-03 | 1 | -3/+3 |
* | Removed non-standard and unused require 'active_support/deprecation' from par... | Vipul A M | 2015-02-27 | 1 | -2/+0 |
* | fix NameError in `skip_filter`. callback doesn't exist. | yuuji.yaginuma | 2015-02-27 | 1 | -1/+1 |
* | Deprecate `AbstractController::Callbacks#skip_action_callback` | Iain Beeston | 2015-02-24 | 1 | -0/+1 |
* | Merge pull request #11790 from printercu/patch-3 | Rafael Mendonça França | 2015-02-12 | 1 | -7/+8 |
|\ |
|
| * | ActionController#translate also lookups shortcut without action name | Max Melentiev | 2013-10-22 | 1 | -1/+5 |
| * | ActionController#translate supports symbols | printercu | 2013-09-25 | 1 | -6/+3 |
* | | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 | robertomiranda | 2015-01-31 | 1 | -2/+2 |
* | | fix typo in `_filter` deprecation message. [ci skip] | Yves Senn | 2015-01-30 | 1 | -5/+5 |
* | | Deprecate all *_filter callbacks in favor of *_action callbacks | Abdelkader Boudih | 2015-01-08 | 1 | -5/+27 |
* | | Merge pull request #18404 from claudiob/rebase-14549 | Rafael Mendonça França | 2015-01-08 | 1 | -0/+10 |
|\ \ |
|
| * | | Add test/doc for :if/:except in skip_before_action | claudiob | 2015-01-08 | 1 | -0/+5 |
| * | | Add test case and documentation for skip_before_filter. | Lauro Caetano | 2015-01-08 | 1 | -0/+5 |
* | | | 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 |
* | | Merge pull request #17227 from claudiob/explicitly-abort-callbacks | Rafael Mendonça França | 2015-01-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Throw :abort halts default CallbackChains | claudiob | 2015-01-02 | 1 | -1/+1 |
* | | | Fix a few typos [ci skip] | Robin Dupret | 2015-01-03 | 2 | -3/+3 |
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-01-03 | 3 | -18/+24 |
|\ \ \
| |/ /
|/| | |
|
| * | | Better docs for AbstractController | claudiob | 2014-12-22 | 3 | -18/+24 |
* | | | Merge pull request #8740 from amatsuda/missing_source_file | Rafael Mendonça França | 2015-01-02 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | replace use of MissingSourceFile with LoadError | Akira Matsuda | 2013-01-04 | 1 | -1/+1 |
* | | | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | | | give a better error message for misspelled helpers | Xavier Noria | 2014-10-25 | 1 | -1/+11 |
* | | | remove deprecated `MissingHelperError` proxy. | Yves Senn | 2014-08-14 | 1 | -3/+0 |
* | | | Deprecate `*_path` methods in mailers | @schneems and @sgrif | 2014-07-30 | 2 | -3/+11 |
* | | | Relpace `=~ Regexp.new str` with `.include? str` in AC::Base#_valid_action_name? | Viktar Basharymau | 2014-06-19 | 1 | -1/+1 |
* | | | Partially revert deprecation of *_filter | Rafael Mendonça França | 2014-06-03 | 1 | -27/+6 |
* | | | Deprecate all *_filter callbacks in favor of *_action callbacks | Rafael Mendonça França | 2014-05-27 | 1 | -20/+24 |
* | | | Remove duplicated to_s method call. | Guo Xiang Tan | 2014-05-25 | 1 | -1/+1 |
* | | | fixed a typo [ci skip] | Aida | 2014-05-17 | 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 |
* | | | replace class_eval by define_method in abstract_controller/callbacks | kirill | 2014-04-20 | 1 | -35/+29 |
* | | | Check if the `request` variable isn't nil when calling render_to_string | Joan Karadimov | 2014-02-20 | 1 | -1/+3 |
* | | | Introduce `render :body` for render raw content | Prem Sichanugrist | 2014-02-18 | 1 | -2/+2 |
* | | | Require action_view to fix missing constant | Philipe Fatio | 2014-02-07 | 1 | -0/+1 |
* | | | Move the null mime type to request.format | Carlos Antonio da Silva | 2013-12-23 | 1 | -1/+1 |
* | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-12-20 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Typos. return -> returns. [ci skip] | Lauro Caetano | 2013-12-03 | 1 | -1/+1 |
* | | | | Require action_view explicitly in AC::Base | Łukasz Strzałkowski | 2013-12-08 | 1 | -0/+1 |
* | | | | Merge pull request #13189 from strzalek/retain-ap-av-dep | Jeremy Kemper | 2013-12-05 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Retain ActionPack dependency on ActionView | Łukasz Strzałkowski | 2013-12-05 | 1 | -0/+1 |
* | | | | | Improve a couple exception messages related to variants and mime types | Carlos Antonio da Silva | 2013-12-03 | 1 | -8/+10 |
|/ / / / |
|
* / / / | Action Pack Variants | Łukasz Strzałkowski | 2013-12-04 | 2 | -1/+11 |
|/ / / |
|