Martin Tomov
Martin Tomov
I can confirm the exact reported issue, and that downgrading to 1.26.1 fixes the issue. Thank you all for the dig in to the cause and the suggested temporary fix!
Thank you guys for the suggested solution! It works.
Hi, Adding a "transition" effect to a modal can be achieved rather easily by adding an animation class like `anim-scale-in` directly to the modal body. Example: ```erb .hidden.animated.anim-scale-in.fixed.inset-0.overflow-y-auto.flex.items-center.justify-center data-modal-target="container" data-action="click->modal#closeBackground...
Works fine for me with Rails 6! Just added this piece to _actually_ deliver the email, and not just enqueue it. ```ruby around { |example| perform_enqueued_jobs(&example) } ``` I use...
Thanks @mladenilic for looking over. I guess indeed you're right that there's only one place referring to the return value of the method being user instead of authentication: https://github.com/Sorcery/sorcery/blob/c30cefa751c364ee20b361eb63a766f782b69e5e/spec/rails_app/app/controllers/sorcery_controller.rb#L448-L452 Happy...
Thanks for your feedback @mladenilic . All amended as talked about. Let me know if you'd like me to change anything else. Will be happy to. Thanks!
Hey, I had to remove `inject({ jquery: "jquery" })` to get rid of the automatic inject. ```js plugins: [ babel(), resolve(), commonjs(), // inject({ // jQuery: "jquery" // }) ],...
I'm sure you will have a hard time finding someone to disagree with you : ) In general, on those matter, I'd advise to just pure steel the UX from...
I'd also be in favour of having this functionality built in. Best if the matching file opens in a new editor to the right. Thank you
Thanks @bwl21 - that was very useful!