aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-34/+0
| | | | former since it's less obstrusive.
* Update generated Gemfile to use http://rubygems.org, unicorn instead of ↵Jeremy Kemper2010-03-071-4/+4
| | | | mongrel, and nokogiri instead of hpricot
* Suggest Mongrel and Capistrano in the default bundleDavid Heinemeier Hansson2010-02-091-11/+17
|
* Cleanup commentsDavid Heinemeier Hansson2010-02-051-8/+3
|
* Not a fan of the double ##David Heinemeier Hansson2010-02-051-2/+2
|
* Simplify conditions for --dev and --edgeDavid Heinemeier Hansson2010-02-051-6/+6
|
* Path approach shouldnt specify versionDavid Heinemeier Hansson2010-02-051-1/+1
|
* New style for path referencesDavid Heinemeier Hansson2010-02-051-2/+1
|
* Update Gemfile to use latest bundler config.José Valim2010-02-041-5/+5
|
* Use a normal gem source url instead of a magic symbolJeremy Kemper2010-02-041-1/+1
|
* Fixed --dev flag for new bundlerMikel Lindsaar2010-02-021-1/+1
|
* Add the database adapter in the generated GemfileCarl Lerche2010-02-011-0/+8
|
* Update the generated Gemfile and config/boot.rb to work with bundler 0.9Carl Lerche2010-01-311-0/+2
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-0/+24
rspec:install generator, you need generators/rspec/install_generator in your load path.