Commit Graph

10 Commits

Author SHA1 Message Date
José Valim 8f5e733998 Add notifications to default middleware stack and update subscriber tests. 2010-01-17 11:35:48 +01:00
José Valim fe3ceabeed Set up subscriber on initialization. 2010-01-13 01:19:23 +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
Carl Lerche 4ee70643b3 Don't require initializer.rb in core.rb 2009-12-28 18:26:15 -08:00
Jeremy Kemper 4f2a04cc08 Notifications: extract central Notifier, cordon off the internal Fanout implementation, and segregate instrumentation concerns 2009-11-28 12:50:09 -08:00
Carlhuda c102db9367 Updates notifications tests in railties to reflect changes to the notifications API 2009-11-23 17:28:50 -08:00
Jeremy Kemper b30294b54a Fix broken tests 2009-10-27 09:34:17 -07:00
Carl Lerche e1fdc8bba3 Remove config.gem in favor of using the bundler. This makes config/boot.rb obsolete.
The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
2009-10-16 18:10:52 -07:00
Jeremy Kemper b0f55dc1f8 Remove framework subscriber tests which depends on AR, which isn't loaded 2009-10-15 21:51:24 -07:00
José Valim 2d7abe245e Renamed Orchestra to Notifications once again [#3321 state:resolved] 2009-10-15 18:51:51 -03:00