- Rails Plugins
- super_in_place_controls
- acts_as_keywordable
- acts_as_noteable
- jakes_toolbox
- OS ActionScript
- BetterFLV
Dec 10: SuperInPlaceControls plugin for Rails 2.0 released.
script/plugin install http://super-inplace-controls.googlecode.com/svn/trunk/super_inplace_controls
Add "in_place_styles" to your stylesheet_link_tag call
example:
<%= stylesheet_link_tag "main", "blah", "in_place_styles" %>
Add
inplace_error_div
to the pages you want to in_place_edit on. This will be the div that errors get added to. We recommend putting it in the layout so you dont have to remember to show it.
Add
calendar_date_select_includes "blue"
to the pages you want to use the calendar select on. The other styles for the calendar_date_select are "blue", "plain", "red", "silver", "default"