-
- Downloads
Add impersonation and logging to help diagnose #271
Showing
- Gemfile 1 addition, 2 deletionsGemfile
- Gemfile.lock 7 additions, 6 deletionsGemfile.lock
- Procfile 0 additions, 2 deletionsProcfile
- app/assets/javascripts/student_quizzes.js 5 additions, 5 deletionsapp/assets/javascripts/student_quizzes.js
- app/controllers/answers_controller.rb 1 addition, 2 deletionsapp/controllers/answers_controller.rb
- app/controllers/application_controller.rb 23 additions, 1 deletionapp/controllers/application_controller.rb
- app/controllers/dontknow_controller.rb 1 addition, 2 deletionsapp/controllers/dontknow_controller.rb
- app/controllers/hints_controller.rb 2 additions, 3 deletionsapp/controllers/hints_controller.rb
- app/controllers/impersonate_controller.rb 12 additions, 0 deletionsapp/controllers/impersonate_controller.rb
- app/controllers/new_quiz_controller.rb 0 additions, 2 deletionsapp/controllers/new_quiz_controller.rb
- app/controllers/quiz_template_controller.rb 3 additions, 6 deletionsapp/controllers/quiz_template_controller.rb
- app/controllers/quiz_templates_controller.rb 1 addition, 2 deletionsapp/controllers/quiz_templates_controller.rb
- app/controllers/score_controller.rb 0 additions, 1 deletionapp/controllers/score_controller.rb
- app/controllers/student_quizzes_controller.rb 0 additions, 2 deletionsapp/controllers/student_quizzes_controller.rb
- config/routes.rb 2 additions, 55 deletionsconfig/routes.rb
- scripts/run-server.sh 1 addition, 1 deletionscripts/run-server.sh
... | ... | @@ -18,7 +18,7 @@ gem 'coffee-rails', '~> 4.2.2' |
# gem 'therubyracer', platforms: :ruby | ||
gem 'autoprefixer-rails' | ||
gem 'bootstrap-sass', '~> 3.2.0' | ||
gem 'bootstrap-sass', '~> 3.3' | ||
# Use jquery as the JavaScript library | ||
gem 'jquery-rails' | ||
... | ... | @@ -87,7 +87,6 @@ gem 'mongoid-autoinc', '~> 6.0' # >5.0 required for Mongoid 5 |
gem 'data_uri' | ||
# Web Stack | ||
gem 'foreman', '~> 0.84.0' | ||
gem 'rack-rewrite', '~> 1.5.1' | ||
gem 'thin', '~> 1.7.2' | ||
... | ... |
Procfile
deleted
100644 → 0
app/controllers/impersonate_controller.rb
0 → 100644
Please register or sign in to comment