Just an exercise with Rails 4
Build forms dynamically through CRUD interfaces
- Ruby 2.2.2
- Rails 4.2.1
- PostgreSQL 9.4
- PhantomJS 1.9.8 (used in tests)
# Setup PhantomJS 1.9.8 in mac with homebrew
brew install homebrew/versions/phantomjs198
- Run
bundle install - Prepare the database with
rake db:setup - Insert some data
rake db:seed - And finaly run the server with
rails s
- Just run
rspec
- Just run
bundle exec guard