aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/servers/mongrel.rb
diff options
context:
space:
mode:
authorLawrence Pit <lawrence.pit@gmail.com>2008-05-22 12:06:27 +0100
committerPratik Naik <pratiknaik@gmail.com>2008-05-22 12:06:27 +0100
commitc2036adf7658f56c924e2a206731ee63b628f34f (patch)
tree420dd1e2e9fdc3878623a0737db901343f3a6697 /railties/lib/commands/servers/mongrel.rb
parent4e084c3d9860c31fca21395c13031f04bb510b15 (diff)
downloadrails-c2036adf7658f56c924e2a206731ee63b628f34f.tar.gz
rails-c2036adf7658f56c924e2a206731ee63b628f34f.tar.bz2
rails-c2036adf7658f56c924e2a206731ee63b628f34f.zip
Show rails version when the server starts. [#235 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'railties/lib/commands/servers/mongrel.rb')
-rw-r--r--railties/lib/commands/servers/mongrel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/commands/servers/mongrel.rb b/railties/lib/commands/servers/mongrel.rb
index f59265e698..7bb110f63a 100644
--- a/railties/lib/commands/servers/mongrel.rb
+++ b/railties/lib/commands/servers/mongrel.rb
@@ -32,7 +32,7 @@ ARGV.clone.options do |opts|
opts.parse!
end
-puts "=> Rails application starting on http://#{OPTIONS[:ip]}:#{OPTIONS[:port]}"
+puts "=> Rails #{Rails.version} application starting on http://#{OPTIONS[:ip]}:#{OPTIONS[:port]}"
parameters = [
"start",