Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make bin/rails call rails/commands/application, fix generators usage and ↵ | José Valim | 2010-02-03 | 1 | -1/+1 |
| | | | | update .gitignores. | ||||
* | Fix rails server | David Heinemeier Hansson | 2010-02-02 | 1 | -0/+1 |
| | |||||
* | Add a reminder that you should use "rails" not "script/rails" when running ↵ | David Heinemeier Hansson | 2010-02-02 | 1 | -0/+2 |
| | | | | normally | ||||
* | Removed all the default commands in script/* and replaced them with ↵ | David Heinemeier Hansson | 2010-02-02 | 11 | -31/+6 |
| | | | | script/rails and a rails command that'll act the same when run from within the app [DHH] | ||||
* | Use Rails::Application ref in Rakefile and console scripts. | Joshua Peek | 2010-01-24 | 2 | -2/+2 |
| | | | | Less places you need to change if you rename your application. | ||||
* | Delegate App calls to instance | Joshua Peek | 2010-01-22 | 2 | -2/+2 |
| | |||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 10 | -0/+31 |
| | | | | rspec:install generator, you need generators/rspec/install_generator in your load path. | ||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 10 | -31/+0 |
| | |||||
* | Solving merge conflicts. | José Valim | 2009-07-21 | 10 | -10/+10 |
| | |||||
* | Change current sstructure. | José Valim | 2009-06-23 | 10 | -0/+31 |