/tagplace

Rails tutorial on how to build a tag powered rails application

Primary LanguageRuby

Tutorial: Build a tag powered Rails application

Go to codeplace and check this tutorial!

Installation

Clone the repo and issue the following commands:

$ bundle install
$ rake db:setup
$ rails server

Now point your browser to localhost:3000 and you are ready.