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 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/281590e000d3c517438a6befda7c795d%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
Colin Law
2013-Jul-18 12:18 UTC
Re: Edit account is not working in rails4(when using devise)
On 18 July 2013 11:22, mack gille <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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 received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/281590e000d3c517438a6befda7c795d%40ruby-forum.com. > For more options, visit https://groups.google.com/groups/opt_out. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvKhqi3KM1Eo8SRo8-3icfUanAzcyNRvFkc6MWPDWJnfQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
John Davalos
2013-Jul-18 16:39 UTC
Re: Edit account is not working in rails4(when using devise)
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. On Thu, Jul 18, 2013 at 5:18 AM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 18 July 2013 11:22, mack gille <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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 received this message because you are subscribed to the Google > Groups "Ruby on Rails: Talk" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/281590e000d3c517438a6befda7c795d%40ruby-forum.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvKhqi3KM1Eo8SRo8-3icfUanAzcyNRvFkc6MWPDWJnfQ%40mail.gmail.com > . > For more options, visit https://groups.google.com/groups/opt_out. > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAE%2BzMv9Bc2YhLuMgWkLx9XvpY0FNaBKkPdZarb7Zvdt_tCDV1A%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.