| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp... | Ryuta Kamizono | 2017-02-12 | 1 | -1/+0 |
* | Fix rubocop violations | Rafael Mendonça França | 2017-02-09 | 1 | -1/+1 |
* | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhere | yuuji.yaginuma | 2017-02-08 | 1 | -3/+0 |
* | Merge pull request #27802 from domcleal/27801-multiple-rake-tests | Kasper Timm Hansen | 2017-02-05 | 1 | -7/+7 |
|\ |
|
| * | Collect all file patterns when running multiple rake test tasks | Dominic Cleal | 2017-02-04 | 1 | -7/+7 |
* | | Merge pull request #27891 from y-yagi/ignore_yarn_error_log | Eileen M. Uchitelle | 2017-02-03 | 1 | -0/+1 |
|\ \ |
|
| * | | Ignore yarn error log file | yuuji.yaginuma | 2017-02-03 | 1 | -0/+1 |
| |/ |
|
* / | generate mailer layout files only when it does not exist | yuuji.yaginuma | 2017-02-02 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #27842 from richseviora/master | Rafael França | 2017-01-31 | 1 | -0/+10 |
|\ |
|
| * | Added warning for reserved YAML keywords. | Rich Seviora | 2017-01-30 | 1 | -0/+10 |
* | | Merge pull request #27647 from Shopify/fully-eagerload-journey | Rafael França | 2017-01-30 | 2 | -1/+17 |
|\ \ |
|
| * | | Fully initialize routes before the first request is handled | Jean Boussier | 2017-01-18 | 2 | -1/+17 |
* | | | Merge pull request #27784 from y-yagi/add_warnings_option_to_test_runner | Rafael França | 2017-01-30 | 1 | -0/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | add warnings option to test runner | yuuji.yaginuma | 2017-01-24 | 1 | -0/+5 |
* | | | Modernize SQL Server database YAML for Linux/vNext. | Ken Collins | 2017-01-27 | 1 | -21/+4 |
* | | | s/an/a/ | Akira Matsuda | 2017-01-26 | 1 | -1/+1 |
* | | | Merge pull request #27772 from y-yagi/remove_unreachable_code | Santiago Pastorino | 2017-01-24 | 2 | -8/+0 |
|\ \ \ |
|
| * | | | remove unreachable code | yuuji.yaginuma | 2017-01-23 | 2 | -8/+0 |
| |/ / |
|
* / / | do not run `git init` when specify the `pretend` option | yuuji.yaginuma | 2017-01-23 | 1 | -1/+1 |
|/ / |
|
* | | Make Yarn quieter during precompilation as that is typically run by a deploy ... | David Heinemeier Hansson | 2017-01-19 | 1 | -1/+1 |
* | | only enhance when `assets:precompile` task is defined | yuuji.yaginuma | 2017-01-18 | 1 | -1/+3 |
* | | load yarn.rake | yuuji.yaginuma | 2017-01-18 | 1 | -0/+1 |
* | | Merge pull request #27632 from dixpac/repo_initialize | Rafael Mendonça França | 2017-01-18 | 1 | -0/+7 |
|\ \ |
|
| * | | Initalize git repo when creatin new rails app | dixpac | 2017-01-12 | 1 | -0/+7 |
* | | | Merge pull request #27653 from s-jcs/feature/adjust_indentation_for_generator | Rafael França | 2017-01-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | match indentations | nin042 | 2017-01-12 | 1 | -1/+1 |
* | | | | Add channel_prefix support to ActionCable redis/evented_redis adapters. | Chad Ingram | 2017-01-17 | 1 | -0/+1 |
* | | | | Merge pull request #27706 from y-yagi/allow_to_pass_describe_option_to_rake | Rafael França | 2017-01-17 | 2 | -2/+4 |
|\ \ \ \ |
|
| * | | | | allow to pass describe option to rake | yuuji.yaginuma | 2017-01-17 | 2 | -2/+4 |
* | | | | | Fix all rubocop violations | Rafael Mendonça França | 2017-01-17 | 2 | -3/+2 |
* | | | | | Merge pull request #27717 from JunichiIto/fix-byebug-platform | Rafael França | 2017-01-17 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Change `platform` to `platforms` | Junichi Ito | 2017-01-18 | 1 | -1/+1 |
| * | | | | | Install Byebug gem as default in Windows (mingw and x64_mingw) platform. | Junichi Ito | 2017-01-18 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Be a bit more explicit rather than relying on the default task | David Heinemeier Hansson | 2017-01-17 | 1 | -1/+1 |
* | | | | | Make yarn install available as a rake task via yarn:install so we can use tha... | David Heinemeier Hansson | 2017-01-17 | 1 | -0/+9 |
|/ / / / |
|
* | | | | Merge pull request #27601 from y-yagi/make_work_all_commands_from_engine | Kasper Timm Hansen | 2017-01-15 | 5 | -27/+20 |
|\ \ \ \ |
|
| * | | | | make all rails commands work in engine | yuuji.yaginuma | 2017-01-09 | 5 | -27/+20 |
* | | | | | remove unnecessary addition of `lib` | yuuji.yaginuma | 2017-01-15 | 1 | -1/+0 |
* | | | | | Rails::Generators::AppBase::GemfileEntry needs anonymous superclass | Akira Matsuda | 2017-01-13 | 1 | -1/+1 |
* | | | | | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 2 | -2/+2 |
| |_|/ /
|/| | | |
|
* | | | | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 5 | -8/+8 |
* | | | | Merge pull request #27652 from y-yagi/remove_unused_require | Rafael França | 2017-01-11 | 3 | -6/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | remove unused requires | yuuji.yaginuma | 2017-01-12 | 3 | -6/+0 |
| |/ / |
|
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2017-01-11 | 6 | -14/+14 |
|\ \ \
| |_|/
|/| | |
|
| * | | Small grammar fixes in `Rails::Paths` | Jon Moss | 2016-12-20 | 1 | -2/+2 |
| * | | Small grammar fixes in `Rails::Info` | Jon Moss | 2016-12-20 | 1 | -3/+3 |
| * | | Capitalize Rake | Jon Moss | 2016-12-19 | 1 | -3/+3 |
| * | | Capitalize Ruby and small grammar fix | Jon Moss | 2016-12-19 | 1 | -1/+1 |
| * | | Capitalize Rack gem name | Jon Moss | 2016-12-19 | 1 | -3/+3 |
| * | | Capitalize Thor gem name | Jon Moss | 2016-12-19 | 2 | -2/+2 |