Todd Werth ca094d6ff2 Merge pull request #85 from infinitered/derekgreenberg/add_troubleshooting_to_docs
Adding a troubleshooting Cookbook section to docs
2015-04-22 12:57:05 -07:00
2015-04-19 09:19:28 -07:00
2015-04-19 21:38:13 -07:00
2015-04-21 18:34:56 -07:00

image

RedPotion

Build Status

We believe iPhone development should be clean, scalable, and fast with a language that developers not only enjoy, but actively choose. With the advent of Ruby for iPhone development the RubyMotion community has combined and tested the most active and powerful gems into a single package called RedPotion

RedPotion combines RMQ, ProMotion, CDQ, AFMotion, MotionPrint and MORE!. It also adds new features to better integrate RMQ with ProMotion. The goal is simply to choose standard libraries and promote best practices, allowing you to develop iOS apps in record time.

The makers of RMQ at InfiniteRed and the creators of ProMotion at ClearSight as well as David Larrabee have teamed up to create the ultimate RubyMotion library.

image               image

ProMotion for screens and RMQ for styles, animations, traversing, events, etc.

=========

Read the documentation here

Quick start

gem install redpotion

potion create my_app
bundle
rake pod:install
rake

Installation

  • gem install redpotion

If you use rbenv

  • rbenv rehash

add it to your Gemfile:

  • gem 'redpotion'

Contributing

  1. Create an issue in GitHub to make sure your PR will be accepted.
  2. Fork it
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

Read the documentation here

Description
No description provided
Readme 568 KiB
Languages
Ruby 100%