mirror of
https://github.com/wahyd4/Libr.git
synced 2026-08-09 04:46:07 +10:00
remove online log service
This commit is contained in:
@@ -51,7 +51,6 @@ gem 'acts_as_commentable_with_threading'
|
||||
|
||||
gem 'gravatar-ultimate'
|
||||
gem 'sidekiq'
|
||||
gem 'le'
|
||||
|
||||
# gem 'awesome_nested_set'
|
||||
gem 'awesome_nested_set', '3.0.0.rc.3'
|
||||
|
||||
@@ -171,7 +171,6 @@ GEM
|
||||
kgio (2.9.2)
|
||||
launchy (2.4.2)
|
||||
addressable (~> 2.3)
|
||||
le (2.2.9)
|
||||
machinist (2.0)
|
||||
mail (2.5.4)
|
||||
mime-types (~> 1.16)
|
||||
@@ -356,7 +355,6 @@ DEPENDENCIES
|
||||
gravatar-ultimate
|
||||
jquery-rails
|
||||
kgio
|
||||
le
|
||||
machinist
|
||||
memcachier
|
||||
newrelic_rpm
|
||||
|
||||
@@ -4,8 +4,3 @@ require File.expand_path('../application', __FILE__)
|
||||
# Initialize the rails application
|
||||
Libr::Application.initialize!
|
||||
|
||||
if Rails.env.development?
|
||||
# Rails.logger = Le.new('32df6983-8040-4c6b-b42b-508e490af4b5', debug: true)
|
||||
else
|
||||
Rails.logger = Le.new('32df6983-8040-4c6b-b42b-508e490af4b5')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user