Skip to content

A Simple iOS ToDo App created TDD style w/ RubyMotion and Parse

Notifications You must be signed in to change notification settings

integrallis/okonawa

Repository files navigation

行わ - Okonawa: A Ruby Motion ToDo App

Setup

Pre-requisites

  • Sign up for a Parse account

  • Create an app (save the Application ID and Client Key for app configuration)

  • Download Parse SDK for iOS (sorry no CocoaPods yet) and copy Parse.framework folder under /vendor (included in the repo)

  • Setting up CocoaPods master repo ($ pod setup)

  • Create an Facebook Application at https://developers.facebook.com (save App Id and App secret for app configuration)

Application

Install Git, RVM, RubyMotion

$ rvm get head
$ git clone https://github.com/integrallis/okonawa.git
$ cd okonawa/ # prompted by RVM
$ copy environment-sample.yaml to environment.yaml (replace all values)
$ bundle
$ rake pod:install
$ rake spec
$ rake

About

A Simple iOS ToDo App created TDD style w/ RubyMotion and Parse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published