Getting Started Mobile Hybrid App with RubyMotion - rotati/wiki GitHub Wiki
RubyMotion is a toolchain that permits the development of iOS, OS X and Android applications using the Ruby programming language.
RubyMotion requires a 64-bit Mac running OS X 10.8.4 or higher. OS X 10.9 Mavericks or higher is however recommended.You will need to install the iOS and OS X SDK on your machine. These days the SDKs comes with Xcode.
Requirement List
-
Install Xcode vai App Store
-
Xcode is require Command Line Tools package
-
Install ruby
-
Text Editor
-
Homebrew
Using homebrew
brew cask install ruby motion
Once you have successfully install rubymotion, you need to buy license key to finish installing. Buy here
Create project
motion create
Run Project
bundle install (install gem component)
rake (to run project "with emulator")
Example Repository