.gitignore | |
|
|
.rspec | |
|
|
.ruby-version | |
|
|
.travis.yml | |
|
|
Capfile | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
Procfile | |
|
|
README.md | |
|
|
Rakefile | |
|
|
Vagrantfile | |
|
|
app/controllers/allocations_controller.rb | 56 | A 2 hrs |
|
app/controllers/analytics_controller.rb | 31 | A 0 mins |
|
app/controllers/announcements_controller.rb | 16 | A 0 mins |
|
app/controllers/application_controller.rb | 6 | A 0 mins |
|
app/controllers/authenticated_controller.rb | 3 | A 0 mins |
|
app/controllers/buckets_controller.rb | 80 | A 2 hrs |
|
app/controllers/comments_controller.rb | 29 | A 0 mins |
|
app/controllers/concerns/token_authentication.rb | 26 | A 45 mins |
|
app/controllers/contributions_controller.rb | 51 | A 0 mins |
|
app/controllers/groups_controller.rb | 64 | A 0 mins |
|
app/controllers/memberships_controller.rb | 109 | A 55 mins |
|
app/controllers/overrides/sessions_controller.rb | 43 | A 2 hrs |
|
app/controllers/subscription_trackers_controller.rb | 19 | A 0 mins |
|
app/controllers/users_controller.rb | 94 | A 55 mins |
|
app/extras/deliver_check_transactions_email.rb | 7 | A 0 mins |
|
app/extras/deliver_recent_activity_emails.rb | 28 | A 0 mins |
|
app/mailers/user_mailer.rb | 103 | A 0 mins |
|
app/models/account.rb | 16 | A 0 mins |
|
app/models/allocation.rb | 22 | A 0 mins |
|
app/models/announcement.rb | 10 | A 0 mins |
|
app/models/announcement_tracker.rb | 3 | A 0 mins |
|
app/models/anomaly.rb | 3 | A 0 mins |
|
app/models/bucket.rb | 154 | A 3 hrs |
|
app/models/comment.rb | 16 | A 0 mins |
|
app/models/concerns/token_authenticable.rb | 20 | A 0 mins |
|
app/models/contribution.rb | 40 | A 0 mins |
|
app/models/group.rb | 103 | A 1 hr |
|
app/models/membership.rb | 83 | A 0 mins |
|
app/models/subscription_tracker.rb | 4 | A 0 mins |
|
app/models/transaction.rb | 3 | A 0 mins |
|
app/models/user.rb | 70 | A 0 mins |
|
app/serializers/allocation_serializer.rb | 10 | A 0 mins |
|
app/serializers/announcement_serializer.rb | 9 | A 0 mins |
|
app/serializers/bucket_serializer.rb | 21 | A 0 mins |
|
app/serializers/comment_serializer.rb | 11 | A 0 mins |
|
app/serializers/contribution_serializer.rb | 9 | A 0 mins |
|
app/serializers/group_serializer.rb | 19 | A 0 mins |
|
app/serializers/membership_serializer.rb | 13 | A 0 mins |
|
app/serializers/subscription_tracker_serializer.rb | 4 | A 0 mins |
|