Sha256: bd2f42e9ee58db82302481c40bb1f72097466715c8e27db88e06a845fdc90e26
Contents?: true
Size: 758 Bytes
Versions: 13
Compression:
Stored size: 758 Bytes
Contents
ActiveSupport::Dependencies.load_once_paths << lib_path if config.respond_to?(:gems) config.gem "mbleigh-acts-as-taggable-on", :source => "http://gems.github.com", :lib => "acts-as-taggable-on" else begin require 'acts-as-taggable-on' rescue LoadError begin gem 'mbleigh-acts-as-taggable-on' rescue Gem::LoadError puts "Please install the acts-as-taggable-on gem from http://gems.github.com" end end end I18n.load_path += Dir[ File.join(File.dirname(__FILE__), '..', 'locales', '*.{rb,yml}') ] ENV['APP_AVAILABLE_LOCALES'] = "^en|es|fr|nl|ja|de|ru|zh" ENV['APP_DEFAULT_LOCALE'] = 'en' require 'muck_raker' require 'muck_raker/initialize_routes' config.to_prepare do ApplicationController.helper(MuckRakerHelper) end
Version data entries
13 entries across 13 versions & 1 rubygems