Commit
97ae8d259fa0a197fd18f151ebc1bcbdbd198b5f
Exists in
master
and in
20 other branches
add_member_task_reject_details, admin_visible_profile, community_notifications, fix_comments_pagination, fix_rails4_organization_ratings, fix_sign_up_form, follow_step_fix, forum_topic_creation, mirror_block_improvements, multi_env_on_remote_user, new_security, organization_ratings_improvements, profile_api_improvements, ratings_minor_fixes, send_email_to_admins, stable-spb-1.4, stable-spb-1.5, suggest_rejected_value, web_steps_improvements, xss_terminate_custom_options
rails4: port to new session_store
1
| ActionDispatch::Reloader.to_prepare do |
1
| ActionDispatch::Reloader.to_prepare do |
2
| - ActiveRecord::SessionStore.session_class = Session |
2
| + ActionDispatch::Session::ActiveRecordStore.session_class = Session |
3
| end |
3
| end |
4
| |
4
| |