José Valim
|
9dd4c79d61
|
Allow to add subscribers through Railtie.
|
2010-01-13 01:19:22 +01:00 |
|
José Valim
|
5f34bd61b0
|
As the other constants, RAILS_DEFAULT_LOGGER no more.
|
2010-01-13 01:19:22 +01:00 |
|
David Heinemeier Hansson
|
8cb594a2e1
|
Get everyone running on Rails.env and fix the broken environment settings for script/console and script/dbconsole
|
2010-01-11 14:01:28 -08:00 |
|
Joshua Peek
|
8fe66f1af0
|
Run railtie and plugin initializers before app specific ones
|
2010-01-07 14:01:34 -06:00 |
|
Carl Lerche
|
ae7ada1fde
|
Some railties cleanup:
* Rename <framework>/rails.rb -> <framework>/railtie.rb
* Rails::Plugin -> Rails::Railtie
* Rails::Plugin::Vendored -> Rails::Plugin
|
2009-12-31 13:12:52 -08:00 |
|
Carl Lerche
|
e749424dfa
|
Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rb
|
2009-12-31 13:12:52 -08:00 |
|
Carl Lerche
|
a23f4b6aee
|
Add a /rails.rb for each framework for consistency
|
2009-12-31 11:57:59 -08:00 |
|
Carlhuda
|
dc677f7665
|
tests pass with requiring the frameworks in rails.rb
|
2009-12-23 15:16:38 -08:00 |
|
Carl Lerche
|
1b27f5c4f7
|
Add the ability for plugins to set default configuration settings.
|
2009-12-15 22:13:52 -08:00 |
|
Carlhuda
|
39034997d1
|
Add support for bare ActiveSupport via config.active_support.bare
|
2009-12-02 11:35:47 -08:00 |
|
Carlhuda
|
abfc4dad3e
|
Remove global Rails initializers
|
2009-12-02 11:35:47 -08:00 |
|
Yehuda Katz + Carl Lerche
|
82b9b151ff
|
Refactor plugins
|
2009-11-11 18:09:16 -08:00 |
|
Carl Lerche
|
c9d4529c9d
|
Change Rails::Application to a class that is inherited from.
This is still very experimental.
|
2009-09-29 17:33:17 -07:00 |
|
Joshua Peek
|
accd9b4634
|
Restore "Start Rails::Application object
This reverts commit f14ad41456 .
|
2009-09-25 21:32:28 -05:00 |
|
Joshua Peek
|
f14ad41456
|
Revert "Start Rails::Application object"
This reverts commit 4129449594 .
|
2009-09-25 20:41:40 -05:00 |
|
Yehuda Katz + Carl Lerche
|
4129449594
|
Start Rails::Application object
|
2009-09-25 17:42:53 -07:00 |
|