aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Expand)AuthorAgeFilesLines
* Use same version constraint in mysql adapter and generated applicationyuuji.yaginuma2017-11-281-1/+1
* Use Puma 3.11 in newly generated applicationsyuuji.yaginuma2017-11-271-1/+1
* Use released arelRafael Mendonça França2017-11-141-5/+2
* Change output log about skipping instalation of Active Storagebogdanvlviv2017-11-081-1/+1
* Do not run `active_storage:install` when bundle install is skippedyuuji.yaginuma2017-11-081-1/+5
* Execution of `active_storage:install` should respect `--quiet` during `rails ...bogdanvlviv2017-11-061-1/+1
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+6
* Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-061-49/+74
* [Railties] require_relative => requireAkira Matsuda2017-10-211-2/+2
* redis-rb 4.0 supportJeremy Daer2017-10-081-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Use duktape gem as default JS engine on Windows-MINGW and MS-Visual-C buildsLars Kanis2017-08-011-0/+2
* [Railties] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Replace therubyracer with mini_racerSam2017-05-301-1/+1
* Do not show --webpack option in the plugin help messageash2017-05-261-4/+0
* Use released sass-rails instead of master versionRafael Mendonça França2017-04-191-1/+1
* Merge pull request #28546 from claudiob/drop-j-optionRafael Mendonça França2017-03-271-8/+0
|\
| * Remove -j (--javascript) option from `rails new`claudiob2017-03-231-8/+0
* | ignore system test gems on Gemfile when execute with --skip-test optionota42y2017-03-271-0/+4
|/
* List options for `rails new --webpack=WEBPACK`claudiob2017-03-221-1/+2
* Start Rails 5.2 developmentMatthew Draper2017-03-221-0/+1
* Update `database.yml` when `rails new <new_app> -d oracle` specifiedYasuo Honda2017-03-021-2/+1
* Use released webpacker in new applicationsyuuji.yaginuma2017-02-281-1/+1
* Merge pull request #27572 from matthewd/prerelease-specifierMatthew Draper2017-02-231-6/+5
|\
| * Simplify the version specifier generated by prereleasesMatthew Draper2017-01-051-6/+5
* | Use released arelRafael Mendonça França2017-02-211-1/+0
* | Merge pull request #28055 from robertomiranda/patch-3Guillermo Iguaran2017-02-211-1/+1
|\ \
| * | Use Puma 3.7.xRoberto Miranda2017-02-201-1/+1
* | | Add generators and ability to run system testseileencodes2017-02-201-0/+3
|/ /
* | Rails::Generators::AppBase::GemfileEntry needs anonymous superclassAkira Matsuda2017-01-131-1/+1
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-1/+1
|/
* remove `skip_bundle` option from plugin generatoryuuji.yaginuma2016-12-311-3/+0
* Remove deprecated support to passing a column to #quoteRafael Mendonça França2016-12-291-0/+1
* Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-251-15/+15
* Don't assign a default to `webpack`.Kasper Timm Hansen2016-12-121-2/+2
* Add option to trigger JS framework-specific installation as part of webpack s...David Heinemeier Hansson2016-12-121-2/+5
* run `webpack` command only when webpack option is specifiedyuuji.yaginuma2016-12-101-1/+1
* gemfile entry method need to return an empty array rather than nil (#27318)Yuji Yaginuma2016-12-091-4/+4
* Use GitHub webpacker until closer to releaseDavid Heinemeier Hansson2016-12-091-1/+1
* Basic --webpack delegation to new webpacker gem (#27288)David Heinemeier Hansson2016-12-091-0/+15
* Make Yarn the default, drop default vendor/asset directories (#27300)David Heinemeier Hansson2016-12-081-51/+2
* Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245)David Heinemeier Hansson2016-12-011-1/+1
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* Merge pull request #26836 from Liceth/npmGuillermo Iguaran2016-11-291-0/+52
|\
| * Add package.json for Yarn if --yarn option is addedLiceth Ovalles2016-11-281-0/+52
* | rails-ujs is now shipped with Action ViewGuillermo Iguaran2016-11-291-3/+0
|/
* Don't add jQuery by default in new apps and use rails-ujs as UJS adapter insteadGuillermo Iguaran2016-11-211-3/+8
* Merge pull request #25248 from bluesh55:features/skip-coffeeSean Griffin2016-11-121-1/+6
|\
| * Add --skip-coffee generating optionseunghwan oh2016-06-021-1/+6
* | Do not point to the 5-0-stable branchRafael Mendonça França2016-09-131-1/+1