aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/notifications_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add notifications to default middleware stack and update subscriber tests.José Valim2010-01-171-1/+1
|
* Set up subscriber on initialization.José Valim2010-01-131-5/+41
|
* Some railties cleanup:Carl Lerche2009-12-311-0/+1
| | | | | | * Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin
* Don't require initializer.rb in core.rbCarl Lerche2009-12-281-10/+18
|
* Notifications: extract central Notifier, cordon off the internal Fanout ↵Jeremy Kemper2009-11-281-24/+6
| | | | implementation, and segregate instrumentation concerns
* Updates notifications tests in railties to reflect changes to the ↵Carlhuda2009-11-231-1/+3
| | | | notifications API
* Fix broken testsJeremy Kemper2009-10-271-1/+1
|
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵Carl Lerche2009-10-161-1/+1
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* Remove framework subscriber tests which depends on AR, which isn't loadedJeremy Kemper2009-10-151-4/+0
|
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-0/+50