-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirect to new profile path after sign up and show a message #175
Redirect to new profile path after sign up and show a message #175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, and I think this is a huge improvement for onboarding! Thank you so much for your contribution!
@ChaelCodes I was wondering if this project is still being actively developed? It's been a couple years since most of the issues were opened and was curious if it's back to being active? |
Thanks for asking! It is active! I tried to deploy it on stream today. I took a break for over a year because I was on maternity leave. Deployment didn't go so great this time due to some issues on fly.io's side, and it was previously deployed on Heroku, but when they changed their pricing tiers, they deleted my database, so I'm looking for a new more trustworthy hosting provider. |
I'm currently in the process of renaming it from ConfBuddies to HallwayTrack or HallwayTracks. HallwayTrack is a really nice name, but there are people squatting on .com, .io, and .xyz, and HallwayTracks is clear. |
You could try using Kamal and Digital Ocean/Hetzner! Found it to be a really simple and cheap way to deploy |
Description of Feature or Issue
closes #44
User is redirected to the new profile path after sign up and asked to create a profile in the welcome message. I think this makes the most sense in terms of the registration flow, instead of waiting for an error message or auto-filling the profile. Had to create a new registrations controller to change the redirect path for Devise.
Checklist
User-Facing Changes