mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
4ba8d08481
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@814 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
6 lines
No EOL
281 B
Text
Executable file
6 lines
No EOL
281 B
Text
Executable file
abort "Rails requires Ruby 1.8.2" if RUBY_VERSION < "1.8.2"
|
|
|
|
require File.dirname(__FILE__) + '/../lib/rails_generator'
|
|
require 'rails_generator/scripts/generate'
|
|
Rails::Generator::Base.use_application_sources!
|
|
Rails::Generator::Scripts::Generate.new.run(ARGV, :generator => 'app') |