0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Create, Distribute, and Install Ruby applications easily
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 0.4.2
= 0.2.3
= 0.5.0
= 1.2.9
= 0.5.3

Runtime

~> 1.0.0
>= 0
>= 2009.07
 Project Readme

RubyStation

Make desktop apps with web technology.

Website

http://yhara.github.com/ruby-station/

Tips

Autostart ruby-station on Mac OS X

Use launchd.

$ man launchd

~/Library/LaunchAgents/net.route477.ruby_station.plist:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>Label</key>
        <string>net.route477.ruby_station</string>
        <key>OnDemand</key>
        <false/>
        <key>Porgram</key>
        <string>/opt/local/bin/ruby</string>
        <key>ProgramArguments</key>
        <array>
                <string>/Users/***your username***/.gem/ruby/1.8/bin/ruby-station</string>
        </array>
        <key>QueueDirectories</key>
        <array/>
        <key>RunAtLoad</key>
        <true/>
        <key>WatchPaths</key>
        <array/>
</dict>
</plist>

Restart (or '$ launchctl start net.route477.ruby_station') and ruby-station starts.

Contact

Yutaka HARA (yhara) http://github.com/yhara/ruby-station/