Rails 创建一个 Controller

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

// To creates the web application
// Use the command rails applicationName: 
rails oschina



//Use the Ruby command ruby script/generate controller Hello:
cd oschina
ruby script/generate controller Hello