Silverline
Integrating Ruby on Rails and Silverlight
« Back to the Silverline website
Demos
Making an appearance @ RailsConf
-
Try IronRuby
Ruby console in the browser, with a tutorial
to follow along with
-
Watch
Shows off vector graphics rendering of a ticking watch
Testing the plugin
I swear, there's specs too ...
-
render :partial => "foo.rb"
Scaffold on model, using Ruby. Rendering a simple
ruby partial which displays to HTML.
-
render :partial => "clock.xaml"
Simple example of loading XAML as a partial.
-
render :partial => "clock.xaml.erb"
Running a XAML partial through ERb first, just like rhtml
-
render :partial => "clock.rb"
Simple example of loading a Ruby partial, which
in tern displays a XAML partial, and then the Ruby code
runs against it.
-
client :foo
Running Rails controllers on the client
Try IronRuby
Ruby console in the browser, with a tutorial to follow along with
Watch
Shows off vector graphics rendering of a ticking watch
render :partial => "foo.rb"
Scaffold on model, using Ruby. Rendering a simple ruby partial which displays to HTML.
render :partial => "clock.xaml"
Simple example of loading XAML as a partial.
render :partial => "clock.xaml.erb"
Running a XAML partial through ERb first, just like rhtml
render :partial => "clock.rb"
Simple example of loading a Ruby partial, which in tern displays a XAML partial, and then the Ruby code runs against it.
client :foo
Running Rails controllers on the client