public
Description: Demos of http://github.com/jschementi/silverline in action
Homepage: http://schementi.com/silverline
Clone URL: git://github.com/jschementi/silverline-demos.git
jschementi (author)
Sat Oct 18 16:18:13 -0700 2008
commit  ef8a9a93f99ab7a18e308ec86f64231269bdbd55
tree    b288e118aba8c562bba5fccc04874218aafb3eb3
parent  270ee9cd97fb279eb1e0edad58fb705319f8713e
name age message
file .eprj Thu May 22 00:49:20 -0700 2008 Working on Silverlight 2 Beta2 - Hashes are hav... [jschementi]
file .gitignore Thu Jun 26 21:26:58 -0700 2008 update .gitignore [jschementi]
file .gitmodules Fri Jul 25 18:47:15 -0700 2008 Updating silverline ... again [jschementi]
file README Sat Oct 18 16:18:13 -0700 2008 update readme for SL2 RTW [jschementi]
file Rakefile Thu May 22 00:49:20 -0700 2008 Working on Silverlight 2 Beta2 - Hashes are hav... [jschementi]
file TODO Thu Jul 24 13:36:31 -0700 2008 TODO [jschementi]
directory app/ Wed Jul 02 23:29:28 -0700 2008 TryRuby: Much better multi-line support. - Also... [jschementi]
directory config/ Fri Jul 25 19:01:48 -0700 2008 remove plugin list [jschementi]
directory db/ Sat Jun 21 14:51:56 -0700 2008 Added Silverline::Essential::Xap to switch betw... [jschementi]
directory doc/ Thu May 22 00:49:20 -0700 2008 Working on Silverlight 2 Beta2 - Hashes are hav... [jschementi]
directory lib/ Tue May 27 05:38:23 -0700 2008 Bugfixing Silverline to run Assistment correctl... [jschementi]
directory log/ Sat Oct 18 16:18:13 -0700 2008 update readme for SL2 RTW [jschementi]
directory public/ Sat Oct 18 15:53:11 -0700 2008 Update plugin, and remove public/ironruby [jschementi]
directory script/ Wed Jun 18 21:17:02 -0700 2008 Upgrades RSpec [jschementi]
directory test/ Fri May 30 07:22:18 -0700 2008 RailsConf Demos, TryRuby and Watch - Bunch of o... [jschementi]
directory vendor/ Sat Oct 18 15:53:11 -0700 2008 Update plugin, and remove public/ironruby [jschementi]
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

  > git clone git://github.com/jschementi/silverline-demos.git
  > git submodules init
  > git submodules update
  > rake db:migrate
  > 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 for 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/.