I've started trying to use the wysihat rich text editor from 37-
signals and everything is going well except that I get an error when
trying to save the text from the enhanced field to the database.  This
is from my log:

Processing InstructionsController#new (for 127.0.0.1 at 2009-02-25
06:04:57) [POST]
  Session ID:
BAh7CCIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
%0ASGFzaHsABjoKQHVzZWR7ADoMY3NyZl9pZCIlMjNkODY3MzA1YTVkMmQ2MTgw
%0AZDdhZTA1Y2I1OTZlZmI6CXVzZXJpCQ%3D%3D--
f732f8aee1da43652706372f3d32f66ce203b19b
  Parameters: {"commit"=>"Create", "instruction"=>
{"description"=>"first\nsecond\nthird"},
"authenticity_token"=>"88c467dd4b6f308ac40ebd2025a5193874f5ac0f",
"action"=>"new", "controller"=>"instructions"}
   [4;36;1mUser Columns (0.004000) [0m    [0;1mSHOW FIELDS FROM
`users` [0m
   [4;35;1mUser Load (0.000000) [0m    [0mSELECT * FROM `users` WHERE
(`users`.`id` = 4)  [0m
   [4;36;1mInstruction Columns (0.003000) [0m    [0;1mSHOW FIELDS FROM
`instructions` [0m
   [4;35;1mSQL (0.000000) [0m    [0mBEGIN [0m
   [4;36;1mInstruction Create (0.000000) [0m    [0;1mINSERT INTO
`instructions` (`start_day`, `title`, `description`, `appointment_id`,
`frequency`) VALUES(NULL, NULL, 'first\nsecond\nthird', NULL, NULL) 
[0m
   [4;35;1mSQL (0.063000) [0m    [0mCOMMIT [0m


NoMethodError (You have a nil object when you didn't expect it!
The error occurred while evaluating nil.call):

How do I go about saving text from this field to the database?  Does
it save it as html markup?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to