aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+15
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-15/+0
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Remove private defSakshi Jain2018-09-231-8/+10
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-1/+0
* 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
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Don't pollute Object with rubinius_skip and jruby_skipAkira Matsuda2017-01-171-9/+9
* applies new string literal convention in railties/testXavier Noria2016-08-061-12/+12
* Remove load_paths fileArthur Neves2016-02-271-2/+0
* Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0
* - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-201-18/+3
* Always define capture to remove the deprecation messageRafael Mendonça França2014-09-111-17/+15
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* Leave all our tests as order_dependent! for nowMatthew Draper2014-09-021-0/+4
* Railties tests are order_independent! Hopefully.Akira Matsuda2014-08-131-4/+0
* Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-1/+1
* users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-121-0/+4
* Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-0/+23
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-0/+9
* Load secret_key_base from tokens.yml, fallback to config.secret_key_baseGuillermo Iguaran2013-12-121-1/+1
* Add AV as development dependency for railtiesŁukasz Strzałkowski2013-08-251-0/+1
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* Refactor tests that switch RAILS_ENV and RACK_ENVCarlos Antonio da Silva2012-12-061-1/+0
* Rename secret_token_key to secret_key_baseSantiago Pastorino2012-11-031-1/+1
* Use derived keys everywhere, http_authentication was missing itSantiago Pastorino2012-11-031-0/+1
* Ensure that Rails.env is equal to "test" by default when running tests.Piotr Sarnacki2012-05-061-0/+2
* require minitest rather than test/unitAaron Patterson2012-01-061-1/+1
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-1/+0
* Use RAILS_ISOLATED_ENGINE and fix namespaced generators testsStefan Sprenger2011-06-071-1/+0
* Rails.application is set anyway, we don't need to set it manually, this was p...Piotr Sarnacki2010-09-251-2/+0
* Generators are not aware of namespace of isolated engines and applicationsPiotr Sarnacki2010-09-241-3/+6
* AS::Isolation functional on Windows/JRuby.Nick Sieger2010-06-241-2/+0
* Move railties/builtin into libJoshua Peek2010-03-201-1/+0
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-6/+1
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+6
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-10/+2
* Autoload AS test caseJoshua Peek2010-01-041-1/+0
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-1/+1
* Don't require initializer.rb in core.rbCarl Lerche2009-12-281-1/+3
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-8/+7
* Bundle for railties tests tooJeremy Kemper2009-10-191-9/+9
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-5/+5
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-0/+1
* Rewrite FCGI handler testJoshua Peek2009-10-051-12/+0
* Try to load lib before trying to activate the gem for testingJoshua Peek2009-10-051-2/+6
* Fix railties testsJoshua Peek2009-09-251-0/+2
* More places to bump rack-test version [#3250 state:resolved]Mike Gunderloy2009-09-231-1/+1