Skip to content

Commit

Permalink
Remove references to Localeapp from Forem
Browse files Browse the repository at this point in the history
Too much trouble than it's worth
  • Loading branch information
radar committed Sep 18, 2013
1 parent 2895ac3 commit 44e45e2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -11,5 +11,4 @@ tmp
spec/dummy
*.rbc
*.tmproj
.localeapp
Gemfile.lock
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -8,7 +8,6 @@ gem 'pry-rails'
gem 'pry-nav'
gem 'cancan', git: "https://github.com/nukturnal/cancan.git"
gem 'friendly_id', github: "FriendlyId/friendly_id"
gem 'localeapp'

platforms :jruby do
gem "activerecord-jdbc-adapter", :require => false
Expand Down
1 change: 0 additions & 1 deletion forem.gemspec
Expand Up @@ -27,6 +27,5 @@ Gem::Specification.new do |s|
s.add_dependency 'workflow', '0.8.0'
s.add_dependency 'gemoji', '= 1.1.2'
s.add_dependency 'decorators', '~> 1.0.2'
s.add_dependency 'localeapp'
s.add_dependency 'select2-rails', '3.4.3'
end
1 change: 0 additions & 1 deletion lib/forem.rb
Expand Up @@ -8,7 +8,6 @@
require 'workflow'

require 'decorators'
require 'localeapp'

module Forem
mattr_accessor :base_path, :user_class, :theme, :formatter,
Expand Down
10 changes: 0 additions & 10 deletions lib/forem/engine.rb
Expand Up @@ -19,16 +19,6 @@ def root
forem/admin/members.js
]
end

initializer "forem.localeapp", :before => :load_config_initializers do
require 'localeapp/rails'

Localeapp.configure do |config|
config.polling_environments = []
config.reloading_environments = []
config.sending_environments = []
end
end
end
end

Expand Down

0 comments on commit 44e45e2

Please sign in to comment.