Ruby On Rails總結

更換國內source(截至到2016-10-8可用)

gem sources –remove https://rubygems.org/
gem sources -a http://gems.ruby-china.org/
gem sources -l

安裝rails

gem install rails

新建rails程序

rails new demo

運行rails程序

rails server

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章