avatar

大兜

右手寫程式,左手寫音樂

Ruby on Rails 自習手冊
邁向鐵道工人之路

Ruby on Rails 自習手冊:邁向鐵道工人之路

你可以在這裡……

  • 查閱勘誤表、常見問題。
  • 留言與筆者互動。
  • 回報書中錯誤。
  • 多買幾本。

基本資訊

出版社博碩文化
出版日2015/2/15
定價NT$300

購買

博客來 天瓏

勘誤表

頁碼 原文 修正 讀者
2014 年 2 月 2015 年 2 月 蘇介吾
4 傳入的多少個參數 傳入了多少個參數 @ask
6 http://www.aptana.com/products/radrails http://www.aptana.com/products/radrails.html 蘇介吾
25 rails -D rake -D 蘇介吾
25 註 6、7、8 消失 分別為 vendor、routing、Rack 蘇介吾
27 app/views/homt.html 與 app/views/about.html app/views/pages/homt.html 與 app/views/pages/about.html @frank.pon
46 (1..46) 大樂透應該是 (1..49) XD 蘇介吾
51 ireapp.kkbox.com fireapp.kkbox.com @juanitofatas
60 math_path # => "http://…" math_url # => "http://…" @frank.pon
66 hot_calss hot_class Kevin Wu
67 缺圖: images/fake_mail.png http://i.imgur.com/BEp413I.png 蘇介吾
69 缺圖:images/form_post_error.png http://i.imgur.com/W1H3hVP.png 蘇介吾
76 正如一開始提到的的寫法一樣 正如一開始提到的寫法一樣 Kevin Wu
94 物件關聯對應物件關聯對映 物件關聯對映 Kevin Wu
114 嘗試儲存空的 Posot 物件 嘗試儲存空的 Post 物件 Kevin Wu
116 #updat #update Kevin Wu
119 rails g migraiton rails g migration Kevin Wu
121 倒數第三行 tony.psots 倒數第三行 tony.posts Kevin Wu
134 'posts#edit' # 新增文章表單頁 'posts#edit' # 編輯文章表單頁 Kevin Wu
139 link_to post.title "/posts#{post.id}" link_to post.title "/posts/#{post.id}" Kevin Wu
147 form_tag 會根據判斷 model form_for 會根據判斷 model Kevin Wu
151 @post = Post.find(params[:id]) @post.destroy Kevin Wu
153 且 Rials 提供了 notice 與 alert 兩個捷徑 且 Rails 提供了 notice 與 alert 兩個捷徑 Kevin Wu
153 flast[:notice] # 等於直接寫 notice flash[:notice] # 等於直接寫 notice Kevin Wu
153 flast[:alert] # 等於直接寫 alert flash[:alert] # 等於直接寫 alert Kevin Wu
156 得額外讓 usre_id 得額外讓 user_id Kevin Wu

常見問題

這本書適合誰?
本書鎖定的對象是已經略懂一點網頁、資料庫和 Ruby,但對 Rails 想要有初步了解的人。
會有簽書會嗎?
羞恥之餘萬一辦起來無人到場就糗了,但若不嫌棄,抓筆者出來吃頓飯交個朋友無妨 =)
使用的 Ruby 與 Rails 版本?
Ruby 2.2 + Rails 4.2