| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated code in ssl middleware | Rafael Mendonça França | 2016-10-10 | 1 | -2/+2 |
* | Remove deprecated support to :text in render | Rafael Mendonça França | 2016-10-10 | 10 | -69/+69 |
* | use `active_support/testing/autorun` in `bin/test` script | yuuji.yaginuma | 2016-09-27 | 1 | -0/+6 |
* | Fix server command tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+2 |
* | Fix dbconsole tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -22/+55 |
* | Fix console tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -6/+30 |
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+1 |
* | Merge pull request #26515 from grosser/grosser/after_run | Arthur Nogueira Neves | 2016-09-23 | 1 | -1/+33 |
|\ |
|
| * | support minitest after_run for parity to regular minitest | Michael Grosser | 2016-09-16 | 1 | -0/+18 |
| * | improve test coverage | Michael Grosser | 2016-09-16 | 1 | -2/+16 |
* | | use rails command in restart task test | yuuji.yaginuma | 2016-09-19 | 1 | -7/+7 |
* | | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 13 | -50/+50 |
|/ |
|
* | Merge pull request #26469 from y-yagi/remove_useless_option | Rafael França | 2016-09-14 | 1 | -5/+0 |
|\ |
|
| * | remove useless `gemfile` option | yuuji.yaginuma | 2016-09-12 | 1 | -5/+0 |
* | | fix broken generators test | yuuji.yaginuma | 2016-09-14 | 2 | -2/+2 |
|/ |
|
* | use correct Gemfile in `bin/setup` test | yuuji.yaginuma | 2016-09-11 | 1 | -0/+18 |
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -8/+8 |
* | Fix style | schneems | 2016-08-30 | 1 | -26/+26 |
* | Address comment via @dhh, better option naming | schneems | 2016-08-30 | 1 | -4/+4 |
* | Thanks rubocop | schneems | 2016-08-29 | 1 | -1/+1 |
* | Favor `public_folder: true` over `public_*` | schneems | 2016-08-29 | 1 | -25/+44 |
* | Fix formatting | schneems | 2016-08-29 | 1 | -3/+3 |
* | Add `public_*` helpers to all the `_tag` methods. | schneems | 2016-08-29 | 1 | -9/+15 |
* | Test `public_` methods. | schneems | 2016-08-29 | 1 | -0/+72 |
* | run `before_configuration` callbacks as soon as application constant inherits... | yuuji.yaginuma | 2016-08-19 | 1 | -0/+7 |
* | Merge pull request #26157 from y-yagi/remove_test_mailers_when_skipping_actio... | Rafael França | 2016-08-16 | 1 | -0/+1 |
|\ |
|
| * | remove "test/mailers" directory when skipping action-mailer | yuuji.yaginuma | 2016-08-14 | 1 | -0/+1 |
* | | Merge pull request #26130 from yui-knk/drop_table | Rafael França | 2016-08-16 | 1 | -1/+3 |
|\ \ |
|
| * | | Drop a temporary table before end of a test case | yui-knk | 2016-08-14 | 1 | -1/+3 |
* | | | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 26 | -86/+86 |
| |/
|/| |
|
* | | Ensure app/mailers is removed when skipping action-mailer | Brian Cardarella | 2016-08-12 | 1 | -0/+1 |
|/ |
|
* | Integration test to prevent regression for the 5th time | Aaron Patterson | 2016-08-11 | 1 | -0/+47 |
* | add missing require rake | yuuji.yaginuma | 2016-08-11 | 1 | -0/+24 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -1/+1 |
* | applies project convention for string literals | Xavier Noria | 2016-08-07 | 1 | -1/+1 |
* | Merge pull request #24260 from y-yagi/show_error_message_when_error_raised_in... | Kasper Timm Hansen | 2016-08-07 | 1 | -4/+6 |
|\ |
|
| * | show error message when error raised in rails runner | yuuji.yaginuma | 2016-08-03 | 1 | -4/+6 |
* | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 5 | -7/+0 |
* | | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 7 | -9/+1 |
* | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 17 | -231/+231 |
* | | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 6 | -20/+20 |
* | | modernizes hash syntax in railties | Xavier Noria | 2016-08-06 | 4 | -9/+9 |
* | | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 95 | -1595/+1595 |
|/ |
|
* | remove unnecessary require and extend | yuuji.yaginuma | 2016-07-31 | 1 | -8/+0 |
* | There are some cases where @@app is not defined | Santiago Pastorino | 2016-07-26 | 1 | -0/+28 |
* | A generated app should not include Uglifier with `--skip-javascript` option. | Ben Pickles | 2016-07-26 | 1 | -0/+5 |
* | Enforce minimal web-console version for Rails 5 | Genadi Samokovarov | 2016-07-21 | 1 | -2/+2 |
* | Merge pull request #25438 from prathamesh-sonpatki/rm-session-store-initializer | Rafael Mendonça França | 2016-07-20 | 3 | -11/+16 |
|\ |
|
| * | Setup default session store internally, no longer through an application init... | Prathamesh Sonpatki | 2016-07-17 | 3 | -11/+16 |
* | | Fix typo in mailer previews test description [ci skip] | Gale Shafer | 2016-07-14 | 1 | -1/+1 |