• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

[QuickRoR]Ruby on Rails开发环境安装

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

1.Setup Ruby on Rails
2.Test Web App
3.Create the First Web App


1.Setup Ruby on Rails
1) Download rubyinstaller-1.9.3-p545.exe 'setup to C:\Ruby193\'
2) cmd check command: ruby -v 'return ruby 1.9.3p5p4'
3) Download DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe
4) Extract DevKit to path C:\Ruby193\DevKit
5) cd C:\Ruby193\DevKit
6) ruby dk.rb init
7) ruby dk.rb review
8) ruby dk.rb install
9) cmd : gem install rails
10) cmd : rails -v 'return rails 4.1.1'

2.Test Web App
1) cmd: rails new G:\Study\Ruby\demo1
2) create run.bat in G:\Study\Ruby\demo1 with content 'rails server', and run it , wait...
3) visit http://localhost:3000

3.Create the First Web App
1) cd G:\Study\Ruby\demo1
2) cmd rails g controller welcome '生成相关文件'
3) edit G:\Study\Ruby\demo1\app\controllers\welcome_controller.rb

1 class WelcomeController < ApplicationController
2   def say
3   end
4 end

4) create new 'say.html.erb' file in G:\Study\Ruby\demo1\app\views\welcome, and add html code,

1 <h1>Hello, World!</h1>

 5) edit G:\Study\Ruby\demo1\config\routes.rb

1 get "welcome/say" => "welcome#say"

6) visit 'http://localhost:3000/welcome/say'


enjoy Ruby on Rails...


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap