index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
commands.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small missing information added to command description. --help also works lik...
Bratish Goswami
2011-07-23
1
-1
/
+1
*
Merge pull request #1356 from flippingbits/fix_engine_generator
José Valim
2011-06-09
1
-5
/
+1
|
\
|
*
We moved engine commands to rails/engine/commands
Stefan Sprenger
2011-05-27
1
-5
/
+1
*
|
add alias info for runner command
Vijay Dev
2011-06-02
1
-1
/
+1
|
/
*
Streamline generators initialization flow.
José Valim
2011-05-25
1
-1
/
+5
*
Add alias `r` for rails runner
Jordi Romero
2011-05-07
1
-1
/
+2
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+3
*
Use exit(1) instead of exit(false)
Philip Arndt
2011-01-29
1
-2
/
+2
*
Apply exit code 1 when commands don't succeed so that other libraries can pro...
Philip Arndt
2011-01-29
1
-0
/
+2
*
Use Rails::Engine.find in commands.rb
Piotr Sarnacki
2010-12-09
1
-2
/
+1
*
Tidy up generators commits.
José Valim
2010-11-17
1
-4
/
+1
*
Do not allow to use plugin_new generator directly, you should use Usage:
Piotr Sarnacki
2010-11-16
1
-0
/
+3
*
Allow running `rails plugin new` command inside rails application
Piotr Sarnacki
2010-11-16
1
-6
/
+11
*
Add more information to comments.
José Valim
2010-09-30
1
-3
/
+5
*
Try to guess application's directory while trying to run the server, but only...
Piotr Sarnacki
2010-09-30
1
-0
/
+5
*
Allow running generators for Engine with usage of other application.
Piotr Sarnacki
2010-09-30
1
-1
/
+11
*
Add a header that tells Internet Explorer (all versions) to use the best avai...
wycats
2010-07-27
1
-1
/
+1
*
Avoid calls to Rails::Application since this is not the official API.
José Valim
2010-07-01
1
-5
/
+5
*
Changing command line API from 'rails blog' to 'rails new blog'.
Mikel Lindsaar
2010-06-04
1
-0
/
+6
*
Ops. Rename performance to profiler.
José Valim
2010-04-29
1
-1
/
+1
*
The rake task :environment now loads config/environment.rb instead of initial...
José Valim
2010-04-29
1
-54
/
+48
*
Load the environment before executing rails console. [#3905 status:resolved]
José Valim
2010-03-12
1
-1
/
+1
*
Revert "Always load the environment before executing any command. [#3905 stat...
José Valim
2010-03-12
1
-4
/
+6
*
Always load the environment before executing any command. [#3905 status:resol...
José Valim
2010-03-12
1
-6
/
+4
*
Fix server environment [#3877 status:resolved]
Simo Niemelä
2010-02-10
1
-2
/
+5
*
rails runner loads environment after parsing command-line options
Jeremy Kemper
2010-02-09
1
-2
/
+0
*
Take into account gem versions (so script/rails server can work outside the a...
José Valim
2010-02-08
1
-1
/
+1
*
server command loads the application
Jeremy Kemper
2010-02-04
1
-1
/
+2
*
Remove duplicated version check.
José Valim
2010-02-04
1
-2
/
+0
*
-v and --version params now work on rails script in or our of an app
Mikel Lindsaar
2010-02-04
1
-0
/
+3
*
Make bin/rails call rails/commands/application, fix generators usage and upda...
José Valim
2010-02-03
1
-13
/
+66
*
Move railties/lib/* into railties/lib/*
Yehuda Katz + Carl Lerche
2009-09-24
1
-0
/
+17