aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties/railtie_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* run `before_configuration` callbacks as soon as application constant inherits...yuuji.yaginuma2016-08-191-0/+7
* applies new string literal convention in railties/testXavier Noria2016-08-061-8/+8
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* initialize the right variableRafael Mendonça França2014-06-171-1/+1
* Rails.application should be set inside before_configuration hookRafael Mendonça França2014-04-071-0/+8
* Removing use of subclassed application constant and instead using thewangjohn2013-06-031-7/+7
* Removing Railtie::Configurable from the base Railtie object and makingwangjohn2013-04-291-9/+2
* Fix typoPrathamesh Sonpatki2013-03-281-1/+1
* Add support runner hook.kennyj2012-05-291-0/+16
* 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
* Ensure RDoc::Task exists even if 'rdoc/task' was not requiredAkira Matsuda2011-05-261-6/+1
* require 'rake/rdoctask' if failed to require 'rdoc/task'Akira Matsuda2011-05-261-1/+6
* fixes Rake::RDocTask deprecation warnings from rake 0.9.0Vijay Dev2011-05-251-2/+2
* Fix tests in railtiesPiotr Sarnacki2010-12-181-3/+3
* Load rake tasks defined in superclasses in context of railtiesPiotr Sarnacki2010-10-091-0/+24
* Added tests for railtie_name and aliased it in engine as engine_namePiotr Sarnacki2010-09-031-0/+16
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Add console hook to force ActiveRecord::Base to be loaded when console starts...José Valim2010-07-181-0/+16
* Remove obsolete test case, since we have move Rails::LogSubscriber to ActiveS...Prem Sichanugrist2010-06-241-9/+0
* Adding Rails.env= to railties to allow changing of rails env on the fly for r...Mikel Lindsaar2010-04-081-0/+11
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-12/+9
* Revert "find railties and engines by name [4264 state:resolved]"José Valim2010-03-261-25/+0
* Improve heuristic for railties default name, otherwise railties may be named ...José Valim2010-03-261-0/+8
* find railties and engines by name [4264 state:resolved]Josh Susser2010-03-261-0/+17
* Get the railties tests to pass again.Carlhuda2010-03-021-1/+1
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-4/+4
* Add more tests to some key points in Railties.José Valim2010-01-281-0/+132