aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix sprockets-rails dependency danceArthur Neves2014-11-241-2/+0
* Generate new applications with the right rails-dom-testing versionRafael Mendonça França2014-11-171-2/+4
* Skip spring install in Cygwin due to fork() bad support.michaeljayt2014-11-171-1/+1
* Add back --skip-turbolinks and remove --skip-gemsRafael Mendonça França2014-10-261-6/+9
* Default generated Gemfile to coffee-rails ~> 4.1.0Joshua Peek2014-10-121-2/+2
* Remove --skip-action-view option from application generatorDan Olson2014-09-241-4/+1
* Dependencies: bump to jquery-rails 4.0.0.beta2Godfrey Chan2014-09-051-1/+1
* Use the released jquery-rails gemGodfrey Chan2014-09-051-2/+8
* Use jquery-rails masterRafael Mendonça França2014-09-011-1/+1
* Point to right sass-rails versionRafael Mendonça França2014-08-191-1/+1
* Rack is released tooRafael Mendonça França2014-08-181-4/+2
* No need to point to arel and i18n master anymoreRafael Mendonça França2014-08-181-6/+2
* Pull spring gem entry into the Gemfile template instead of gemfile_entries so...David Heinemeier Hansson2014-08-071-7/+0
* Stop using padding in the generated Gemfile -- it looks shitDavid Heinemeier Hansson2014-08-071-4/+0
* Fix syntax errorRafael Mendonça França2014-07-231-1/+2
* Dev and edge application and plugins need to include i18n masterRafael Mendonça França2014-07-231-1/+2
* Set Psych as the YAML engine for RubiniusRobin Dupret2014-07-231-0/+9
* Merge pull request #13999 from jamox/update_rackAaron Patterson2014-07-081-2/+4
|\
| * Upgraded rackJarmo Isotalo2014-05-191-2/+4
* | :scissors:Rafael Mendonça França2014-06-171-8/+8
* | Add a generic --skip-gems options to generatorRafael Mendonça França2014-06-171-8/+6
* | Add an option to skip installation of TurbolinksMarc Schütz2014-06-141-2/+7
|/
* Generators, remove leftover variable assignment. refs #14877Yves Senn2014-04-271-1/+0
* Revert "Edge Rails applications doesn't need to use arel master"Aaron Patterson2014-04-231-1/+2
* Use sass-rails 4.0.3Rafael Mendonça França2014-04-041-1/+1
* Edge Rails applications doesn't need to use arel masterRafael Mendonça França2014-03-261-2/+1
* Remove sqlite3 lines from .gitignore if the application is not using sqlite3.Dmitrii Golub2014-03-241-0/+4
* Force sass-rails ~> 4.0.2 to avoid sprockets compatibility errorRafael Mendonça França2014-03-141-1/+1
* Remove inclusion of rubysl gem for rbx on generated GemfileCarlos Antonio da Silva2014-02-251-9/+0
* remove railties changes. fixes #14054Aaron Patterson2014-02-141-87/+8
* Hide bundler output for `rails new` if quiet option is specified.Christian Wesselhoeft2014-02-111-1/+2
* spring gem moved to rails/springWashington Luiz2014-01-181-1/+1
* upgrade SDocXavier Noria2014-01-121-1/+1
* add a more restricted codepath for templates fixes #13390Aaron Patterson2014-01-081-8/+26
* Bump Jbuilder version to 2.0.0Pavel Pravosud2013-12-201-1/+1
* Use sass-rails 4.0.1Takayuki Matsubara2013-12-201-1/+1
* Install Spring preloader when generating new applicationsJon Leighton2013-12-031-1/+25
* Remove turbolinks when generating a new application based on a templateLauro Caetano2013-11-211-1/+1
* Require the top file and autoload Base classRafael Mendonça França2013-11-091-1/+1
* Removed unused requireArun Agrawal2013-11-081-2/+0
* Added platform dependent gemsArun Agrawal2013-11-071-0/+9
* only ask for these ivars if the target responds to themAaron Patterson2013-11-061-3/+3
* gems can be added or skipped from the templateAaron Patterson2013-11-041-1/+62
* No web-console for nowArun Agrawal2013-11-031-6/+0
* :bomb:Rafael Mendonça França2013-11-011-1/+1
* Use consistent order of the argumentsRafael Mendonça França2013-11-011-9/+9
* Passing args for gemfile entryArun Agrawal2013-11-011-1/+7
* gemfile entries can be added to the app builderAaron Patterson2013-10-311-3/+16
* add filters for gemfile entriesAaron Patterson2013-10-311-3/+9
* We need to fix Sam Ruby's tests.Aaron Patterson2013-10-301-1/+0