aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * 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