RightRails 0.6.0 Is Out
The next version of the RightRails plugin with all the fresh builds and new features is out!
- All the fresh builds of RightJS and modules
- The resizable unit support helper
<% resizable :direction => :bottom do %>
Some content in here
<% end -%>
- The colorpicker unit support helpers
<% form_for(@zing) do |f| %>
<%= f.colorpicker_field :the_color %>
<% end %>
- The RR.insert and RR.insert_and_care methods now can receive an optional position where to insert the new element. You can tweak the default value at the RR.Options.insertPosition variable.
- The new elements insertion process now supports visual effects. It's the 'fade' effect by default, but you can tweak it with the RR.Options.insertFx option
- Further Rails 3 support updates
The right-rails demo app was also updated with the new features
Enjoy!
Back to the news