| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace therubyracer with mini_racer | Sam | 2017-05-30 | 1 | -1/+1 |
* | Includes namespace in system test skelton when namespace is specified | yuuji.yaginuma | 2017-05-28 | 1 | -0/+5 |
* | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__ | Matthew Draper | 2017-05-26 | 2 | -8/+8 |
|\ |
|
| * | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 2 | -8/+8 |
* | | Remove redundant test method | Andy Atkinson | 2017-05-25 | 1 | -7/+1 |
|/ |
|
* | Use recyclable cache keys (#29092) | David Heinemeier Hansson | 2017-05-18 | 2 | -4/+3 |
* | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 9 | -61/+61 |
* | Merge pull request #28708 from y-yagi/dont_generate_system_test_files | Rafael França | 2017-04-19 | 1 | -0/+11 |
|\ |
|
| * | Don't generate system test files if `skip_system_test` option is specified | yuuji.yaginuma | 2017-04-12 | 1 | -0/+11 |
* | | Add `form_with_generates_remote_forms` config. | Kasper Timm Hansen | 2017-04-16 | 1 | -1/+0 |
|/ |
|
* | Merge pull request #28557 from y-yagi/remove_unnecessary_files_to_api_applica... | Rafael França | 2017-03-27 | 1 | -0/+22 |
|\ |
|
| * | Remove unnecessary files to API-only Applications when `app:task` task executed | yuuji.yaginuma | 2017-03-24 | 1 | -0/+22 |
* | | Merge pull request #28546 from claudiob/drop-j-option | Rafael Mendonça França | 2017-03-27 | 1 | -8/+0 |
|\ \ |
|
| * | | Remove -j (--javascript) option from `rails new` | claudiob | 2017-03-23 | 1 | -8/+0 |
| |/ |
|
* | | Merge pull request #28541 from ota42y/fix/gemfile_generator_fix | Eileen M. Uchitelle | 2017-03-27 | 1 | -0/+24 |
|\ \ |
|
| * | | ignore system test gems on Gemfile when execute with --skip-test option | ota42y | 2017-03-27 | 1 | -0/+24 |
| |/ |
|
* / | add field ids when generating a scaffold form. | Yves Senn | 2017-03-26 | 1 | -4/+4 |
|/ |
|
* | Don't comment out config.file_watcher during Rails upgrade | yuuji.yaginuma | 2017-03-22 | 1 | -14/+0 |
* | Default to yielding a `form` variable. | Kasper Timm Hansen | 2017-03-20 | 1 | -4/+4 |
* | Add `app:update` task to engines | yuuji.yaginuma | 2017-03-20 | 1 | -0/+16 |
* | Merge pull request #28481 from y-yagi/fix_warning | Kasper Timm Hansen | 2017-03-20 | 1 | -3/+3 |
|\ |
|
| * | Fix `warning: character class has duplicated range` | yuuji.yaginuma | 2017-03-20 | 1 | -3/+3 |
* | | Correctly check whether key is defined in configuration | yuuji.yaginuma | 2017-03-19 | 1 | -0/+12 |
|/ |
|
* | Track the version-compatible config settings inside railties | Matthew Draper | 2017-03-18 | 2 | -22/+8 |
* | Merge pull request #28409 from y-yagi/make_destroy_command_work_within_engines | Eileen M. Uchitelle | 2017-03-15 | 1 | -0/+55 |
|\ |
|
| * | Make destroy command work within engines | yuuji.yaginuma | 2017-03-14 | 1 | -0/+55 |
* | | Rename test of `app:update` to more appropriate name | yuuji.yaginuma | 2017-03-15 | 1 | -7/+7 |
|/ |
|
* | Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_... | Rafael França | 2017-02-24 | 1 | -0/+15 |
|\ |
|
| * | Make adding gemfile entry work even if specify only the plugin name | yuuji.yaginuma | 2017-02-24 | 1 | -0/+15 |
* | | Revert "Revert "Add encrypted secrets"" | Kasper Timm Hansen | 2017-02-23 | 2 | -0/+43 |
* | | Revert "Add encrypted secrets" (#28127) | David Heinemeier Hansson | 2017-02-23 | 2 | -43/+0 |
* | | Add encrypted secrets (#28038) | Kasper Timm Hansen | 2017-02-23 | 2 | -0/+43 |
* | | Merge pull request #27572 from matthewd/prerelease-specifier | Matthew Draper | 2017-02-23 | 1 | -4/+4 |
|\ \ |
|
| * | | Simplify the version specifier generated by prereleases | Matthew Draper | 2017-01-05 | 1 | -4/+4 |
* | | | Revert back to the original of using package.json in the root of the project ... | David Heinemeier Hansson | 2017-02-21 | 2 | -6/+6 |
* | | | 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 |
|/ / / |
|