1. 關於瀏覽器相容的問題
我原本以為都是前端語法的問題 (實際上也應該是吧?!)
不過ror 似乎有些config 可以幫忙設定讓產生的網頁能告訴瀏覽器要怎樣做....
Ref : http://ihower.tw/rails3/environments-and-bundler.html
config.action_dispatch.best_standards_support = : builtin
2.
建立 model : rails g model price_log
之後對model(s)做變更 : rails g migration add_price_log_parameters
產生 : bundle exec rake db:migrate
想要試做 http://ihower.tw/rails3/activerecord-relationships.html
可是卻無法有效的在console下指令
ref : http://guides.rubyonrails.org/association_basics.html
3. 觀察log : tail -f log/development.log
沒有留言:
張貼留言