TalentBox / sequel-rails

A gem for using Sequel with Rails 5.x, 6.x, 7.x
http://talentbox.github.io/sequel-rails/
MIT License
326 stars 81 forks source link

feat: add db:sessions clear and trim rake tasks #170

Closed mjc-gh closed 5 years ago

mjc-gh commented 5 years ago

This PR adds some rake tasks for managing the sessions table (db:sessions:clear and db:sessions:trim). This tasks are very similar to the ones found in ActiveRecord::SessionStore.

JonathanTron commented 5 years ago

Hi @mjc-gh, thanks for the great PR.