aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Collapse)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
| | | | Fixing build
* 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
| | | | | | Revert "always call set_default_accessors from create_root" This reverts commit faa1b82bf2ae5d33bfa1ee5552878d5ca69607b0.
* rename AppPreparerAaron Patterson2013-10-301-0/+1
| | | | | AppPreparer doesn't actually prepare applications, it scrubs ARGV. Let's also get the class under test while we're at it
* 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
| | | | | | Added test for jbuilder and web-console inclusion. Added README.rdoc for test default files
* 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
|\ | | | | | | | | | | | | | | * origin/master: Removal of javascript related gems when creating an app Conflicts: railties/lib/rails/generators/app_base.rb
| * Merge pull request #12657 from robin850/skip-javascriptGuillermo Iguaran2013-10-271-7/+0
| |\ | | | | | | Removal of javascript related files when creating an app
| | * Removal of javascript related gems when creating an appRobin Dupret2013-10-271-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 0417bc8 add the coffee-rails and javascript runtime gems even when passing the --skip-javascript option but this is not the desired behavior. Also remove all javascript related stuff in the generated application such as the vendor/assets/javascripts folder.
* | | 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
| | | | | | | | | | | | Before this commit options for `rails new` and `rails plugin new` had to be passed in a strict order, trying to execute a following command: rails new -J path/to/app resulted in an error. This commit fixes the situation and allows to pass path to app anywhere after `new`
* 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
| | | | | | | | | This reverts commit 575838795019f7402992e3bfa83a0c5048cf143d. Conflicts: railties/lib/rails/generators/app_base.rb Reason: sprockets 2.9.1 fixes this issue
* Don't need to add activerecord-deprecated_finders on edge and devRafael Mendonça França2013-04-171-3/+1
| | | | | | | applications This gem will not change often to explain it be included in the application Gemfile
* Use strip_heredoc where possibleSam Ruby2013-04-111-14/+12
| | | | | | | | | | | | | Following up on an observation by @rafaelfranca https://github.com/rails/rails/pull/10170/files#r3753963 Reduce the number of gsub calls to the two cases where inputs are concatenated from various sources and with inconsistent indentation. Also zap extraneous spacing from the sass-rails line... presumably this is a holdover from a previous time where this aligned the version string with an adjacent line.
* Editorial pass over generated GemfileSam Ruby2013-04-101-4/+8
| | | | | | * When run with default options, no repeated blank lines * Every gem has a comment, perhaps a generic one, but a comment nonetheless * Most comments used to start with "Use", some with "To use" => made consistent
* sprockets 2.9.x doesn't work with uglifier 2.0 yet.Rafael Mendonça França2013-04-061-2/+2
| | | | | | See https://travis-ci.org/rails/rails/jobs/6110543#L1285 for the failure cc @josh
* Revert "Use jquery-rails from github"Santiago Pastorino2013-04-021-3/+1
| | | | | | | This reverts commit 7a9a7007637b8279501770be03bd84ce83d61ab8. Conflicts: railties/lib/rails/generators/app_base.rb
* Revert more Rails.version changesRafael Mendonça França2013-04-011-2/+2
| | | | Related with ed8df3ff018d17fad123e48c7cb907332e72e7dc
* Make comment about uglifier in generated Gemfile consistent between branchesCarlos Antonio da Silva2013-03-301-1/+1
| | | | Introduced in 59d20af2238f7ab553f41b96282722889d8d4393.
* 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
| | | | provided
* Remove buggy and unnecessary logicSam Ruby2013-03-271-7/+0
| | | | based on a discussion with @rafaelfranca
* Cosmetic cleanup of generated GemfileSam Ruby2013-03-271-17/+14
| | | | | | - Remove obsolete/misleading comment about assets only being used production - Remove unnecessary group :assets - Eliminate blank lines if options[:skip_javascript] is not specified
* Put coffee-rails in top-level of generated GemfileGabe Kopley2013-03-241-15/+27
| | | | v3 of pull request based on additional feedback from @jeremy
* Use jquery-rails from githubSam Ruby2013-03-241-1/+3
| | | | completes https://github.com/rails/rails/commit/6f3f0f86332004fcee5c2f05d52bbff08c22f980
* 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
|\ | | | | Remove `--builder` option from `rails` command