aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Removal of javascript related gems when creating an appRobin Dupret2013-10-271-7/+0
* | | add an option to skip jbuilderAaron Patterson2013-10-271-0/+4
* | | add jbuilder web-console and sdoc to the GemEntry listAaron Patterson2013-10-271-13/+24
* | | fix the class nameAaron Patterson2013-10-271-17/+17
* | | use the GemfileGem object for more entriesAaron Patterson2013-10-271-52/+49
* | | add the database gemAaron Patterson2013-10-271-5/+3
* | | get a list of gems when filling out the gemfileAaron Patterson2013-10-271-12/+25
|/ /
* / set accessors in the set_accessors! methodAaron Patterson2013-10-271-2/+1
|/
* Don't require using application_name before optionsPiotr Sarnacki2013-09-131-0/+4
* Add --skip-action-view to app generatorŁukasz Strzałkowski2013-08-251-1/+4
* restore whitespace in Gemfile between sqlite3 and sprocketsSam Ruby2013-05-161-1/+1
* Minor code duplication removedArun Agrawal2013-04-291-6/+6
* ActiveRecord -> Active RecordXavier Noria2013-04-221-1/+1
* Use sass-rails 4.0.0.rc1Rafael Mendonça França2013-04-181-1/+1
* Use latest coffee-rails releaseRafael Mendonça França2013-04-181-1/+1
* Revert "sprockets 2.9.x doesn't work with uglifier 2.0 yet."Rafael Mendonça França2013-04-181-2/+2
* Don't need to add activerecord-deprecated_finders on edge and devRafael Mendonça França2013-04-171-3/+1
* Use strip_heredoc where possibleSam Ruby2013-04-111-14/+12
* Editorial pass over generated GemfileSam Ruby2013-04-101-4/+8
* sprockets 2.9.x doesn't work with uglifier 2.0 yet.Rafael Mendonça França2013-04-061-2/+2
* Revert "Use jquery-rails from github"Santiago Pastorino2013-04-021-3/+1
* Revert more Rails.version changesRafael Mendonça França2013-04-011-2/+2
* Make comment about uglifier in generated Gemfile consistent between branchesCarlos Antonio da Silva2013-03-301-1/+1
* Add better comments to assets gemsGuillermo Iguaran2013-03-281-9/+22
* Add coffee-rails and javascript runtime to gemfile if skip_javascript isRafael Mendonça França2013-03-281-2/+9
* Remove buggy and unnecessary logicSam Ruby2013-03-271-7/+0
* Cosmetic cleanup of generated GemfileSam Ruby2013-03-271-17/+14
* Put coffee-rails in top-level of generated GemfileGabe Kopley2013-03-241-15/+27
* Use jquery-rails from githubSam Ruby2013-03-241-1/+3
* remove references to *::VERSION, replace with *.versionCharlie Somerville2013-03-211-2/+2
* Bump sass-rails and coffee-rails to 4.0.0.beta1 in GemfileGuillermo Iguaran2013-02-251-2/+2
* Remove sprockets-rails from the Gemfile generatorrobertomiranda2013-02-251-1/+0
* Merge pull request #9401 from sikachu/master-remove-builder-optionRafael Mendonça França2013-02-241-14/+0
|\