Started inital migration to rails 3.2

This commit is contained in:
2013-01-19 01:14:55 -05:00
parent 64aff15deb
commit a9a4cd892f
98 changed files with 968 additions and 363 deletions

View File

@@ -1,8 +1,8 @@
# Be sure to restart your server when you modify this file.
Community::Application.config.session_store :cookie_store, :key => '_community_session'
Community::Application.config.session_store :cookie_store, key: '_forum_session'
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session table with "rails generate session_migration")
# Community::Application.config.session_store :active_record_store
# Forum::Application.config.session_store :active_record_store