José Valim
|
d6e2f5013c
|
Drop AR I18n deprecation and simple use errors.messages as fallback.
|
2010-01-30 13:12:12 +01:00 |
|
Paul Rosania
|
766e857bea
|
tsort-based dependency resolution for initializers
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2010-01-29 19:25:58 -08:00 |
|
Carl Lerche
|
f15bbcf97e
|
Move the ActiveRecord generator settings into the Railtie
|
2010-01-28 10:45:25 -08:00 |
|
José Valim
|
02908e1142
|
As first step setup the load path and lazy compare middlewares.
|
2010-01-25 22:59:08 +01:00 |
|
José Valim
|
3b6f659fb6
|
Add active_model/railtie back to generated boot.rb, add models back to paths, load active_support/railtie since we need it and ensure default logger is set before config.
|
2010-01-25 01:12:22 +01:00 |
|
José Valim
|
e548f96b1d
|
Rename plugin_name to railtie_name and engine_name.
|
2010-01-24 12:23:21 +01:00 |
|
José Valim
|
c8cc8a9872
|
Moved more configuration away from bootstrap.
|
2010-01-22 20:44:38 +01:00 |
|
José Valim
|
8c8942ed4f
|
Move Dispatcher setup to Railties and add instrumentation hook.
|
2010-01-15 12:24:30 +01:00 |
|
José Valim
|
dc2e291a93
|
Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.
|
2010-01-13 01:19:23 +01:00 |
|
José Valim
|
c1239e6509
|
Send the connection in AR notifications to avoid checking out new connections in threads just for logging purposes.
|
2010-01-11 15:14:52 +01:00 |
|
José Valim
|
821a160a49
|
Add a deprecation message to activerecord.errors.
|
2010-01-07 15:31:49 +01:00 |
|
José Valim
|
3990310a2b
|
Use underscore in notification namespaces.
|
2010-01-04 00:03:56 +01:00 |
|
José Valim
|
6fbe9ef2ff
|
Use namespaces in notifications.
|
2010-01-03 20:39:42 +01: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 |
|