Skip to content

codedry/Hours

 
 

Repository files navigation

Hours

Build Status

System Dependencies

  • Ruby 2.1.0 (install with rbenv)
  • Rubygems
  • Bundler (gem install bundler)
  • PostgreSQL
  • qmake (brew install qt) or read extensive instructions here

Getting Started

This repository comes equipped with a self-setup script:

% ./bin/setup

For local mail support you need to enter your gmail address and password in .env file.

GMAIL_USERNAME="example@mail.com"
GMAIL_PASSWORD="password"

After setting up, you can run the application using foreman:

% foreman start

Since we're using subdomains to point to accounts, you can't run the app on localhost. If you have pow set up, it will be automatically configured by the setup script, otherwise you need to point apache/nginx to the port foreman is running the app on (7000 by default). With pow the app will run on http://hours.dev

Guidelines

  • Write specs!
  • Develop features on dedicated feature branches, feel free to open a PR while it's still WIP
  • Please adhere to the Github ruby styleguide
  • All code and commit messages should be in English
  • Commit messages are written in the imperative with a short, descriptive title. Good => Return a 204 when updating a question, bad => Changed http response or I updated the http response on the update action in the QuestionController because we're not showing any data there. The first line should always be 50 characters or less and that it should be followed by a blank line.

About

Time registration that doesn't suck

Resources

License

Stars

Watchers

Forks

Packages

No packages published