Skip to content

Playing around with rails 4

Notifications You must be signed in to change notification settings

bsoares/timesheet

Repository files navigation

Code Climate Test Coverage

Timesheet

Playing around with rails 4

Dependencies

  • 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

Running the Application

  1. Run bundle install
  2. Prepare the database with rake db:setup
  3. Insert some data rake db:seed
  4. And finaly run the server with rails s

Running Tests

  • Just run rspec

Running Guard with Robocop

  • Just run bundle exec guard

Demo

https://rails4-timesheet.herokuapp.com/

Admin access (/login):

User: [email protected]

Password: 123456

About

Playing around with rails 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages