No description
  • Ruby 69%
  • HTML 24.2%
  • JavaScript 3.3%
  • SCSS 2.9%
  • CoffeeScript 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonathan Arnett c65f1f9269
Merge pull request #154 from J3RN/dependabot/bundler/bootstrap-sass-3.4.1
[Security] Bump bootstrap-sass from 3.3.7 to 3.4.1
2019-05-06 13:05:57 -04:00
app Remove report page 2018-11-15 01:17:05 -05:00
bin Revise setup script and instructions 2018-03-30 18:59:53 -04:00
config Remove report page 2018-11-15 01:17:05 -05:00
db Update seeds to fix login issue 2018-11-15 00:59:48 -05:00
lib Add Rubocop and try to make it happy 2018-03-30 23:12:49 -04:00
public Um.. Stuff 2015-01-23 15:49:15 -05:00
test Remove report page 2018-11-15 01:17:05 -05:00
vendor/assets Initial commit 2015-01-08 09:06:06 -05:00
.gitignore gitignore fix 2017-09-01 23:14:53 -04:00
.rubocop.yml Add Rubocop and try to make it happy 2018-03-30 23:12:49 -04:00
.travis.yml Update to Ruby 2.5.1 2018-07-04 17:29:49 -04:00
Capfile Add Rubocop and try to make it happy 2018-03-30 23:12:49 -04:00
config.ru Initial commit 2015-01-08 09:06:06 -05:00
Gemfile [Security] Bump rails from 5.1.6 to 5.1.7 2019-03-31 22:58:33 +00:00
Gemfile.lock [Security] Bump bootstrap-sass from 3.3.7 to 3.4.1 2019-05-06 16:56:36 +00:00
Guardfile Add Rubocop and try to make it happy 2018-03-30 23:12:49 -04:00
LICENSE Added LICENSE 2016-02-18 17:32:28 -05:00
Rakefile Add Rubocop and try to make it happy 2018-03-30 23:12:49 -04:00
README.md Update to Ruby 2.5.1 2018-07-04 17:29:49 -04:00

Time Tracker

Join the chat at https://gitter.im/J3RN/timesheet Travis CI badge Maintainability Test Coverage

This is an application that I wrote long ago, but have since repurposed to play a critical role as my To-Do List and time tracker. I have found it to be exceptionally useful, and I hope you will as well.

Prerequisites

Setup

  1. Clone this repository.
git clone https://github.com/J3RN/timesheet.git
  1. Enter the directory.
cd timesheet
  1. Run the setup script.
./bin/setup
  1. Start the server.
bundle exec rails server

You can now see the application running on your machine by visiting http://localhost:3000.

Testing

  • Tests can be run using rake test.
  • To see the test coverage, open coverage/index.html in your browser after running the tests.