The other alternative is to use config.active_record.whitelist_attributes = false
in your config/application.rb If you do this, make sure you have your Hobo permissions set up to adequately protect you against malicious mass-assignation. Bryan On Thu, Aug 23, 2012 at 9:48 AM, umuro <[email protected]> wrote: > Yes > In user.rb add this line to the class > >> attr_accessible :name, :email_address > > > > On Thursday, August 23, 2012 2:02:17 PM UTC+2, umuro wrote: >> >> I tried both field-list-v1 and feckless-fieldset merge . None of the form >> fields are rendered. Therefore in a new application the front page asking >> for admin user does not have any fields. Trial blows out... >> >> Is there a workaround? >> > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/hobousers/-/3_Pxlu22QpoJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
