A re-write of my other Tags system using Active Record.
- a tagging system; allows a user to enter items and tags, and associate each to the other, as well as return the associations
- #selfdogfood, #onethingwell
- a building block of an experiment I'm working on
- Clone the repository using
$ git clone - Run
$ bundle installto install gems - Run
$ rake db:createand$ rake db:migratefrom the directory you cloned into - Run
$ ruby targs_ui.rb
- run visualization on top of this system to see connected elements
- run UI framework on top of this system to allow interaction through a GUI
Active Record assessment for Epicodus
26 August 2014