aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/url_for.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* fixed a typo [ci skip]Aida2014-05-171-1/+1
* Clean up module docs [ci skip]Vijay Dev2012-03-071-6/+6
* minor edits after going through what's new in docrailsXavier Noria2011-05-141-4/+4
* added docs for AbC::UrlFor and AC::UrlFor.Nick Sutterer2011-05-121-0/+6
* Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo...José Valim2010-09-291-1/+0
* Refactor ActionMailer to not use hide_actionsPiotr Sarnacki2010-09-031-0/+28
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-156/+0
* Remove duplicated url_for code and move methods shared between ActionMailer a...José Valim2010-01-071-0/+156