RubyFlow The Ruby and Rails community linklog

ParseModel: An Active Record pattern for your Parse models on RubyMotion.

I just wrote ParseModel. It’s a thin syntax layer for Parse.com’s iOS SDK. Usage: class Post include Parse::Model fields :title, :body, :author end p = Post.new p.title = "Why RubyMotion Is Better Than Objective-C" p.saveEventually

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in