Skip to content

winton/rails_widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Group your client-side assets into distributable "widgets"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages