aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename AppPreparerAaron Patterson2013-10-301-0/+1
* fix template GemfilesAaron Patterson2013-10-281-0/+11
* always call set_default_accessors from create_rootAaron Patterson2013-10-281-0/+1
* Fix indentation [ci skip]Carlos Antonio da Silva2013-10-271-2/+2
* Fixed tests for app_generatorArun Agrawal2013-10-271-5/+5
* Remove dead code after the skip_jbuilder option removalRafael Mendonça França2013-10-271-1/+0
* remove the skip_jbuilder option, just rm it from the GemfileAaron Patterson2013-10-271-3/+0
* remove unused methodsAaron Patterson2013-10-271-4/+0
* Merge remote-tracking branch 'origin/master'Aaron Patterson2013-10-271-5/+0
|\
| * Merge pull request #12657 from robin850/skip-javascriptGuillermo Iguaran2013-10-271-7/+0
| |\