Sha256: 36e16c380ef1dee2216d3c683c7ed9697d8c59cc2c64e7c5cf35cfaa2566b5f8

Contents?: true

Size: 308 Bytes

Versions: 4

Compression:

Stored size: 308 Bytes

Contents

require 'config/boot'

Rails::Initializer.run do |config|
  config.plugin_paths << '..'
  config.plugins = %w(state_machine has_messages)
  config.cache_classes = false
  config.whiny_nils = true
  config.action_controller.session = {:key => 'rails_session', :secret => 'd229e4d22437432705ab3985d4d246'}
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
pluginaweek-has_messages-0.4.0 test/app_root/config/environment.rb
has_messages_huacnlee-0.4.1 test/app_root/config/environment.rb
has_messages-0.4.1 test/app_root/config/environment.rb
has_messages-0.4.0 test/app_root/config/environment.rb