mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fixed the missing shebang in main "rails" script #736
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@807 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
*SVN*
|
||||
|
||||
* Fixed the missing shebang in main "rails" script #736
|
||||
|
||||
* Removed the obsolete -i/--index option from the WEBrick servlet #743
|
||||
|
||||
|
||||
*0.10.0* (24th February, 2005)
|
||||
|
||||
* Changed default IP binding for WEBrick from 127.0.0.1 to 0.0.0.0 so that the server is accessible both locally and remotely #696 [Marcel]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/usr/local/bin/ruby
|
||||
require File.dirname(__FILE__) + '/../lib/rails_generator'
|
||||
require 'rails_generator/scripts/generate'
|
||||
Rails::Generator::Base.use_application_sources!
|
||||
|
||||
Reference in New Issue
Block a user