| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #28055 from robertomiranda/patch-3 | Guillermo Iguaran | 2017-02-21 | 1 | -1/+1 |
|\ |
|
| * | Use Puma 3.7.x | Roberto Miranda | 2017-02-20 | 1 | -1/+1 |
* | | Move and rename system tests | eileencodes | 2017-02-20 | 2 | -2/+2 |
* | | Turn system testing into it's own gem and rename | eileencodes | 2017-02-20 | 2 | -2/+2 |
* | | Add tests for system testing | eileencodes | 2017-02-20 | 3 | -1/+37 |
* | | Merge pull request #28059 from y-yagi/do_not_run_git_init_inside_test_dummy | Guillermo Iguaran | 2017-02-20 | 1 | -0/+1 |
|\ \ |
|
| * | | Do not run `git init` in dummy application | yuuji.yaginuma | 2017-02-18 | 1 | -0/+1 |
| |/ |
|
* / | Add test for generate namespaced integration test | Shota Iguchi | 2017-02-16 | 1 | -2/+6 |
|/ |
|
* | Merge pull request #27605 from mtsmfm/fix-generator-command-for-nested-rails-... | Godfrey Chan | 2017-02-14 | 1 | -0/+20 |
|\ |
|
| * | Fix generator command for nested (namespaced) rails engine (take 2) | Fumiaki MATSUSHIMA | 2017-01-07 | 1 | -0/+20 |
* | | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhere | yuuji.yaginuma | 2017-02-08 | 1 | -1/+0 |
* | | Ignore yarn error log file | yuuji.yaginuma | 2017-02-03 | 1 | -0/+5 |
* | | Merge pull request #27784 from y-yagi/add_warnings_option_to_test_runner | Rafael França | 2017-01-30 | 1 | -0/+11 |
|\ \ |
|
| * | | add warnings option to test runner | yuuji.yaginuma | 2017-01-24 | 1 | -0/+11 |
* | | | do not run `git init` when specify the `pretend` option | yuuji.yaginuma | 2017-01-23 | 1 | -0/+1 |
|/ / |
|
* | | Merge pull request #27632 from dixpac/repo_initialize | Rafael Mendonça França | 2017-01-18 | 2 | -2/+8 |
|\ \ |
|
| * | | Initalize git repo when creatin new rails app | dixpac | 2017-01-12 | 2 | -2/+8 |
| * | | Revert "Merge pull request #27619 from dixpac/add_missing_generator_test" | yuuji.yaginuma | 2017-01-10 | 1 | -5/+0 |
| * | | Test `--skip-git` generator option | dixpac | 2017-01-09 | 1 | -0/+5 |
* | | | Move config reset to ensure block | Andrew White | 2017-01-17 | 1 | -1/+2 |
* | | | Move config reset to ensure block | Andrew White | 2017-01-17 | 1 | -1/+2 |
* | | | Generate migrations at path set by `config.paths["db/migrate"]` | Kevin Glowacz | 2017-01-16 | 2 | -0/+20 |
* | | | make all rails commands work in engine | yuuji.yaginuma | 2017-01-09 | 1 | -0/+1 |
|/ / |
|
* / | Don't generate HTML/ERB templates for scaffold controller with --api flag | Prathamesh Sonpatki | 2017-01-07 | 1 | -0/+6 |
|/ |
|
* | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste... | Rafael Mendonça França | 2017-01-03 | 1 | -20/+0 |
* | Fix generator command for nested (namespaced) rails engine | Fumiaki MATSUSHIMA | 2017-01-03 | 1 | -0/+20 |
* | Remove bin/yarn if yarn is skipped, tidy up tests | Prathamesh Sonpatki | 2017-01-01 | 1 | -0/+7 |
* | Correct indent-accounting in controller route generation | Matthew Draper | 2016-12-25 | 1 | -1/+1 |
* | Privatize unneededly protected methods in Railties tests | Akira Matsuda | 2016-12-24 | 4 | -4/+4 |
* | fix broken tests (#27308) | Yuji Yaginuma | 2016-12-08 | 1 | -3/+2 |
* | specify `skip_yarn` option in API-only Application (#27309) | Yuji Yaginuma | 2016-12-08 | 1 | -1/+4 |
* | Make Yarn the default, drop default vendor/asset directories (#27300) | David Heinemeier Hansson | 2016-12-08 | 2 | -25/+11 |
* | Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245) | David Heinemeier Hansson | 2016-12-01 | 1 | -1/+1 |
* | Merge pull request #26836 from Liceth/npm | Guillermo Iguaran | 2016-11-29 | 1 | -0/+24 |
|\ |
|
| * | Add node_modules path to assets load paths when --yarn option is used | Liceth Ovalles | 2016-11-28 | 1 | -0/+1 |
| * | Add package.json for Yarn if --yarn option is added | Liceth Ovalles | 2016-11-28 | 1 | -0/+23 |
* | | rails-ujs is now shipped with Action View | Guillermo Iguaran | 2016-11-29 | 2 | -3/+0 |
|/ |
|
* | Don't add jQuery by default in new apps and use rails-ujs as UJS adapter instead | Guillermo Iguaran | 2016-11-21 | 3 | -14/+9 |
* | Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS` | Tsukuru Tanimichi | 2016-11-14 | 1 | -0/+8 |
* | Add test for #25248 | Sean Griffin | 2016-11-12 | 1 | -0/+10 |
* | Don't put db:migrate and db:setup in binfiles if activerecord is excluded | Bouke van der Bijl | 2016-11-01 | 1 | -0/+6 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 4 | -11/+11 |
* | remove assets config from `new_framework_defaults` if `--skip-sprockets` is true | yuuji.yaginuma | 2016-10-25 | 1 | -0/+3 |
* | don't create db directory when skip active_record | José Gomes Júnior | 2016-10-21 | 1 | -0/+1 |
* | use `active_support/testing/autorun` in `bin/test` script | yuuji.yaginuma | 2016-09-27 | 1 | -0/+6 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -2/+2 |
* | fix broken generators test | yuuji.yaginuma | 2016-09-14 | 2 | -2/+2 |
* | 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 |
* | | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 9 | -32/+32 |
|/ |
|