aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/script
Commit message (Collapse)AuthorAgeFilesLines
* Take into account gem versions (so script/rails server can work outside the ↵José Valim2010-02-081-1/+0
| | | | application) and use Rails::Application.root instead of ROOT_PATH.
* Revert "Rails script commands load the application rather than just boot"Jeremy Kemper2010-02-041-1/+1
| | | | This reverts commit 358451c2194c5b89b576fd623811da708ee89d95.
* Rails script commands load the application rather than just bootJeremy Kemper2010-02-041-1/+1
|
* Make bin/rails call rails/commands/application, fix generators usage and ↵José Valim2010-02-031-1/+1
| | | | update .gitignores.
* Fix rails serverDavid Heinemeier Hansson2010-02-021-0/+1
|
* Add a reminder that you should use "rails" not "script/rails" when running ↵David Heinemeier Hansson2010-02-021-0/+2
| | | | normally
* Removed all the default commands in script/* and replaced them with ↵David Heinemeier Hansson2010-02-0211-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 Peek2010-01-242-2/+2
| | | | Less places you need to change if you rename your application.
* Delegate App calls to instanceJoshua Peek2010-01-222-2/+2
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-1810-0/+31
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-2410-31/+0
|
* Solving merge conflicts.José Valim2009-07-2110-10/+10
|
* Change current sstructure.José Valim2009-06-2310-0/+31