-
- Downloads
Update .ruby-version - initial config was specific to a custom install
(cherry picked from commit 29a227dc)
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- .idea/Group10HabitTracker.iml 14 additions, 0 deletions.idea/Group10HabitTracker.iml
- Gemfile 2 additions, 0 deletionsGemfile
- Gemfile.lock 29 additions, 4 deletionsGemfile.lock
- app/assets/javascripts/application.js 3 additions, 0 deletionsapp/assets/javascripts/application.js
- app/assets/javascripts/habit.coffee 3 additions, 0 deletionsapp/assets/javascripts/habit.coffee
- app/assets/javascripts/habit_form.coffee 3 additions, 0 deletionsapp/assets/javascripts/habit_form.coffee
- app/assets/stylesheets/application.scss 82 additions, 10 deletionsapp/assets/stylesheets/application.scss
- app/assets/stylesheets/habit.scss 3 additions, 0 deletionsapp/assets/stylesheets/habit.scss
- app/assets/stylesheets/habit_form.scss 3 additions, 0 deletionsapp/assets/stylesheets/habit_form.scss
- app/assets/stylesheets/index_styles.scss 35 additions, 0 deletionsapp/assets/stylesheets/index_styles.scss
- app/controllers/habits_controller.rb 71 additions, 0 deletionsapp/controllers/habits_controller.rb
- app/controllers/home_controller.rb 4 additions, 0 deletionsapp/controllers/home_controller.rb
- app/helpers/application_helper.rb 13 additions, 0 deletionsapp/helpers/application_helper.rb
- app/helpers/habit_form_helper.rb 2 additions, 0 deletionsapp/helpers/habit_form_helper.rb
- app/helpers/habit_helper.rb 2 additions, 0 deletionsapp/helpers/habit_helper.rb
- app/helpers/habits_helper.rb 2 additions, 0 deletionsapp/helpers/habits_helper.rb
- app/models/goal.rb 1 addition, 1 deletionapp/models/goal.rb
- app/models/tracking_entry.rb 16 additions, 0 deletionsapp/models/tracking_entry.rb
- app/views/devise/confirmations/new.html.erb 16 additions, 0 deletionsapp/views/devise/confirmations/new.html.erb
Loading
Please register or sign in to comment