This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
3661eacfbd
rails--rails
/
railties
/
bin
/
generate
3 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
Removed all the scripts in script/* and replaced it with one generic portal: script/run git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2411 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-09-29 08:18:51 -04:00
#!/usr/local/bin/ruby
require File.dirname(__FILE__) + '/../config/boot'
Backed out of script/run portal idea. Muscle memory too deep git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2469 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-10-05 22:05:36 -04:00
require 'commands/generate'
Copy permalink