aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1356 from flippingbits/fix_engine_generatorJosé Valim2011-06-091-5/+1
|\
| * We moved engine commands to rails/engine/commandsStefan Sprenger2011-05-271-5/+1
* | add alias info for runner commandVijay Dev2011-06-021-1/+1
|/
* Streamline generators initialization flow.José Valim2011-05-251-1/+5
* Add alias `r` for rails runnerJordi Romero2011-05-071-1/+2
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+3
* Use exit(1) instead of exit(false)Philip Arndt2011-01-291-2/+2
* Apply exit code 1 when commands don't succeed so that other libraries can pro...Philip Arndt2011-01-291-0/+2
* Use Rails::Engine.find in commands.rbPiotr Sarnacki2010-12-091-2/+1
* Tidy up generators commits.José Valim2010-11-171-4/+1
* Do not allow to use plugin_new generator directly, you should use Usage:Piotr Sarnacki2010-11-161-0/+3
* Allow running `rails plugin new` command inside rails applicationPiotr Sarnacki2010-11-161-6/+11
* Add more information to comments.José Valim2010-09-301-3/+5
* Try to guess application's directory while trying to run the server, but only...Piotr Sarnacki2010-09-301-0/+5
* Allow running generators for Engine with usage of other application.Piotr Sarnacki2010-09-301-1/+11
* Add a header that tells Internet Explorer (all versions) to use the best avai...wycats2010-07-271-1/+1
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-5/+5
* Changing command line API from 'rails blog' to 'rails new blog'.Mikel Lindsaar2010-06-041-0/+6
* Ops. Rename performance to profiler.José Valim2010-04-291-1/+1
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-54/+48
* Load the environment before executing rails console. [#3905 status:resolved]José Valim2010-03-121-1/+1
* Revert "Always load the environment before executing any command. [#3905 stat...José Valim2010-03-121-4/+6
* Always load the environment before executing any command. [#3905 status:resol...José Valim2010-03-121-6/+4
* Fix server environment [#3877 status:resolved]Simo Niemelä2010-02-101-2/+5
* rails runner loads environment after parsing command-line optionsJeremy Kemper2010-02-091-2/+0
* Take into account gem versions (so script/rails server can work outside the a...José Valim2010-02-081-1/+1
* server command loads the applicationJeremy Kemper2010-02-041-1/+2
* Remove duplicated version check.José Valim2010-02-041-2/+0
* -v and --version params now work on rails script in or our of an appMikel Lindsaar2010-02-041-0/+3
* Make bin/rails call rails/commands/application, fix generators usage and upda...José Valim2010-02-031-13/+66
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+17