lazaronixon / authentication-zero

An authentication system generator for Rails applications.
MIT License
1.62k stars 53 forks source link

Status v3 #86

Closed johannesschobel closed 1 year ago

johannesschobel commented 1 year ago

Dear @lazaronixon ,

i noticed, that there is a v3-alpha release. Do you have an ETA for the 3.0 stable?

All the best, Johannes

lazaronixon commented 1 year ago

I'll be releasing it today since Rais 7.1 is done... 🎉

johannesschobel commented 1 year ago

that is awesome. Will there be an upgrade-path, or is it simply running

rails g authentication --flagX --flagY --flagZ

and then merging changes one by one?

All the best

lazaronixon commented 1 year ago

https://github.com/lazaronixon/authentication-zero/releases/tag/v3.0.0

lazaronixon commented 1 year ago

No update command by now. 🙁. You can run the command again or check what changed in the version.

johannesschobel commented 1 year ago

just a quick update on this one here: I successfully updated my app from 2.x to 3.0.

I just re-ran my rails g authentication --my --custom --flags command and then go through the git-diff and resolved all my merge-conflicts. Took about 1h - works like a breeze..

Thanks a lot!