Skip to content

infinitered/rmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1cc7a45 · May 9, 2015
Apr 27, 2015
Dec 3, 2014
Jan 12, 2014
Apr 18, 2015
May 9, 2015
Apr 6, 2015
May 9, 2015
Feb 27, 2015
Apr 27, 2015
Apr 27, 2015
Aug 4, 2013
Nov 18, 2014
May 9, 2015
Jul 29, 2013
May 8, 2015
May 4, 2015
Dec 9, 2013
Apr 27, 2015

Repository files navigation

RMQ logo


RMQ - RubyMotion Front-end Library

Dependency Status Build Status Gem Version Crusher.io optimized

A fast, non-polluting, chaining, front-end library. It’s like jQuery for RubyMotion plus templates, stylesheets, events, animations, etc.

One of RMQ's goals is to have the best documentation of any RubyMotion UI library.





image

Read the RMQ Documentation here

If you like RMQ, check out RedPotion, the ultimate gem for RubyMotion.





Requires SDK 7 or higher, and iOS 7 or higher

Quick Start

gem install ruby_motion_query
# Create an app
rmq create my_app
# Then
cd my_app
bundle
rake

rbenv rehash after gem install if you use rbenv


Installation

RMQ requires no other gems. If you use stuff like scale and certain animations it will require some frameworks (like QuartzCore or CoreGraphics)

  • gem install ruby_motion_query

If you use rbenv

  • rbenv rehash

Require it

  • require 'ruby_motion_query'

or add it to your Gemfile:

  • gem 'ruby_motion_query'

for edge RMQ, add this to your Gemfile:

  • gem 'ruby_motion_query', :git => 'git@github.com:infinitered/rmq.git'

License

RMQ is available under the MIT license. See the LICENSE file for more info.


Created by Todd Werth (http://toddwerth.com)



Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Read the RMQ Documentation here