after pulling in latest master, small bug in the edit profile page?
william hancharek•
After I pulled in master recently, the form was updated to the below code. Was wondering if it was just my local code that was messing stuff up or if this problem existed for everyone?
william hancharek•
code line is https://github.com/jumpstart-pro/jumpstart-pro/blob/master/app/views/devise/registrations/edit.html.erb#L51
Alexander Cohen•
I've been trying to debug a few issues similar to this. There is potentially something in the last few merges that have messed up the CSS and Javascript... my forms are all selecting the last element of the form and hijacking the update method with the delete action...
Julien•
Alexander Cohen
you might have scaffolded this when there was a bug: https://github.com/jumpstart-pro/jumpstart-pro/issues/143. Probably need to manually edit your view / try to scaffold again.