Edit account is not working in rails4(when using devise)
30 views
Skip to first unread message
mack gille
unread,
Jul 18, 2013, 10:22:08 AM7/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
I am using devise.when i use rails3 the edit account is working fine
even add some new fields.But in rails4 it is not working.
If anyone have the solution.let me know..
Thanking you
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
On 18 July 2013 11:22, mack gille <li...@ruby-forum.com> wrote:
> I am using devise.when i use rails3 the edit account is working fine
> even add some new fields.But in rails4 it is not working.
Have a look at the Rails Guide on Debugging. That will show you
techniques you can use to debug your code.
Colin
> If anyone have the solution.let me know..
> Thanking you
>
> --
> Posted via http://www.ruby-forum.com/.
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
it might help to know what exactly happens in rails 4. what does the logs say, is there an error. you might be trying to do mass assignment, but you need to use strong parameters instead.