No commit activity in last 3 years
No release in over 3 years
Allows you to group your client-side assets into distributable widgets
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

RailsWidget

Allows you to group your client-side assets into distributable "widgets".

  • Include assets and render partials to layout with a single widget call
  • Share a common options hash between all of your rendered assets
  • Supports flash, images, javascripts, stylesheets, and textarea template (jst) assets
  • Widgets can inherit

You can also use it to organize your assets however you like (layout, action, etc).

Install

From your Rails app:

script/plugin install git://github.com/winton/rails_widget.git

Getting started

Visit the wiki for more on installing and creating widgets.