Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load generators from both lib/rails/generators and lib/generators. Using the ↵ | José Valim | 2010-03-23 | 1 | -34/+0 |
| | | | | former since it's less obstrusive. | ||||
* | Update generated Gemfile to use http://rubygems.org, unicorn instead of ↵ | Jeremy Kemper | 2010-03-07 | 1 | -4/+4 |
| | | | | mongrel, and nokogiri instead of hpricot | ||||
* | Suggest Mongrel and Capistrano in the default bundle | David Heinemeier Hansson | 2010-02-09 | 1 | -11/+17 |
| | |||||
* | Cleanup comments | David Heinemeier Hansson | 2010-02-05 | 1 | -8/+3 |
| | |||||
* | Not a fan of the double ## | David Heinemeier Hansson | 2010-02-05 | 1 | -2/+2 |
| | |||||
* | Simplify conditions for --dev and --edge | David Heinemeier Hansson | 2010-02-05 | 1 | -6/+6 |
| | |||||
* | Path approach shouldnt specify version | David Heinemeier Hansson | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | New style for path references | David Heinemeier Hansson | 2010-02-05 | 1 | -2/+1 |
| | |||||
* | Update Gemfile to use latest bundler config. | José Valim | 2010-02-04 | 1 | -5/+5 |
| | |||||
* | Use a normal gem source url instead of a magic symbol | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 |
| | |||||
* | Fixed --dev flag for new bundler | Mikel Lindsaar | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Add the database adapter in the generated Gemfile | Carl Lerche | 2010-02-01 | 1 | -0/+8 |
| | |||||
* | Update the generated Gemfile and config/boot.rb to work with bundler 0.9 | Carl Lerche | 2010-01-31 | 1 | -0/+2 |
| | |||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 1 | -0/+24 |
rspec:install generator, you need generators/rspec/install_generator in your load path. |