#8 楼 @yangman_wenzhu 不急呀,還有一輩子的時間!:D
@nancy_zhang 管理員應該會說先來個頭像 。cc @lgn21st
@jsasdw1991 Gemfile 加這兩個試試
gem "wdm", platforms: [:mswin, :mingw, :x64_mingw]
gem "tzinfo-data", platforms: [:mswin, :mingw, :x64_mingw]
加好再 bundle
一下,然後啟動 Rails 服務器試試: rails server
。
你做了什麼,完整的 log 貼出來。
需要添加路由 config/routes.rb
。
可以看看這個 http://guides.rubyonrails.org/routing.html。
中文的這裡有兩個:http://guides.ruby-china.org/routing.html http://ihower.tw/rails3/routing.html。
現在好了。
Sublime Text 3: https://www.sublimetext.com/docs/3/osx_command_line.html Sublime Text 2: https://www.sublimetext.com/docs/2/osx_command_line.html
#5 楼 @mahone3297 #6 楼 @hlt #7 楼 @loveeachday
每個產生出來的可執行文件,都有一個這樣的判斷,沒看過任何相應的文檔。
Ref. https://github.com/rubygems/rubygems/blob/master/lib/rubygems/installer.rb#L637-L651
改成 render :plain
比較合理,4.1 已修正。可以參考這裡:https://github.com/rails/rails/pull/14062。
@_samqiu 3.2.z
只有嚴重的 bug 才會修。http://edgeguides.rubyonrails.org/maintenance_policy.html
@mahone3297 還是用 rvm gemset 裡面安裝不同的 capistrano,切換比較好。
這裡有篇中文報導 OpenSSL CVE-2014-0160 Heartbleed 嚴重漏洞。
$ cap _2.15.5_ *args
#9 楼 @acherking <%= render @users %>
比較簡潔。https://github.com/rails/rails/commit/6946fffd6362bbb3447c1fbc4d8e155f9ced5f4f
#4 楼 @willmouse distinct(false)
是拿回“未 distinct
”的結果,也就是 :name
字段所有不重複的結果。
相同路由用了两次。
刚填了一篇 Thor: https://github.com/ruby-china/wiki/wiki/Thor
Python 社區有類似的項目,The Hitchhiker’s Guide to Python!,可以借鑑學習。
@Rei 有沒有考慮把 Campo3 作為 Agile web development with rails 5th 的原料寫一本書呢?