5xRuby / blank

A blank rails project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

作業 2

修改 app/views/products/_form.html.erb,使其可以設定分類,但不可使用到任何 Rails 內建的 helper。

取得原始碼

  1. 拜訪 https://github.com/5xRuby/blank

  2. 將 repository fork 到自己的帳號下

  3. Clone 自己帳號下的 respository

     git clone git@github.com:你的帳號/blank.git
    

專案初始化

$ bundle
$ rake db:migrate
$ rake fake:categories fake:products

About

A blank rails project


Languages

Language:Ruby 97.5%Language:CSS 1.3%Language:JavaScript 1.2%