Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add nodoc to private constant [ci skip] | Rafael Mendonça França | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | Improve documentation of local_assigns | Rafael Mendonça França | 2015-02-18 | 1 | -7/+13 |
| | |||||
* | Merge pull request #15700 from maurogeorge/guides-local_assigns | Rafael Mendonça França | 2015-02-18 | 1 | -0/+7 |
|\ | | | | | | | Add docs about local_assigns on guides | ||||
| * | Add RDoc about local_assigns | Mauro George | 2014-06-13 | 1 | -0/+7 |
| | | | | | | | | [ci skip] | ||||
* | | Reduce object allocation | Akira Matsuda | 2014-10-25 | 1 | -1/+5 |
| | | |||||
* | | Reduce object allocation | Akira Matsuda | 2014-10-25 | 1 | -1/+1 |
| | | |||||
* | | Use #tr instead of #gsub where possible | Alex Weidmann | 2014-10-02 | 1 | -1/+1 |
| | | |||||
* | | use tr instead of gsub when possible | Adrian Rangel | 2014-10-01 | 1 | -1/+1 |
| | | |||||
* | | remove useless parameter | Aaron Patterson | 2014-08-27 | 1 | -2/+2 |
| | | |||||
* | | remove dead code | Aaron Patterson | 2014-08-27 | 1 | -12/+2 |
|/ | | | | | | the ERB has already been compiled to Ruby code by the time we're calling module_eval. Nothing that module eval raises will be caught by a blank `rescue`, so I think we can remove this | ||||
* | Add variants to Template class | Łukasz Strzałkowski | 2014-03-14 | 1 | -1/+2 |
| | |||||
* | Introduce `render :html` for render HTML string | Prem Sichanugrist | 2014-02-18 | 1 | -0/+1 |
| | | | | | | | | | This is an option for to HTML content with a content type of `text/html`. This rendering option calls `ERB::Util.html_escape` internally to escape unsafe HTML string, so you will have to mark your string as html safe if you have any HTML tag in it. Please see #12374 for more detail. | ||||
* | Avoid unnecessary catching of Exception instead of StandardError (converting ↵ | stopdropandrew | 2013-10-24 | 1 | -2/+2 |
| | | | | Exceptions into StandardErrors) | ||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 1 | -0/+340 |