aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/initializers/notifications_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Log call site for all queriesOlivier Lacan2017-12-131-0/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-4/+4
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Build fix for ruby 1.9.3 syntaxArun Agrawal2013-11-161-1/+1
* Instrument each load config initializerPaul Nikitochkin2013-11-161-0/+13
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-1/+1
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
* Parenthesize arguments when the first one is a Regexp literal.Sebastian Martinez2011-05-231-1/+1
* Fix a failing test in Railtie and properly define all severity levels in Mock...José Valim2010-07-201-14/+5
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-1/+1
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-1/+1
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-261-0/+48