[Rails] Re: Saving rich text to the database

2009-02-25 Thread Sarah Mei
Couple of questions: first, what happens if you copy and paste the insert SQL into your database and run it (i.e., are you sure the SQL works on your db)? Second, what is in your log after the NoMethodError message? --~--~-~--~~~---~--~~ You received this message

[Rails] Re: Saving rich text to the database

2009-02-25 Thread Dave L
I've been trying to figure this out and I don't think its an issue with the database. When the form is submitted, its contents are blank everytime, so it is not submitting correctly. I have made a pastie with my console output, ignore the template error, I am just trying to get it to submit the

[Rails] Re: Saving rich text to the database

2009-02-25 Thread Dave L
Okay I figured it out. I emailed Josh, the author of the library and this was his response: If you using the 0.1 release it should automatically sync the description textarea and the rich text area. In on the latest version, I disabled this feature by default because it was slowing alot of