Playing around with rails 4
- Ruby 2.2.2
- Rails 4.2.1
- PostgreSQL
- 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
https://rails4-timesheet.herokuapp.com/
Admin access (/login):
User: [email protected]
Password: 123456