relic wasnt it, debug prod

This commit is contained in:
Torsten Ruger 2016-05-20 00:15:53 +03:00
parent 65cd8e13b5
commit 2926f7ec89
3 changed files with 6 additions and 1 deletions

View File

@ -59,5 +59,5 @@ group :test do
end
group :production do
gem "mysql2"
# gem 'newrelic_rpm'
gem 'newrelic_rpm'
end

View File

@ -219,6 +219,7 @@ GEM
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.1.1)
newrelic_rpm (3.15.2.317)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
normalize-rails (3.0.3)
@ -393,6 +394,7 @@ DEPENDENCIES
jquery-rails
launchy
mysql2
newrelic_rpm
poltergeist
puma
pundit

View File

@ -1,5 +1,8 @@
module Admin
class CoursesController < Admin::ApplicationController
def page
"Courses"
end
# To customize the behavior of this controller,
# simply overwrite any of the RESTful actions. For example:
#