search for: form_form

Displaying 3 results from an estimated 3 matches for "form_form".

Did you mean: form_for
2011 Jan 05
16
Nicedit (rich text editor)
Hello, I''m trying to use Nicedit to improve my text_areas in some views of my project. I have installed jquery: ruby script/plugin install git://github.com/aaronchi/jrails.git nicEdit plugin: ruby script/plugin install git://github.com/sergio-fry/Simple-nicEdit.git Add js in layout: <%= javascript_include_tag ''nicEdit'', ''nicEditInit'' %> Use it
2006 Sep 01
0
time_zone_select Doesn't Update in Save
I am using time_zone_select for the first time: <%= form.time_zone_select(''default_timezone'') %> I have an instance variable called user and that model has an attribute called ''default_timezone''. This is all inside a nice form_form construct. The list of time zones displays and when I submit the form, I see it sends the data: Parameters: {"user"=>{"auto_update_map"=>"1", "default_timezone"=>"London"}, "device"=>{"81"=>{"nickname"=...
2007 Aug 26
0
form_for not translating into the same controller/action
I have a form_for tag in my view: <%form_form :network, :controller => :network, :action => :create do | form|%> which is translating into the following when I view the source: <form action="/network/my_networks" method="post"> Why would this be happening? Thanks, Scott --~--~---------~--~----~--------...