| Commit message (Expand) | Author | Age | Files | Lines |
* | :scissors: | Rafael Mendonça França | 2014-11-10 | 1 | -1/+1 |
* | No need to sync config.secret_token and secrets.secret_token | Rafael Mendonça França | 2014-11-10 | 1 | -34/+2 |
* | Merge pull request #16535 from bf4/patch-1 | Rafael Mendonça França | 2014-11-10 | 4 | -11/+150 |
|\ |
|
| * | `secret_token` is now saved in `Rails.application.secrets.secret_token` | Benjamin Fleischer | 2014-11-02 | 4 | -11/+150 |
* | | add lib to $LOAD_PATH on application inhertence. fixes #17106 | Aaron Patterson | 2014-11-04 | 1 | -1/+2 |
* | | add a test for #17106 | Aaron Patterson | 2014-11-04 | 2 | -0/+22 |
* | | Revert "Replace String index juggling with Pathname goodness in db:fixtures:l... | yuuji.yaginuma | 2014-11-02 | 1 | -0/+10 |
|/ |
|
* | Merge pull request #17408 from bf4/fix_rbx_test | Yves Senn | 2014-10-28 | 1 | -1/+1 |
|\ |
|
| * | Fix rbx generated Gemfile regex | Benjamin Fleischer | 2014-10-27 | 1 | -1/+1 |
* | | Merge pull request #16229 from byroot/stop-swallowing-url-generation-errors | Andrew White | 2014-10-27 | 1 | -0/+15 |
|\ \
| |/
|/| |
|
| * | UrlGenerationError are not catched as 404 anymore | Jean Boussier | 2014-10-27 | 1 | -0/+15 |
* | | Add back --skip-turbolinks and remove --skip-gems | Rafael Mendonça França | 2014-10-26 | 1 | -3/+2 |
|/ |
|
* | :nail_care: it's -> its (see comments on 9a586ac) | Godfrey Chan | 2014-10-18 | 1 | -1/+1 |
* | [ci skip] A Rails engine is not a man :ok_woman: | Zachary Scott | 2014-10-18 | 1 | -1/+1 |
* | test, `Generators::GeneratedAttribute` with references, required, index. | Yves Senn | 2014-10-16 | 1 | -0/+8 |
* | Don't need to account turbolinks cookies in get request. | Rafael Mendonça França | 2014-10-13 | 1 | -6/+6 |
* | fix test_helper for mountable plugin | masarakki | 2014-10-13 | 1 | -0/+4 |
* | Remove unused code | Rafael Mendonça França | 2014-09-25 | 1 | -12/+1 |
* | Remove --skip-action-view option from application generator | Dan Olson | 2014-09-24 | 1 | -5/+0 |
* | Fix another false assertions | Yuki Nishijima | 2014-09-21 | 1 | -1/+1 |
* | Merge pull request #16936 from untidy-hair/plugin_test_db_migrate_path | Rafael Mendonça França | 2014-09-18 | 1 | -3/+12 |
|\ |
|
| * | Specify dummy app's db migrate path in plugin's test_helper.rb | Yukio Mizuta | 2014-09-16 | 1 | -3/+12 |
* | | inject Rack::Lock if config.eager_load is false | Xavier Noria | 2014-09-18 | 1 | -2/+9 |
|/ |
|
* | Merge pull request #16914 from untidy-hair/fix_plugin_dummy_path_error | Rafael Mendonça França | 2014-09-16 | 1 | -1/+4 |
|\ |
|
| * | Use dynamic path for dummy app location in plugin's test_helper.rb | Yukio Mizuta | 2014-09-14 | 1 | -1/+4 |
* | | Add `test:jobs` task | yuuji.yaginuma | 2014-09-15 | 1 | -3/+14 |
|/ |
|
* | Always define capture to remove the deprecation message | Rafael Mendonça França | 2014-09-11 | 1 | -17/+15 |
* | Define the configuration at Active Support | Rafael Mendonça França | 2014-09-11 | 2 | -0/+2 |
* | Set test order in ActiveSupport::TestCase of isolation/abstract_unit | Rafael Mendonça França | 2014-09-10 | 1 | -0/+2 |
* | Set the test order to be random in the generated app | Rafael Mendonça França | 2014-09-10 | 1 | -0/+1 |
* | Merge pull request #16839 from chancancode/default_test_order | Rafael Mendonça França | 2014-09-10 | 1 | -1/+1 |
|\ |
|
| * | Default to sorting user's test cases for now | Godfrey Chan | 2014-09-08 | 1 | -1/+1 |
* | | Tell the user which file is missing when config/database.yml was not found | Akira Matsuda | 2014-09-10 | 1 | -0/+9 |
|/ |
|
* | build fix, we have to reset the RACK_ENV as well. | Yves Senn | 2014-09-04 | 1 | -2/+5 |
* | Merge pull request #16775 from kaspth/ship-secure-sanitizer | Rafael Mendonça França | 2014-09-03 | 1 | -41/+0 |
|\ |
|
| * | Ship with rails-html-sanitizer instead. | Kasper Timm Hansen | 2014-09-03 | 1 | -41/+0 |
* | | Merge pull request #16756 from huoxito/dont-mess-railties-default-order | Rafael Mendonça França | 2014-09-03 | 1 | -0/+36 |
|\ \ |
|
| * | | Dont mess with default order engines load | Washington Luiz | 2014-09-02 | 1 | -0/+36 |
* | | | schema loading rake tasks maintain database connection for current env. | Yves Senn | 2014-09-03 | 1 | -0/+26 |
| |/
|/| |
|
* | | Leave all our tests as order_dependent! for now | Matthew Draper | 2014-09-02 | 1 | -0/+4 |
* | | Add test to assert the right sanitizer vendor is being used | Rafael Mendonça França | 2014-09-01 | 1 | -0/+41 |
|/ |
|
* | Expectations first | Akira Matsuda | 2014-08-28 | 4 | -9/+9 |
* | Reset RACK_ENV after modified in a test case | Akira Matsuda | 2014-08-28 | 1 | -0/+1 |
* | Rails.root should be a Pathname | Akira Matsuda | 2014-08-28 | 1 | -1/+1 |
* | fix broken `gem` method with non-String arguments. Closes #16709. | Yves Senn | 2014-08-27 | 1 | -0/+10 |
* | Refactor ActionDispatch::RemoteIp | Sam Aarons | 2014-08-21 | 1 | -1/+15 |
* | Require ActiveJob in case a skip_xxx option is given | slainer68 | 2014-08-20 | 1 | -0/+1 |
* | Fix failing railties tests | Carlos Antonio da Silva | 2014-08-19 | 1 | -2/+6 |
* | Fix setting simple values to the new config.x | Carlos Antonio da Silva | 2014-08-19 | 1 | -5/+12 |
* | Revert "Improve custom configuration" | Rafael Mendonça França | 2014-08-19 | 3 | -80/+9 |