| Commit message (Expand) | Author | Age | Files | Lines |
* | run against edge sass to eliminate circular require warnings | Aaron Patterson | 2015-09-30 | 1 | -4/+0 |
* | Eliminate overlapping `app/assets` load path | Jeremy Daer | 2015-09-29 | 1 | -12/+24 |
* | make sure flash middleware is required | Aaron Patterson | 2015-09-25 | 1 | -0/+1 |
* | Add support for inline images to mailer previews | Andrew White | 2015-05-04 | 1 | -2/+2 |
* | Rename railties/bin to railties/exe | Islam Wazery | 2015-04-11 | 1 | -1/+1 |
* | Remove unused gsub_app_file method from Bukkit. | Josef Šimánek | 2015-02-19 | 1 | -6/+0 |
* | Merge pull request #18526 from vipulnsward/add-silence-stream | Rafael Mendonça França | 2015-02-05 | 1 | -36/+2 |
|\ |
|
| * | - Extracted silence_stream method to new module in activesupport/testing. | Vipul A M | 2015-01-20 | 1 | -36/+2 |
* | | Fixed test for assert_welcome | Prathamesh Sonpatki | 2015-01-17 | 1 | -1/+2 |
|/ |
|
* | Use IO::NULL always | Nobuyoshi Nakada | 2015-01-10 | 1 | -1/+1 |
* | Remove deprecated methods at `Kernel`. | Rafael Mendonça França | 2015-01-04 | 1 | -0/+10 |
* | Set the test_order in the basic app as well, see 58e8b48 | Godfrey Chan | 2014-11-25 | 1 | -0/+1 |
* | Set the default log_level to info in all tests | Godfrey Chan | 2014-11-25 | 1 | -0/+1 |
* | Always default the log_level to :info for Railties | Zachary Scott | 2014-11-24 | 1 | -0/+1 |
* | add a test for #17106 | Aaron Patterson | 2014-11-04 | 1 | -0/+9 |
* | Define the configuration at Active Support | Rafael Mendonça França | 2014-09-11 | 1 | -0/+1 |
* | 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 |
* | Fix failing railties tests | Carlos Antonio da Silva | 2014-08-19 | 1 | -2/+6 |
* | Keep quietly and capture undeprecated on your suite | Rafael Mendonça França | 2014-07-15 | 1 | -0/+27 |
* | Favor canonical environment variables for secrets | schneems | 2014-01-13 | 1 | -2/+2 |
* | Revert "Ensure secret_key_base is set for all environments" | José Valim | 2013-12-24 | 1 | -2/+1 |
* | Fix railties tests in master | schneems | 2013-12-24 | 1 | -1/+2 |
* | Ensure secret_key_base is set for all environments | José Valim | 2013-12-24 | 1 | -1/+2 |
* | Fix build failures related to the new ENV options in yml | José Valim | 2013-12-24 | 1 | -0/+18 |
* | Load secret_key_base from tokens.yml, fallback to config.secret_key_base | Guillermo Iguaran | 2013-12-12 | 1 | -2/+1 |
* | Extend basic rendering, test it in railties | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+6 |
* | Include AV railtie in railties isolation tests | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
* | Calls to the application constant have been refactored to use | wangjohn | 2013-06-10 | 1 | -1/+1 |
* | --no-rc in the railties tests | Akira Matsuda | 2013-02-01 | 1 | -1/+1 |
* | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ... | Jeremy Kemper | 2013-01-06 | 1 | -1/+1 |
* | Add active_support/testing/autorun | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
* | Rename secret_token_key to secret_key_base | Santiago Pastorino | 2012-11-03 | 1 | -2/+2 |
* | Sign cookies using key deriver | Santiago Pastorino | 2012-11-03 | 1 | -2/+2 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -4/+4 |
* | config.activerecord.whitelist_attributes isn't used anymore, remove reference... | Guillermo Iguaran | 2012-09-16 | 1 | -3/+0 |
* | Don't use Gemfile in test application in railties | Piotr Sarnacki | 2012-08-31 | 1 | -5/+5 |
* | Set eager load option in "make_basic_app" for railties tests | Carlos Antonio da Silva | 2012-08-21 | 1 | -0/+1 |
* | Allow users to choose when to eager_load the application or not. | José Valim | 2012-08-21 | 1 | -1/+1 |
* | remove some artifacts of dependent_restrict_raises that I missed | Jon Leighton | 2012-08-10 | 1 | -1/+0 |
* | Remove unnecessary Railties structure now that plugins are gone | José Valim | 2012-06-29 | 1 | -11/+5 |
* | run railties tests in parallel, default to 2 cores | Aaron Patterson | 2012-06-19 | 1 | -2/+0 |
* | join any extra args to the tmp path | Aaron Patterson | 2012-06-19 | 1 | -0/+1 |
* | expand the tmpdir to the realpath so tests on OS X pass | Aaron Patterson | 2012-06-19 | 1 | -1/+1 |
* | use system tmpdir rather than our own | Aaron Patterson | 2012-06-19 | 1 | -8/+11 |
* | Remove useless load path modifications | Santiago Pastorino | 2012-05-11 | 1 | -3/+2 |
* | Remove Declarative module extending, it is already part of AS::TestCase | Carlos Antonio da Silva | 2012-04-28 | 1 | -2/+0 |
* | Initial queue implementation | Yehuda Katz | 2012-04-26 | 1 | -1/+1 |
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 1 | -3/+3 |
* | Fix scaffold controller template, ensure rake scaffold test pass by default | Carlos Antonio da Silva | 2012-03-14 | 1 | -1/+6 |