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 Ruby on Rails: Talk
Hi,
rails g scaffold gform name:string attribute:string value:string
I need to use the attribute column. But I get ActiveRecord error. I solved this by safe_attibut gem. This time the "wrong number of arguments (0 for 1)" I received the warning. Error in <% = f.text_field: attribute%> show this line. The solution to this series?
Respects
Colin Law
unread,
Nov 4, 2015, 7:50:03 AM11/4/15
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 Ruby on Rails: Talk
f.text_field: attribute
Is not valid ruby syntax. There should not be a : immediately after text_field.
Have you worked right through the railstutorial.org tutorial as was
suggested by more than one person the last time you asked a question
here?
Colin
Message has been deleted
Message has been deleted
Emrah Yıldırım
unread,
Nov 4, 2015, 8:38:48 AM11/4/15
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 Ruby on Rails: Talk
It has been an error in copying. actually issue "attribute" on Rails "attribute" does not allow the word. But I have to use it.
4 Kasım 2015 Çarşamba 14:50:03 UTC+2 tarihinde Colin Law yazdı: