LarryTX
unread,Mar 7, 2008, 12:56:19 PM3/7/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ActiveScaffold : Ruby on Rails plugin
When I save text data, on Create and Update, I end up with escape
codes in stored in the database. For instance, if I enter "Foo
Bar" (without the quotes), the field in the database ends up with "Foo
%20Bar". That's of course completely unacceptable. When I was using
RoR without the ActiveScaffold plugin, I never had that problem. Is
there any way to turn off that behavior in ActiveScaffold?