Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redmine #163

Open
ashrafalzyoud opened this issue Sep 18, 2020 · 0 comments
Open

redmine #163

ashrafalzyoud opened this issue Sep 18, 2020 · 0 comments

Comments

@ashrafalzyoud
Copy link

config/application.rb
just i want check if my im do true or no

config.session_store :active_record_store,
   :key => '_redmine_session'
   


 if File.exists?(File.join(File.dirname(__FILE__), 'additional_environment.rb'))
   instance_eval File.read(File.join(File.dirname(__FILE__), 'additional_environment.rb'))
   ActiveRecord::SessionStore::Session.table_name = 'legacy_session_table'
   ActiveRecord::SessionStore::Session.primary_key = 'session_id'
   ActiveRecord::SessionStore::Session.data_column_name = 'legacy_session_data'
   ActiveRecord::SessionStore::Session.serializer = :json
 end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant