aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/script
Commit message (Expand)AuthorAgeFilesLines
* Revert "Always load the environment before executing any command. [#3905 stat...José Valim2010-03-121-2/+5
* Always load the environment before executing any command. [#3905 status:resol...José Valim2010-03-121-5/+2
* Take into account gem versions (so script/rails server can work outside the a...José Valim2010-02-081-1/+0
* Revert "Rails script commands load the application rather than just boot"Jeremy Kemper2010-02-041-1/+1
* 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 upda...José Valim2010-02-031-1/+1
* Fix rails serverDavid Heinemeier Hansson2010-02-021-0/+1
* Add a reminder that you should use "rails" not "script/rails" when running no...David Heinemeier Hansson2010-02-021-0/+2
* Removed all the default commands in script/* and replaced them with script/ra...David Heinemeier Hansson2010-02-0211-31/+6
* Use Rails::Application ref in Rakefile and console scripts.Joshua Peek2010-01-242-2/+2
* Delegate App calls to instanceJoshua Peek2010-01-222-2/+2
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-1810-0/+31
* 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