RailsGirls:多态关联和单表继承

此存储库包含名称类似的的基本应用程序。

先决条件

  • 安装了Ruby 2。最新版本是2.1.5,但任何2.xx版本都可以。

  • 安装了Ruby sqlite3 gem。

  • 安装了Ruby bundler gem。

安装步骤

  1. $ git clone [仓库地址]

  2. $ cd railsgirls-polymorphic-associations-and-single-table-inheritance

  3. $ bundle install

  4. $ bundle exec rake db:migrate

  5. $ bundle exec rails server

在打开网络浏览器后,您可以访问应用程序。