aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
* | No need to sync config.secret_token and secrets.secret_tokenRafael Mendonça França2014-11-101-34/+2
* | Merge pull request #16535 from bf4/patch-1Rafael Mendonça França2014-11-104-11/+150
|\ \
| * | `secret_token` is now saved in `Rails.application.secrets.secret_token`Benjamin Fleischer2014-11-024-11/+150
* | | add lib to $LOAD_PATH on application inhertence. fixes #17106Aaron Patterson2014-11-041-1/+2
* | | add a test for #17106Aaron Patterson2014-11-042-0/+22
* | | Revert "Replace String index juggling with Pathname goodness in db:fixtures:l...yuuji.yaginuma2014-11-021-0/+10
|/ /
* | Merge pull request #17408 from bf4/fix_rbx_testYves Senn2014-10-281-1/+1
|\ \
| * | Fix rbx generated Gemfile regexBenjamin Fleischer2014-10-271-1/+1
* | | Merge pull request #16229 from byroot/stop-swallowing-url-generation-errorsAndrew White2014-10-271-0/+15
|\ \ \ | |/ / |/| |
| * | UrlGenerationError are not catched as 404 anymoreJean Boussier2014-10-271-0/+15
* | | Add back --skip-turbolinks and remove --skip-gemsRafael Mendonça França2014-10-261-3/+2
|/ /
* | :nail_care: it's -> its (see comments on 9a586ac)Godfrey Chan2014-10-181-1/+1
* | [ci skip] A Rails engine is not a man :ok_woman:Zachary Scott2014-10-181-1/+1
* | test, `Generators::GeneratedAttribute` with references, required, index.Yves Senn2014-10-161-0/+8
* | Don't need to account turbolinks cookies in get request.Rafael Mendonça França2014-10-131-6/+6
* | fix test_helper for mountable pluginmasarakki2014-10-131-0/+4
* | 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