search for: super_inplace_control

Displaying 1 result from an estimated 1 matches for "super_inplace_control".

Did you mean: super_inplace_controls
2008 Jan 08
1
Rails 2.x CalendarDateSelect
...It seems that rails does not realize the plugin has been installed. Does anyone have any thoughts as to what is happening here. STEPS 1. Installed the SuperInplaceControls (the rails 2 version of CalendarDateSelect) ruby script/plugin install http://super-inplace-controls.googlecode.com/svn/trunk/super_inplace_controls/ 2. Confirmed that the plugin was installed to /vendor/plugins/ super_inplace_controls 3. Updated the edit view accordingly <% form_for(@advert) do |f| %> <%= f.calendar_date_select :start_at, :embedded => true %> <% end %> OUTPUT JavaScript Error: `CalendarDat...