Aaric Pittman
Aaric Pittman
Why do we not consistently cast `to_state` to a symbol when checking if it is included in the `transition.to`? * https://github.com/aasm/aasm/blob/ee147c60bc4ba356e0e8ce0ffa3f69d0476f8ce8/lib/aasm/core/event.rb#L140 * https://github.com/aasm/aasm/blob/ee147c60bc4ba356e0e8ce0ffa3f69d0476f8ce8/lib/aasm/core/event.rb#L149
I'm trying to access both databases in a secondbase migration to transfer data between the two. Unfortunately, ActiveRecord::Base.connection is pointing at the same connection as SecondBase::Base.connection. Thoughts on how I...
What is the reasoning behind only storing the path for the `x_return_to`, [store_location.rb](https://github.com/heartcombo/devise/blob/6d32d2447cc0f3739d9732246b5a5bde98d9e032/lib/devise/controllers/store_location.rb#L36-L41) I've got a use case where the user's original request is on a different subdomain than where...
**Is your feature request related to a problem? Please describe.** When in `ldd` mode, I would like to be able to manually clear the in-memory cache rather than wait for...