Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Moved initializers for ActionMailer and ActionController into their own railties | Carlhuda | 2010-03-02 | 1 | -0/+5 | |
| | ||||||
* | Rename named_url_helpers to url_helpers and url_helpers to url_for | Carlhuda | 2010-02-26 | 1 | -1/+1 | |
| | ||||||
* | Get Railties tests passing | Carlhuda | 2010-02-25 | 1 | -1/+1 | |
| | ||||||
* | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -2/+2 | |
| | ||||||
* | install ActionController::UrlFor before environment is parsed, to provide ↵ | Paul Rosania | 2010-02-05 | 1 | -5/+5 | |
| | | | | | | ActionMailer#default_url_options= Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always ↵ | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 | |
| | | | | uses AS. | |||||
* | ActionMailer should depend just on AbstractController. | José Valim | 2010-01-29 | 1 | -0/+4 | |
| | ||||||
* | Add active_model/railtie back to generated boot.rb, add models back to ↵ | José Valim | 2010-01-25 | 1 | -5/+4 | |
| | | | | paths, load active_support/railtie since we need it and ensure default logger is set before config. | |||||
* | Rename plugin_name to railtie_name and engine_name. | José Valim | 2010-01-24 | 1 | -1/+1 | |
| | ||||||
* | Moved more configuration away from bootstrap. | José Valim | 2010-01-22 | 1 | -5/+0 | |
| | ||||||
* | Add view paths to Engine setup. | José Valim | 2010-01-22 | 1 | -2/+1 | |
| | ||||||
* | Add subscriber to ActionMailer. | José Valim | 2010-01-14 | 1 | -0/+3 | |
| | ||||||
* | Some railties cleanup: | Carl Lerche | 2009-12-31 | 1 | -0/+25 | |
* Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin |