| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | calculate the ivars to remove in advance as a set and cache them in a | Aaron Patterson | 2013-11-06 | 1 | -8/+2 |
* | use a set and reject to avoid array allocations | Aaron Patterson | 2013-11-06 | 1 | -4/+11 |
* | each_with_object on the view_assigns hash | Aaron Patterson | 2013-11-06 | 1 | -3/+1 |
* | use slice to avoid range allocation | Aaron Patterson | 2013-11-06 | 1 | -1/+3 |
* | these variables are also private | Aaron Patterson | 2013-11-06 | 1 | -0/+1 |
* | instance_variables returns symbols, so we should use symbols in our list | Aaron Patterson | 2013-11-06 | 1 | -1/+1 |
* | Make AC standalone rendering work | Santiago Pastorino | 2013-09-10 | 1 | -2/+5 |
* | Remove BasicRendering tests | José Valim | 2013-09-09 | 1 | -9/+1 |
* | Remove remaining coupling with AV in MimeResponds | José Valim | 2013-09-09 | 1 | -0/+7 |
* | Remove BasicRendering and remove template functionality from AbsC::Rendering | José Valim | 2013-09-09 | 1 | -31/+12 |
* | Move BasicRendering to AbstractController | Łukasz Strzałkowski | 2013-09-03 | 1 | -0/+28 |
* | Make Mime::TEXT default format in AbstractController | Łukasz Strzałkowski | 2013-09-03 | 1 | -0/+1 |
* | Move skeleton methods from AV to AbsC | Łukasz Strzałkowski | 2013-09-03 | 1 | -7/+19 |
* | Return to using protected_instance_variables in AV | Łukasz Strzałkowski | 2013-09-02 | 1 | -5/+6 |
* | Revert "Port all remaining self.protected_instance_variables to class methods" | Łukasz Strzałkowski | 2013-09-02 | 2 | -10/+11 |
* | Port all remaining self.protected_instance_variables to class methods | Łukasz Strzałkowski | 2013-08-29 | 2 | -11/+10 |
* | Add #rendered_format method to controllers | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+5 |
* | Improve AV::Rendering docs | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+3 |
* | Code formatting & typo fixes | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
* | Remove abstract_controller load hooks | Łukasz Strzałkowski | 2013-08-25 | 1 | -2/+0 |
* | Move protected_instance_variables & view_assigns to AbstractController | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+20 |
* | Create AbstractController::Rendering interface | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+50 |
* | Revert "Rename abstract_controller/rendering. to errors.rb" | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+0 |
* | Rename abstract_controller/rendering. to errors.rb | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+0 |
* | Hook up AV::Rendering on AV intialization | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+2 |
* | Move rendering from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 2 | -610/+0 |
* | Move view_paths from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -96/+0 |
* | Execute conditional procs on controller filters only for current action. | Nicholas Jakobsen | 2013-08-10 | 1 | -1/+1 |
* | move `MissingHelperError` out of the `ClassMethods` module. | Yves Senn | 2013-07-12 | 1 | -15/+18 |
* | Show real LoadError on helpers require | Piotr Niełacny | 2013-07-10 | 1 | -1/+6 |
* | use extract_options! | Neeraj Singh | 2013-07-02 | 1 | -1/+1 |
* | deprecating string based terminators | Aaron Patterson | 2013-05-14 | 1 | -1/+3 |
* | Avoid leak into controller's action_methods | printercu | 2013-04-18 | 1 | -0/+1 |
* | Prefer find_by over dynamic finders in rdoc | Sam Ruby | 2013-04-02 | 1 | -1/+1 |