a-thousand-channels / ORTE-backend

Application for creating and managing places (or "Orte") on a map
GNU General Public License v3.0
2 stars 3 forks source link

Increase Session size for larger CSV Files #327

Closed ut closed 2 months ago

ut commented 2 months ago

.... since the CSV import loads the file in the current session to allow validation and preview before storing, the default cookie based session storage will be execeeded by seven or eight entries.

Solution: Use ActiveStorage Sessions. (gem 'activerecord-session_store')

rails g active_record:session_migration