Work in progress: has_many_polymorphs does not work with rails 3.2 because of intrusive changes in rails internals. I think we need to rip out this dependency...

This commit is contained in:
Reinier Balt 2012-04-05 22:19:47 +02:00
parent a83c8b3f92
commit 86afd42148
162 changed files with 704 additions and 8724 deletions

View file

@ -34,4 +34,12 @@ Tracksapp::Application.configure do
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
# Unique cookies and use cookies for session
# config.action_controller.session_store = :cookie_store
# config.action_controller.session = { :key => 'TracksTest', :secret => SITE_CONFIG['salt'] * (30.0 / SITE_CONFIG['salt'].length).ceil }
SITE_CONFIG['salt'] ||= 'change-me'
config.time_zone = 'UTC'
end