Getting Started Mobile Hybrid App with RubyMotion - rotati/wiki GitHub Wiki

Getting Started Mobile Hybrid App with RubyMotion

What is RubyMotion?

RubyMotion is a toolchain that permits the development of iOS, OS X and Android applications using the Ruby programming language.

Requirement

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

  1. Install Xcode vai App Store

  2. Xcode is require Command Line Tools package

  3. Install ruby

  4. Text Editor

  5. Homebrew

More Detail

Installing RubyMotion

Using homebrew

brew cask install ruby motion

Once you have successfully install rubymotion, you need to buy license key to finish installing. Buy here

Using

Create project

motion create

Run Project

bundle install (install gem component)
rake (to run project "with emulator")

Example Repository

  1. RubyMotion Example

  2. RubyMotion with storyboard

  3. Connect RubyMotion with storyboard article

⚠️ **GitHub.com Fallback** ⚠️