Sample app for replacing selectbox options by ajax.
Poltergeist requires PhantomJS. See https://github.com/teampoltergeist/poltergeist#installing-phantomjs
brew install phantomjs
bundle install
bin/rake db:migrate db:seed
rails s
open http://localhost:3000
bin/rspec
MIT license.