| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Improve custom configuration | Rafael Mendonça França | 2014-08-19 | 3 | -9/+80 |
* | Merge pull request #16062 from sgrif/sg-required-generators | Rafael Mendonça França | 2014-08-17 | 2 | -0/+56 |
|\ |
|
| * | Add a `required` option to the model generator | Sean Griffin | 2014-08-08 | 2 | -0/+56 |
* | | Merge pull request #16481 from sgrif/sg-change-default-timestamps | David Heinemeier Hansson | 2014-08-17 | 1 | -1/+1 |
|\ \ |
|
| * | | Change the default `null` value for timestamps | Sean Griffin | 2014-08-12 | 1 | -1/+1 |
* | | | Railties tests are order_independent! Hopefully. | Akira Matsuda | 2014-08-13 | 1 | -4/+0 |
* | | | Fix Railties tests that were order dependent | Akira Matsuda | 2014-08-13 | 1 | -0/+10 |
|/ / |
|
* | | Nobody sucks so nobody should call this awful method name | Rafael Mendonça França | 2014-08-12 | 1 | -1/+1 |
* | | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent! | Akira Matsuda | 2014-08-12 | 1 | -0/+4 |
* | | add a test for prepending SCRIPT_NAME to generated urls | Aaron Patterson | 2014-08-08 | 1 | -0/+88 |
* | | Fixes test for Gemfile entry changes | Arun Agrawal | 2014-08-08 | 1 | -6/+11 |
|/ |
|
* | need to call super | Aaron Patterson | 2014-08-07 | 1 | -0/+1 |
* | add a new constructor that runs load hooks | Aaron Patterson | 2014-08-07 | 1 | -5/+5 |
* | lazily instantiate application subclasses | Aaron Patterson | 2014-08-06 | 1 | -0/+10 |
* | Merge pull request #16359 from skanev/after-bundle-in-rails-templates | Yves Senn | 2014-08-06 | 1 | -0/+15 |
|\ |
|
| * | Add an after_bundle callback in Rails templates | Stefan Kanev | 2014-08-03 | 1 | -0/+15 |
* | | Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain... | Yves Senn | 2014-08-06 | 1 | -1/+90 |
* | | We don't need parenthesis for this | Guillermo Iguaran | 2014-08-05 | 1 | -1/+1 |
* | | Fix digest ETAG test. | Arthur Neves | 2014-08-05 | 1 | -1/+1 |