Run Ruby in your Firefox OS smartphone.
Open the Marketplace in your Firefox OS device, search for "Ruby2Go" then install it! Or, go to https://marketplace.firefox.com/app/ruby2go/.
P.S.: Yes, it's on the Marketplace now. 😄
I'm using Bower and Gulp, so grab these before proceeding.
- Fork and clone the project.
- Install bower dependencies (run
bower install
). - Make your changes inside
app
folder. - Create the package (run
gulp
), generatesdist
folder andpackage.zip
. - Test your changes with the WebIDE.
- Submit a pull request to this repository.
For now, I need contributions about:
- New features. (specially Firefox OS specific ones)
- Bug fixing. (but only tested on real devices)
- Better UI. (better if it matches Mozilla patterns)
- Faster compilation. (current takes about a second)
- Cross-browser support. (for the future)
- Testing.
I'm using and distributing some libraries I wish to thank:
- Ruby for being so awesome.
- CodeMirror for the Ruby editor.
- Opal for Ruby to JavaScript conversion.
- Font Awesome SVG-PNG for some of the icons I used.
- Gaia Building Blocks for the UI design and implementation.
This project is released under the MIT license. The licenses for the libraries used are here.