by Kate
A simplified app to demonstrate the use of of polymorphic associations in Ruby on Rails.
Watch a presentation and live demo here.
Note: Apologies for the lack of well-written commit history. Will get better at this!
Clone this repository and bundle.
git clone git@github.com:katelyp/zoo.git
cd hausie
bundle install
Create and initialize the database.
rake db:create db:migrate
Start the application server.
rails server
Access the application at http://localhost:3000/.
Thanks to friends and colleagues who have helped with the AJAX dropdown select box component :)
If you have any comments, issues or questions, feel free to raise them on github.