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 (
commit 270ee9cd97fb279eb1e0edad58fb705319f8713e
tree de7b9ca3405b2e4b13f151b345e02d8fed2110a6
parent 54725024ef57b23f80ef68dc1644ee36b00d1b6f
tree de7b9ca3405b2e4b13f151b345e02d8fed2110a6
parent 54725024ef57b23f80ef68dc1644ee36b00d1b6f
| name | age | message | |
|---|---|---|---|
| |
.eprj | ||
| |
.gitignore | ||
| |
.gitmodules | ||
| |
README | ||
| |
Rakefile | ||
| |
TODO | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
vendor/ |
README
silverline-demos A demo rails app showing off the capabilities of the silverline plugin. = What is Silverline? Silverline is a Ruby on Rails plugin which gives the ability to run Ruby in the browser to manipulate HTML or vector graphics. Having Ruby code run in the browser elevates client programming in Rails to be first-class, and integrated with the rest of the framework. = Gimme! http://github.com/jschementi/silverline-demos > mkdir silverline-demos > cd silverline-demos > git clone git://github.com/jschementi/silverline-demos.git > git submodules init > git submodules update > ruby script/server Open your browser to http://localhost:3000 and view the demos. = About This repository holds a Rails test application, Rails 2.0.2 (in vendor/rails), and the current implementation of Silverline (as a submodule in vendor/plugins/silverline). The stand-alone plugin is located at http://github.com/jschementi/silverline. You'll also need: Silverlight 2 (Beta 2): Windows or Mac Note: You can find the developer version of the Silverlight runtime here: http://github.com/jschementi/silverlight-installs. You can find more information on Lighthouse: http://silverline.lighthouseapp.com/.








