aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print `bundle install` output in `rails new` as soon as it's availableMax Holder2015-03-281-6/+6
* Update sprockets links to point to rails orgJoshua Peek2015-03-131-1/+1
* Remove documentation tasksXavier Noria2015-02-061-6/+0
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Change option description and update test namesMelanie Gilman2015-01-291-1/+1
* Update option to skip test in generatorsMelanie Gilman2015-01-271-3/+3
* Add --skip-action-mailer (or -M) to rails generateclaudiob2015-01-011-1/+5
* Fix Duplicate web-console entries in GemfileNorimasaAndo2014-12-141-10/+0
* New applications should use sass-rails 5.0Rafael Mendonça França2014-12-121-6/+1
* Rails master requires arel masterRafael Mendonça França2014-12-121-2/+8
* Align the GemfileEntry API with stable branchesGodfrey Chan2014-12-121-5/+9
* Use latest web-console when using --dev or --edgeSam Ruby2014-12-051-0/+10