Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the default template handler from `ERB` to `Raw`. | Rafael Mendonça França | 2015-01-04 | 1 | -2/+2 |
| | | | | | Files without a template handler in their extension will be rended using the raw handler instead of ERB. | ||||
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Wrap code snippets in +, not backticks, in sdoc | claudiob | 2014-11-20 | 1 | -1/+1 |
| | | | | | | | | I grepped the source code for code snippets wrapped in backticks in the comments and replaced the backticks with plus signs so they are correctly displayed in the Rails documentation. [ci skip] | ||||
* | Add unregister_template_handler to prevent leaks. | Zuhao Wan | 2014-06-12 | 1 | -0/+9 |
| | |||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 1 | -0/+53 |