❤️💚💙💛🧡

37 posts

❤️💚💙💛🧡 banner
❤️💚💙💛🧡

❤️💚💙💛🧡

@heartcombo

Devise, Simple Form, Responders, and more OSS ❤️.

Katılım Haziran 2020
1 Takip Edilen239 Takipçiler
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
Devise v5.0.4 is out! Fixes a security issue with timeoutable and the Referrer header on non-GET requests. #504---2026-05-08" target="_blank" rel="nofollow noopener">github.com/heartcombo/dev…
English
0
0
5
397
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
Devise v5.0.3 released, fixing a security issue with (re)confirmable "change email" feature, which would allow confirming an email they don't own. #503---2026-03-16" target="_blank" rel="nofollow noopener">github.com/heartcombo/dev…
English
0
1
6
2.1K
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
Devise v5.0.1 released with a minor fix for auth translation keys in certain languages, introduced by v5. e.g. German E-Mail was being converted to E-mail in the flash message when auth was invalid. #501---2026-02-13" target="_blank" rel="nofollow noopener">github.com/heartcombo/dev…
English
0
1
3
210
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
@jslag gotcha... thanks for sharing! I'm using it on a work project (historical reasons I guess) and honestly I mostly ignore it, and fix things when it complains...
English
0
0
0
14
Joe Slag
Joe Slag@jslag·
@heartcombo I like the premise & tried it for a few weeks, but just couldn’t live with the aesthetics
English
1
0
0
19
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
Should we apply some rubocop / standard workflow across all projects? (devise, simple form, responders, etc.)
English
1
1
0
481
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
@jslag looks like it is getting the lead... any particular reason / issue you may be able to share?
English
1
0
0
23
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
Devise v5.0 rc was just released, with a ton of enhancements, bug fixes, and a few potential breaking changes too, including dropping support for older Ruby/Rails versions. Give it a try, and please report back if you hit anything. github.com/heartcombo/dev… Happy New Year! 🎇
English
0
1
1
148
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
SimpleForm v5.3.1 was just released, reverting a change that was meant to speed up input mapping lookup, since that broke some custom input lookup. #531" target="_blank" rel="nofollow noopener">github.com/heartcombo/sim…
English
0
1
4
530
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
Devise v4.9.4 was just released, with a fix to use the set I18n locale on some messages when redirecting to authentication via the failure app, plus CI running on Ruby 3.3.
English
0
1
3
620
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
We will also be dropping support to Rails versions < 6 and Ruby versions < 2.7 soon. If your app uses one of the soon-to-be-dropped Ruby/Rails versions, we strongly encourage to plan the upgrade.
❤️💚💙💛🧡@heartcombo

There are new released versions of Devise, Simple Form, Responders, Has Scope, Mail Form, and Show For, all with a green test suite on Rails 7.1, no changes required. Please report to the issues tracker if you run into any issues.

English
0
1
8
1.2K
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
There are new released versions of Devise, Simple Form, Responders, Has Scope, Mail Form, and Show For, all with a green test suite on Rails 7.1, no changes required. Please report to the issues tracker if you run into any issues.
English
0
7
43
4.1K
❤️💚💙💛🧡 retweetledi
Carlos Antonio
Carlos Antonio@cantoniodasilva·
I've got a Devise branch with Rails 7.1 tests green / deprecation free, if anyone wants to give it a try: github.com/heartcombo/dev… Note: This is based on the current v4.9.2, not main, and is likely going to become a `4-stable` branch going forward.
English
1
5
45
3.6K
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
We received report of another library that "broke" with release v4.9.1 due to relying on a `nodoc` / non-public method `Devise.activerecord51?`, so we released a new version v4.9.2 bringing that back with a deprecation warning, to make it easier for people to upgrade for now.
❤️💚💙💛🧡@heartcombo

It looks like this release broke `devise-security` due to usage of a `:nodoc:` (non-public) method that was removed/refactored: github.com/heartcombo/dev… If you run into issues and we can't get an update on devise-security (or some other library relying on that), let us know.

English
0
0
0
433
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
It looks like this release broke `devise-security` due to usage of a `:nodoc:` (non-public) method that was removed/refactored: github.com/heartcombo/dev… If you run into issues and we can't get an update on devise-security (or some other library relying on that), let us know.
English
0
0
2
618
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
Devise v4.9.1 released, fixing an issue with custom recall logic performing redirects in the failure app, improved support when both AR & Mongoid are loaded, respect per-model "sign_in_after_reset_password" config, and a couple other improvements. #491---2023-03-31" target="_blank" rel="nofollow noopener">github.com/heartcombo/dev…
English
2
4
22
2K
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
Devise will soon target a v5 with plans to drop support to older versions of Ruby/Rails, and other possible breaking changes.
English
0
0
18
792
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
Devise v4.9.0 was just released with improved Turbo integration out of the box. Please check the Changelog and the linked wiki there for more info on the upgrade, and report if you run into any issues. #490---2023-02-17" target="_blank" rel="nofollow noopener">github.com/heartcombo/dev…
❤️💚💙💛🧡@heartcombo

This is now on the main Devise branch. Hoping for a new release soon, but I'll let it sit there for a bit more in case someone still wants to give it a shot and provide any feedback.

English
6
17
90
33.9K
❤️💚💙💛🧡
❤️💚💙💛🧡@heartcombo·
This is now on the main Devise branch. Hoping for a new release soon, but I'll let it sit there for a bit more in case someone still wants to give it a shot and provide any feedback.
❤️💚💙💛🧡@heartcombo

Looking for some more volunteers to test Devise + Turbo integration: github.com/heartcombo/dev… Check the readme/changelog, and report back if you run into any issues. (please don't run this in production! at least not yet, you've been warned haha.) ❤️💜💛💚💙

English
0
3
18
8.1K