aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Expand)AuthorAgeFilesLines
* Add therubyracer gem commented in default GemfileGuillermo Iguaran2012-01-121-2/+14
* Depend on 4.0.0.beta gems. Use https for github urls.Jeremy Kemper2011-12-221-10/+10
* Get rid of more 1.8.x dead codeJosé Valim2011-12-201-5/+1
* Get rid of --old-style-hashJosé Valim2011-12-201-10/+2
* Use gem versions of sass-rails and coffee-rails.José Valim2011-12-171-10/+26
* strip whitespace errors from the generated GemfileAaron Patterson2011-12-121-1/+1
* Skip assets groups if --skip-sprockets option is givenGuillermo Iguaran2011-12-091-0/+1
* Added therubyrhino to default Gemfile under JRubyGuillermo Iguaran2011-11-141-0/+1
* Add arel to Gemfile on apps generated in edge RailsGuillermo Iguaran2011-11-051-0/+2
* Remove Turn from default Gemfile.Guillermo Iguaran2011-10-221-11/+0
* Don't use :path in Gemfile for --dev except for Rails.José Valim2011-10-201-1/+1
* fix inconsistent alignment in Gemfile generatorSuraj N. Kurapati2011-10-131-6/+6
* point rails at Journey for dev and edgeAaron Patterson2011-09-121-0/+2
* Thanks to the hard work of Ken Collins ( @metaskills ) on the ActiveRecord SQ...Wayne E. Seguin2011-09-071-2/+3
* Bump uglifier upSantiago Pastorino2011-09-051-1/+1
* Tidy upSantiago Pastorino2011-07-281-2/+4
* Add assets_gemfile_entry.José Valim2011-07-011-0/+10
* [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-1/+4
* Convert database names to ones appropriate for JRubyNick Sieger2011-06-211-1/+12
* Add generic 'jdbc' database optionNick Sieger2011-06-211-4/+5
* Create an :assets group in the Gemfile.José Valim2011-06-211-3/+3
* s/Bundle/Bundler/Xavier Noria2011-06-111-1/+1
* shell out to run bundler on app generation, see rationale in the commentXavier Noria2011-06-101-6/+12
* Added a space to the comment_if helper for formatting purposesAndrew Davis2011-05-251-1/+1
* Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standa...Jon Leighton2011-05-231-1/+1
* don't include 'turn' gem in Gemfile if test unit is skipped.Teng Siong Ong2011-05-181-1/+1
* add tests for ruby-debug gem in Gemfile and make sure that ruby-debug19 is us...Teng Siong Ong2011-05-181-1/+1
* asking the user whether he is "offline" rather than "online" seems more natur...Xavier Noria2011-05-141-1/+1
* removes now unused method Rails::Generators::AppBase#dev_or_edge?Xavier Noria2011-05-141-4/+0
* application and plugin generation run bundle install unless --skip-gemfile or...Xavier Noria2011-05-141-4/+6
* move bundler loading down to #bundle_commandXavier Noria2011-05-131-2/+3
* run bundler programmatically rather than shelling outXavier Noria2011-05-131-7/+3
* say something when running bundle commandsXavier Noria2011-05-131-0/+2
* application and plugin generation run bundle check unless --skip-gemfileXavier Noria2011-05-131-3/+14
* review fixesAditya Sanghi2011-05-061-0/+8
* No longer need to reference mysql2 from gitDavid Heinemeier Hansson2011-05-041-9/+1
* restores the -j option, but now it accepts the name of any libraryXavier Noria2011-05-041-1/+7
* We no longer depend on those git repos.José Valim2011-05-031-6/+0
* Use sprockets beta gemJoshua Peek2011-05-011-7/+4
* Prototype and Scriptaculous are no longer vendored, but provided by prototype...Xavier Noria2011-04-301-3/+0
* minor git sources formatting change in railties app_base.rbJosh Kalderimis2011-04-271-3/+3
* jdbcpostgresql support added into template.Vishnu Atrai2011-04-261-2/+3
* Adding jdbcsqlite3 name in comment.Arun Agrawal2011-04-241-1/+1
* Looks more friendly. Arun Agrawal2011-04-241-1/+2
* jdbcsqlite3 support added into template. #jrubyArun Agrawal2011-04-231-1/+3
* Start Adding jdbcmysql support to new rails template.Arun Agrawal2011-04-231-2/+3
* Cleanup the Gemfile and compute whats needed depending on whether we are on 1...David Heinemeier Hansson2011-04-131-1/+20
* Move json requirement to user Gemfile -- still need to do better than this, t...David Heinemeier Hansson2011-04-131-3/+0
* Move the asset template engines to the user-generated GemfileDavid Heinemeier Hansson2011-04-131-2/+0
* Include CoffeeScript in GemfileJoshua Peek2011-04-131-2/+4