[ANN] RubyStation 0.1.5 (gives you the power of localhost!)
by Yutaka Hara other posts by this author
Nov 5 2009 5:45AM messages near this date
Re: Freeze not freezing
|
question about variables in ruby
RubyStation 0.1.5 has been relesed.
RubyStation is an installer/launcher of browser-GUI desktop applications.
* Demo and screenshot: http://yhara.github.com/ruby-station/
== What is 'browser-GUI desktop application' ?
If you are familiar with Rails, the easiest way to write a
desktop application is using the browser as GUI. How?
1. Write an application with Rails (or Sinatra, Merb, Ramaze..)
2. Compress the files into a zip file.
3. Users download it, unpack it and do './script/server'.
4. The application runs in the browser.
Why can't we call it a desktop application? :-)
With RubyStation, you can:
* install applications, which are distributed as RubyGems
* start an application by clicking the link
(you don't need to remember each port number of the applications)
* write an application for RubyStation (it's as easy as creating a gem)
More information: http://yhara.github.com/ruby-station/
== Changes
* version 0.1.5 (2009/11/05)
* first release
--
Yutaka HARA
Here's how to pronounce my name: (just in case the Rails Envy Podcast
will introduce it :-) http://route477.net/files/yhara.mp3
|