| Commit message (Expand) | Author | Age | Files | Lines |
* | Added warning for reserved YAML keywords. | Rich Seviora | 2017-01-30 | 1 | -0/+10 |
* | 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 |
|/ |
|
* | 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 |
* | | | Fix all rubocop violations | Rafael Mendonça França | 2017-01-17 | 1 | -1/+0 |
* | | | 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 |
* | | | Merge pull request #27601 from y-yagi/make_work_all_commands_from_engine | Kasper Timm Hansen | 2017-01-15 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | make all rails commands work in engine | yuuji.yaginuma | 2017-01-09 | 1 | -0/+1 |
| |/ / |
|
* | | | 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 | 1 | -1/+1 |
| |/
|/| |
|
* | | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 3 | -5/+5 |
|/ |
|
* | Don't generate HTML/ERB templates for scaffold controller with --api flag | Prathamesh Sonpatki | 2017-01-07 | 1 | -1/+6 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 5 | -5/+5 |
* | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste... | Rafael Mendonça França | 2017-01-03 | 5 | -6/+6 |
* | Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-... | Rafael França | 2017-01-03 | 5 | -6/+6 |
|\ |
|
| * | Fix generator command for nested (namespaced) rails engine | Fumiaki MATSUSHIMA | 2017-01-03 | 5 | -6/+6 |
* | | Merge pull request #27435 from kamipo/follow_up_25307 | Sean Griffin | 2017-01-03 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Active Record supports MySQL >= 5.1.10 | Ryuta Kamizono | 2016-12-22 | 2 | -2/+2 |
* | | Remove bin/yarn if yarn is skipped, tidy up tests | Prathamesh Sonpatki | 2017-01-01 | 1 | -2/+2 |
* | | remove unnecessary `remove_file` | yuuji.yaginuma | 2017-01-01 | 1 | -1/+0 |
* | | remove `skip_bundle` option from plugin generator | yuuji.yaginuma | 2016-12-31 | 2 | -3/+3 |
* | | Remove deprecated support to passing a column to #quote | Rafael Mendonça França | 2016-12-29 | 1 | -0/+1 |
* | | Correct indent-accounting in controller route generation | Matthew Draper | 2016-12-25 | 1 | -11/+14 |
* | | Privatize unneededly protected methods in Railties | Akira Matsuda | 2016-12-25 | 16 | -86/+90 |
* | | Describe what we are protecting | Akira Matsuda | 2016-12-23 | 2 | -0/+4 |
|/ |
|
* | Remove unused method `namespaced_file_path` | Fumiaki MATSUSHIMA | 2016-12-14 | 1 | -4/+0 |
* | Don't assign a default to `webpack`. | Kasper Timm Hansen | 2016-12-12 | 1 | -2/+2 |
* | Add option to trigger JS framework-specific installation as part of webpack s... | David Heinemeier Hansson | 2016-12-12 | 1 | -2/+5 |
* | Oops! | Akira Matsuda | 2016-12-12 | 1 | -1/+1 |
* | :nail_care: | Akira Matsuda | 2016-12-12 | 1 | -2/+2 |
* | run `webpack` command only when webpack option is specified | yuuji.yaginuma | 2016-12-10 | 1 | -1/+1 |
* | gemfile entry method need to return an empty array rather than nil (#27318) | Yuji Yaginuma | 2016-12-09 | 1 | -4/+4 |
* | Use GitHub webpacker until closer to release | David Heinemeier Hansson | 2016-12-09 | 1 | -1/+1 |
* | Basic --webpack delegation to new webpacker gem (#27288) | David Heinemeier Hansson | 2016-12-09 | 2 | -1/+16 |
* | Show message if Yarn is not installed (#27312) | Guillermo Iguaran | 2016-12-09 | 1 | -1/+8 |
* | Only have Yarn bundling commented out as we cant be sure Yarn is installed | David Heinemeier Hansson | 2016-12-08 | 2 | -5/+2 |
* | specify `skip_yarn` option in API-only Application (#27309) | Yuji Yaginuma | 2016-12-08 | 1 | -2/+8 |
* | Make Yarn the default, drop default vendor/asset directories (#27300) | David Heinemeier Hansson | 2016-12-08 | 8 | -84/+22 |
* | Update puma.rb | brchristian | 2016-12-05 | 1 | -6/+6 |
* | Add fullstop following the pattern used in rest of the file | Prathamesh Sonpatki | 2016-12-05 | 1 | -1/+1 |
* | use yarn binstub in `bin/update` | yuuji.yaginuma | 2016-12-02 | 1 | -1/+1 |