aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/isolation
Commit message (Expand)AuthorAgeFilesLines
* Add support for inline images to mailer previewsAndrew White2015-05-041-2/+2
* Rename railties/bin to railties/exeIslam Wazery2015-04-111-1/+1
* Remove unused gsub_app_file method from Bukkit.Josef Šimánek2015-02-191-6/+0
* Merge pull request #18526 from vipulnsward/add-silence-streamRafael Mendonça França2015-02-051-36/+2
|\
| * - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-201-36/+2
* | Fixed test for assert_welcomePrathamesh Sonpatki2015-01-171-1/+2
|/
* Use IO::NULL alwaysNobuyoshi Nakada2015-01-101-1/+1
* Remove deprecated methods at `Kernel`.Rafael Mendonça França2015-01-041-0/+10
* Set the test_order in the basic app as well, see 58e8b48Godfrey Chan2014-11-251-0/+1
* Set the default log_level to info in all testsGodfrey Chan2014-11-251-0/+1
* Always default the log_level to :info for RailtiesZachary Scott2014-11-241-0/+1
* add a test for #17106Aaron Patterson2014-11-041-0/+9
* Define the configuration at Active SupportRafael Mendonça França2014-09-111-0/+1
* Set test order in ActiveSupport::TestCase of isolation/abstract_unitRafael Mendonça França2014-09-101-0/+2
* Set the test order to be random in the generated appRafael Mendonça França2014-09-101-0/+1
* Fix failing railties testsCarlos Antonio da Silva2014-08-191-2/+6
* Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-0/+27
* Favor canonical environment variables for secretsschneems2014-01-131-2/+2
* Revert "Ensure secret_key_base is set for all environments"José Valim2013-12-241-2/+1
* Fix railties tests in masterschneems2013-12-241-1/+2
* Ensure secret_key_base is set for all environmentsJosé Valim2013-12-241-1/+2
* Fix build failures related to the new ENV options in ymlJosé Valim2013-12-241-0/+18
* Load secret_key_base from tokens.yml, fallback to config.secret_key_baseGuillermo Iguaran2013-12-121-2/+1
* Extend basic rendering, test it in railtiesŁukasz Strzałkowski2013-08-251-0/+6
* Include AV railtie in railties isolation testsŁukasz Strzałkowski2013-08-251-0/+1
* Calls to the application constant have been refactored to usewangjohn2013-06-101-1/+1
* --no-rc in the railties testsAkira Matsuda2013-02-011-1/+1
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-1/+1
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* Rename secret_token_key to secret_key_baseSantiago Pastorino2012-11-031-2/+2
* Sign cookies using key deriverSantiago Pastorino2012-11-031-2/+2
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-4/+4
* config.activerecord.whitelist_attributes isn't used anymore, remove reference...Guillermo Iguaran2012-09-161-3/+0
* Don't use Gemfile in test application in railtiesPiotr Sarnacki2012-08-311-5/+5
* Set eager load option in "make_basic_app" for railties testsCarlos Antonio da Silva2012-08-211-0/+1
* Allow users to choose when to eager_load the application or not.José Valim2012-08-211-1/+1
* remove some artifacts of dependent_restrict_raises that I missedJon Leighton2012-08-101-1/+0
* Remove unnecessary Railties structure now that plugins are goneJosé Valim2012-06-291-11/+5
* run railties tests in parallel, default to 2 coresAaron Patterson2012-06-191-2/+0
* join any extra args to the tmp pathAaron Patterson2012-06-191-0/+1
* expand the tmpdir to the realpath so tests on OS X passAaron Patterson2012-06-191-1/+1
* use system tmpdir rather than our ownAaron Patterson2012-06-191-8/+11
* Remove useless load path modificationsSantiago Pastorino2012-05-111-3/+2
* Remove Declarative module extending, it is already part of AS::TestCaseCarlos Antonio da Silva2012-04-281-2/+0
* Initial queue implementationYehuda Katz2012-04-261-1/+1
* Remove default match without specified methodJose and Yehuda2012-04-241-3/+3
* Fix scaffold controller template, ensure rake scaffold test pass by defaultCarlos Antonio da Silva2012-03-141-1/+6
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-2/+1
* Only add the whitelist_attributes option if ActiveRecord is presentRafael Mendonça França2012-03-041-1/+4
* Remove the dependent_restrict_raises configuration if activerecord isRafael Mendonça França2012-02-011-1/+1