aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Remove unused codeRafael Mendonça França2014-09-251-12/+1
* Remove --skip-action-view option from application generatorDan Olson2014-09-241-5/+0
* Fix another false assertionsYuki Nishijima2014-09-211-1/+1
* Merge pull request #16936 from untidy-hair/plugin_test_db_migrate_pathRafael Mendonça França2014-09-181-3/+12
|\
| * Specify dummy app's db migrate path in plugin's test_helper.rbYukio Mizuta2014-09-161-3/+12
* | inject Rack::Lock if config.eager_load is falseXavier Noria2014-09-181-2/+9
|/
* Merge pull request #16914 from untidy-hair/fix_plugin_dummy_path_errorRafael Mendonça França2014-09-161-1/+4
|\
| * Use dynamic path for dummy app location in plugin's test_helper.rbYukio Mizuta2014-09-141-1/+4
* | Add `test:jobs` taskyuuji.yaginuma2014-09-151-3/+14
|/
* Always define capture to remove the deprecation messageRafael Mendonça França2014-09-111-17/+15
* Define the configuration at Active SupportRafael Mendonça França2014-09-112-0/+2
* 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
* Merge pull request #16839 from chancancode/default_test_orderRafael Mendonça França2014-09-101-1/+1
|\
| * Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* | Tell the user which file is missing when config/database.yml was not foundAkira Matsuda2014-09-101-0/+9
|/
* build fix, we have to reset the RACK_ENV as well.Yves Senn2014-09-041-2/+5
* Merge pull request #16775 from kaspth/ship-secure-sanitizerRafael Mendonça França2014-09-031-41/+0
|\
| * Ship with rails-html-sanitizer instead.Kasper Timm Hansen2014-09-031-41/+0
* | Merge pull request #16756 from huoxito/dont-mess-railties-default-orderRafael Mendonça França2014-09-031-0/+36
|\ \
| * | Dont mess with default order engines loadWashington Luiz2014-09-021-0/+36
* | | schema loading rake tasks maintain database connection for current env.Yves Senn2014-09-031-0/+26
| |/ |/|
* | Leave all our tests as order_dependent! for nowMatthew Draper2014-09-021-0/+4
* | Add test to assert the right sanitizer vendor is being usedRafael Mendonça França2014-09-011-0/+41
|/
* Expectations firstAkira Matsuda2014-08-284-9/+9
* Reset RACK_ENV after modified in a test caseAkira Matsuda2014-08-281-0/+1
* Rails.root should be a PathnameAkira Matsuda2014-08-281-1/+1
* fix broken `gem` method with non-String arguments. Closes #16709.Yves Senn2014-08-271-0/+10
* Refactor ActionDispatch::RemoteIpSam Aarons2014-08-211-1/+15
* Require ActiveJob in case a skip_xxx option is givenslainer682014-08-201-0/+1
* Fix failing railties testsCarlos Antonio da Silva2014-08-191-2/+6
* Fix setting simple values to the new config.xCarlos Antonio da Silva2014-08-191-5/+12
* Revert "Improve custom configuration"Rafael Mendonça França2014-08-193-80/+9
* Improve custom configurationRafael Mendonça França2014-08-193-9/+80
* Merge pull request #16062 from sgrif/sg-required-generatorsRafael Mendonça França2014-08-172-0/+56
|\
| * Add a `required` option to the model generatorSean Griffin2014-08-082-0/+56
* | Merge pull request #16481 from sgrif/sg-change-default-timestampsDavid Heinemeier Hansson2014-08-171-1/+1
|\ \
| * | Change the default `null` value for timestampsSean Griffin2014-08-121-1/+1
* | | Railties tests are order_independent! Hopefully.Akira Matsuda2014-08-131-4/+0
* | | Fix Railties tests that were order dependentAkira Matsuda2014-08-131-0/+10
|/ /
* | 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
* | add a test for prepending SCRIPT_NAME to generated urlsAaron Patterson2014-08-081-0/+88
* | Fixes test for Gemfile entry changesArun Agrawal2014-08-081-6/+11
|/
* need to call superAaron Patterson2014-08-071-0/+1
* add a new constructor that runs load hooksAaron Patterson2014-08-071-5/+5
* lazily instantiate application subclassesAaron Patterson2014-08-061-0/+10
* Merge pull request #16359 from skanev/after-bundle-in-rails-templatesYves Senn2014-08-061-0/+15
|\
| * Add an after_bundle callback in Rails templatesStefan Kanev2014-08-031-0/+15
* | Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain...Yves Senn2014-08-061-1/+90