The idea of this project came after wasting a lot of our time, tracking hours with old Enterprise ERP software. We decided we wanted a faster and easier way to track our working hours.
After a few months we launched a free single user version and a paid one for a multi-user account. Now, we have decided to open source it!!! Feel free to install it, use it and, why not?, improve it! :)
- Our app uses Ruby 2.1.10 & Rails 4.1.11
- We also use Redis 2.X or higher.
- Our Database is PostgreSQL 9.3 or higher
- rake db:create
- rake db:schema:load
- rake spec #to run all tests and see they are passing! :)
Yes! You can use it at imput-pro.herokuapp.com
The source code is licensed under GPL v3. License is available here.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request