Source repository for http://petswaiting.com.
Ruby 1.8.7 and 1.9.2 compatible.
-
Install imagemagick (on OS X, I recommend Homebrew for this task).
brew install imagemagick --disable-openmp
-
Install bundler gem.
gem install bundler
-
Install dependencies.
bundle install
-
Run migrations.
rake db:migrate
- If you wanna colaborate, there is a Pivotal Tracker project.