Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | fixed a typo [ci skip] | Aida | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | Clean up module docs [ci skip] | Vijay Dev | 2012-03-07 | 1 | -6/+6 |
| | | | | Removed some useless docstrings and no-doc'ed some. | ||||
* | minor edits after going through what's new in docrails | Xavier Noria | 2011-05-14 | 1 | -4/+4 |
| | |||||
* | added docs for AbC::UrlFor and AC::UrlFor. | Nick Sutterer | 2011-05-12 | 1 | -0/+6 |
| | |||||
* | Avoid (@_var ||= nil) pattern by using initialize methods and ensuring ↵ | José Valim | 2010-09-29 | 1 | -1/+0 |
| | | | | everyone calls super as expected. | ||||
* | Refactor ActionMailer to not use hide_actions | Piotr Sarnacki | 2010-09-03 | 1 | -0/+28 |
| | |||||
* | ActionMailer should depend just on AbstractController. | José Valim | 2010-01-29 | 1 | -156/+0 |
| | |||||
* | Remove duplicated url_for code and move methods shared between ActionMailer ↵ | José Valim | 2010-01-07 | 1 | -0/+156 |
and ActionController up to AbstractController. |