Skip to content

myzktkyk/replace-selectbox-sandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replace selectbox sandbox

Sample app for replacing selectbox options by ajax.

Image

How to setup

1. Install PhantomJS

Poltergeist requires PhantomJS. See https://github.com/teampoltergeist/poltergeist#installing-phantomjs

brew install phantomjs

2. Bundle install

bundle install

3. Set up initial data

bin/rake db:migrate db:seed

4. Run Rails server

rails s

5. Open browser

open http://localhost:3000

How to run test

bin/rspec

License

MIT license.

About

Sample app for replacing selectbox options by ajax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.8%
  • HTML 10.8%
  • SCSS 8.4%
  • Slim 6.9%
  • CoffeeScript 2.4%
  • JavaScript 1.7%