This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
The purpose of this project is to create a ruby on rails plugin that allows to use prototypeui in rhtml files the easy way.
Install
just runscript/plugin install git://github.com/starpeak/prototypeui_plugin.gitfrom within your project
Usage
For now just try to add<%= javascript_include_tag :defaults, :cache=>true %> <%= pui_css_theme 'leopard' %>to the header of your page (e.g. in layouts) and something like
<%=
link_to_window 'Test Window',
:url=>{
:controller=>'home',
:action=>'testwindow',
:id=>12,
:test=>true
},
:theme=>"leopard",
:shadow=>true
%>
in the body
Report Bugs and Requests
Even if the project is at a very early stage you can commit bugs and requests at Lighthouse







