aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/url_for.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵José Valim2010-09-291-1/+0
| | | | everyone calls super as expected.
* 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 ↵José Valim2010-01-071-0/+156
and ActionController up to AbstractController.