aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Remove `--builder` option from `rails` commandPrem Sichanugrist2013-02-241-14/+0
* | Use sprockets-rails 2.0.0.rc3 in new appsGuillermo Iguaran2013-02-241-1/+1
|/
* Fix article for generator nameRyunosuke SATO2013-02-071-2/+2
* Add --rc description on the command linerobertomiranda2013-02-041-0/+3
* Add --no-rc description on the command linerobertomiranda2013-02-021-0/+3
* Add -B alias for --skip-bundleJiri Pospisil2013-01-011-1/+1
* Revert "Install binstubs by default"Jeremy Kemper2012-12-281-1/+1
* Revert "Detect rbenv and update the shebang"Jeremy Kemper2012-12-281-8/+1
* Detect rbenv and update the shebangYehuda Katz2012-12-221-1/+8
* Install binstubs by defaultYehuda Katz2012-12-221-1/+1
* Integrate Journey into Action DispatchAndrew White2012-12-191-2/+0
* Use Rails to Render Default Index Pageschneems2012-12-101-3/+0
* USe the released version of sprockets-rails in a new Rails 4 applicationRafael Mendonça França2012-10-271-1/+1
* We don't need this anymore since we had a sprockets-rails releaseRafael Mendonça França2012-10-191-3/+0
* Fix the app_generator and plugin_new testsRafael Mendonça França2012-10-181-0/+3
* Change back to official sprockets-railsJoshua Peek2012-10-171-2/+2
* Switch to new sprockets-rails pluginJoshua Peek2012-10-151-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-10-111-1/+1
|\
| * update Rails::Generators docs [ci skip]Francesco Rodriguez2012-10-071-1/+1
* | Inline commentDavid Heinemeier Hansson2012-10-081-3/+1
* | Strip heredoc to not generate the Gemfile with trailing spacesRafael Mendonça França2012-10-041-2/+2
* | Turn turbolinks on by default for new appsDavid Heinemeier Hansson2012-10-041-1/+8
|/
* change app/plugin generators to be more SCM agnosticDerek Prior2012-09-121-35/+38
* require bundle in the app generatorXavier Noria2012-09-011-0/+1
* Use Bundler.with_clean_env instead of custom codePiotr Sarnacki2012-08-311-6/+3
* Revert "Revert changes related to `bundle install` fixes in `rails new`"Piotr Sarnacki2012-08-311-1/+10
* Update to activerecord-deprecated_finders on generatorMiguel Herranz2012-08-171-2/+2
* Changed symbol platform to platforms for the commented out call to gem 'theru...Martin O'Connor2012-05-301-1/+1
* Revert changes related to `bundle install` fixes in `rails new`Piotr Sarnacki2012-05-171-10/+1
* improve #6318Michal Papis2012-05-151-4/+5
* prevent using already loaded Gemfile for 'bundle install', fix #6314Michal Papis2012-05-151-0/+8
* Remove remaining require 'rubygems'Santiago Pastorino2012-05-131-1/+1
* Use new hash syntax in generated GemfileOscar Del Ben2012-05-021-14/+14
* Use :github option in Gemfile and make hashes consistentPiotr Sarnacki2012-05-011-8/+8
* Merge pull request #5530 from malclocke/add_option_to_skip_index.html_on_rail...José Valim2012-04-301-0/+3
|\
| * Added a generator option to remove the public/index.html file when generating...Ivan Vanderbyl2012-03-211-0/+3
* | Add missing dependency for active_record_deprecated_findersJuan Manuel Azambuja2012-04-181-0/+2
* | remove extra new line from generated GemfileVasiliy Ermolovich2012-04-141-1/+1
|/
* Rubyracer does not work on ruby, so add it to Gemfile with :ruby platform onlyPiotr Sarnacki2012-03-171-1/+1
* Move http only option to AppGeneratorCarlos Antonio da Silva2012-03-141-3/+0