I get a complaint about purchase, price_in_cents and response not mass assigned, i ended up disabling it after many attempts but obviously running Brakeman brings back the issues. How can i add these to my attr_accessible?
I tried this for some reason. my index.js.erb is not being listened to but i see it on my terminal " Processing by BusinessesController#index as HTML" .
All the products (businesses) are being loaded at once. I am not sure what i'm missing, any ideas?
Thanks Ryan for this. I had tried the gem before you release this tut and i love it straight off. I have a little problem, maybe you have the answer. How do i add a different role? like user. I have tried following the device way. rails generate devise:views users but it doesn't seem to work. Any ideas?
Thank you for sharing
I think you want to do this
I might be wrong.
Maybe the walk through videos should be free.
Use #cbmeeks code above
I like what you did here. This was bothering me too
Nice, trying it out right away. Since im the first one here, i might be lucky and get a response. :)
I have disabled mass assignment on my shopping cart because i am using this
I get a complaint about purchase, price_in_cents and response not mass assigned, i ended up disabling it after many attempts but obviously running Brakeman brings back the issues. How can i add these to my
attr_accessible
?Did you guys figure this out?
or
errors[:base] << message
If you start psql using this command
'pg_ctl -D /usr/local/var/postgres -l logfile start'
You will be able to run the RVM version just installed. Not sure if this is correct but just worked for me
@Sergey Averyanov Do you know what they say about guys who claim to have big guns?
Nice. i like the vote up thingy..... Just out of curiosity how come you are not precompiling your assets for better performance?
+1, thanks Ryan Bates. This is awesome
I like your approach. Thanks for sharing.
Are you sorted?
Thanks for this. Helped me out on Rails 3.1
I am trying this example on Rails 3.1 and i get an error
< %= render @message.parent if @message.parent % >
Missing partial messages/message with {:handlers=>[:erb, :builder, :coffee], :formats=>[:html], :locale=>[:en, :en]}. Searched in:
Can someone help?
Interesting, i was appending a class instead on an id and that was causing the problem. I didn't think this mattered at all. Strange.
I tried this for some reason. my index.js.erb is not being listened to but i see it on my terminal " Processing by BusinessesController#index as HTML" .
All the products (businesses) are being loaded at once. I am not sure what i'm missing, any ideas?
pulpo did you figure out how to fix this on your local machine using mysql?
I take it back, i figured it out.
Thanks Ryan, i have been looking for this. You are the best. How can one use this with tinymce or allow some HTML?
Thanks for this, it also works perfect in Rails 3.1
Thanks Jakub, i was stuck and you came through for me.
Thanks Ryan for this. I had tried the gem before you release this tut and i love it straight off. I have a little problem, maybe you have the answer. How do i add a different role? like user. I have tried following the device way.
rails generate devise:views users
but it doesn't seem to work. Any ideas?