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
/
commands
/
runner.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer Rails.logger over RAILS_DEFAULT_LOGGER
Joshua Peek
2008-12-10
1
-1
/
+3
*
Add flush by ensure in script/runner because no flush in production mode [#80...
Cyril Mougel
2008-11-22
1
-7
/
+11
*
Added file name information for errors and exceptions in script/runnner
Daniel RodrÃguez Troitiño
2008-08-08
1
-1
/
+1
*
Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Use the first unparsed argument as the code or file to run. Closes #6286.
Jeremy Kemper
2006-09-29
1
-5
/
+8
*
script/runner can run files, pass on arguments, and be used as a shebang. Clo...
Jeremy Kemper
2006-09-26
1
-6
/
+24
*
Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.
Nicholas Seckar
2006-06-28
1
-1
/
+1
*
Show usage description if no code is passed (closes #4447) [murphy@cYcnus.de]
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
Fix problem with RAILS_ENV being frozen when set from environment variable
Jamis Buck
2005-10-14
1
-1
/
+1
*
Make sure ENV['RAILS_ENV'] and RAILS_ENV are kept in sync
Jamis Buck
2005-10-12
1
-5
/
+2
*
Honor the runner -e toggle even if the RAILS_ENV constant has already been set
Jamis Buck
2005-10-12
1
-2
/
+6
*
Removed all the scripts in script/* and replaced it with one generic portal: ...
David Heinemeier Hansson
2005-09-29
1
-0
/
+26