aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not point to the 5-0-stable branchRafael Mendonça França2016-09-131-1/+1
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-7/+8
* applies remaining conventions across the projectXavier Noria2016-08-061-5/+5
* applies new string literal convention in railties/libXavier Noria2016-08-061-60/+60
* Show supported DBs first in `rails new --help`Akira Matsuda2016-08-031-5/+5
* A generated app should not include Uglifier with `--skip-javascript` option.Ben Pickles2016-07-261-3/+5
* Do not run `bundle install` when generating a new plugin.Rafael Mendonça França2016-07-011-1/+1
* Merge pull request #25607 from sstephenson/turbolinks-5-finalRafael Mendonça França2016-06-301-1/+1
|\
| * Update to Turbolinks 5.0.0 finalSam Stephenson2016-06-301-1/+1
* | Point to released coffee-railsRafael Mendonça França2016-06-301-1/+1
|/
* Bump jbuilder dependency to version 2.5.0 for compatibility fixesDavid Heinemeier Hansson2016-05-311-1/+1
* Use sass-rails and coffee-rails that work with Rails 5.1Rafael Mendonça França2016-05-101-2/+2
* revises fileutils dependencies in railtiesXavier Noria2016-04-111-0/+1
* [close #23681] Use puma 3.0.0+ schneems2016-02-261-1/+1
* Always use the released coffee-rails in new applicationsRafael Mendonça França2016-02-241-6/+1
* Use the trick to get beta releases in the GemfileRafael Mendonça França2016-02-231-1/+1
* New apps get the Turbolinks beta gemSam Stephenson2016-02-231-2/+2
* adds --skip-listen to the application generator [closes #23590]Xavier Noria2016-02-171-0/+7
* enables the evented monitor in new applicationsXavier Noria2016-02-101-0/+4
* - app generate option --skip-sprockets leaves jquery-rails gem, which relies ...Vipul A M2016-02-041-1/+1
* Turbolinks has moved outDavid Heinemeier Hansson2016-02-041-1/+1
* Redis is now only needed if you want to use Action Cable in productionDavid Heinemeier Hansson2016-02-041-2/+2
* Merge pull request #23057 from schneems/schneems/default-puma-configRichard Schneeman2016-02-011-0/+10
|\
| * Add Default Puma Configschneems2016-01-291-0/+10
* | Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-011-1/+0
|/
* Add em-hiredis and redis as default Gems for new applicationsJon Moss2016-01-181-0/+10
* Add sass-rails back to the default GemfileRafael Mendonça França2015-12-301-0/+2
* Changed default value of `:rc` option to `nil`Prathamesh Sonpatki2015-12-251-1/+1
* Merge pull request #22657 from matthewd/loosen-versionRafael Mendonça França2015-12-181-1/+15
|\
| * Allow normal version updates within a release seriesMatthew Draper2015-12-181-1/+15
* | More sensible ordering with the more important options firstDavid Heinemeier Hansson2015-12-181-12/+12
* | List the major frameworks you can remove togetherDavid Heinemeier Hansson2015-12-181-3/+3
* | Use released rackRafael Mendonça França2015-12-181-2/+1
|/
* Use release sprockets-railsRafael Mendonça França2015-12-171-1/+0
* Use released arelRafael Mendonça França2015-12-171-1/+0
* Merge branch 'master' into merge-action-cableRafael Mendonça França2015-12-161-5/+1
|\
| * Use sprockets 3 in the Rails 5 releaseRafael Mendonça França2015-12-161-2/+0
| * Do not default to any SerializerSantiago Pastorino2015-12-151-3/+1
* | Add option to skip Action CableRafael Mendonça França2015-12-141-1/+4
|/
* Add version constraint to database gem in generated applicationRafael Mendonça França2015-10-291-11/+22
* dev and edge have some common, so factor it out.Eric Guo2015-09-131-10/+7
* smooth move aaron.... :bomb:Aaron Patterson2015-08-201-2/+2
* point at rack masterAaron Patterson2015-08-201-0/+2
* Migrate to Sprockets 4.Andrei Istratii2015-08-191-2/+4
* Disable jbuilder for Rails API apps, meanwhile it doesn't play nicelySantiago Pastorino2015-06-111-0/+2
* api option implies skipping javascript & sprocketsSantiago Pastorino2015-06-111-2/+2
* rails new --api generates an api app skeletonSantiago Pastorino2015-06-111-2/+2
* Use sprockets-rails from github repoYoong Kang Lim2015-06-021-0/+2
* Omit .keep in .gitignore when generated with --skip-keeps.Ben Pickles2015-05-221-1/+5
* Implicitly skip spring for `rails new --dev`Godfrey Chan2015-04-201-1/+1