https://github.com/infinitered/rmq
RMQ - RubyMotionQuery
https://github.com/infinitered/rmq
rubymotion style
Last synced: 6 months ago
JSON representation
RMQ - RubyMotionQuery
- Host: GitHub
- URL: https://github.com/infinitered/rmq
- Owner: infinitered
- License: mit
- Created: 2013-07-29T22:36:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T23:14:09.000Z (over 7 years ago)
- Last Synced: 2025-12-12T21:15:09.778Z (7 months ago)
- Topics: rubymotion, style
- Language: HTML
- Homepage:
- Size: 1.67 MB
- Stars: 304
- Watchers: 26
- Forks: 51
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# RMQ - RubyMotion Front-end Library
[](https://gemnasium.com/infinitered/rmq)
[](https://travis-ci.org/infinitered/rmq)
[](http://badge.fury.io/rb/ruby_motion_query)
[](http://www.crusher.io/repo/infinitered/rmq)
A fast, non-polluting, chaining, front-end library. It’s like jQuery for [RubyMotion](http://rubymotion.com) plus templates, stylesheets, events, animations, etc.
One of RMQ's goals is to have the best [documentation][1] of any RubyMotion UI library.
RMQ is maintained by [Infinite Red](http://infinite.red), a web and mobile development company based in Portland, OR and San Francisco, CA.
----------
[](http://rubymotionquery.com)
**Read the [RMQ Documentation][1] here**
**If you like RMQ, check out [RedPotion](http://redpotion.org), 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](https://github.com/infinitered/rmq/blob/master/LICENSE) file for more info.
### Created by Todd Werth ([http://toddwerth.com](http://toddwerth.com))
- [@twerth](http://twitter.com/twerth)
- [todd@infinitered.com](mailto:todd@infinitered.com)
- [github](https://github.com/twerth)
### [Contributors](https://github.com/infinitered/rmq/graphs/contributors)
### 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][1] here
[1]: http://rubymotionquery.com
## Premium Support
[RMQ](https://github.com/infinitered/rmq), as an open source project, is free to use and always will be. [Infinite Red](https://infinite.red/) offers premium RMQ support and general mobile app design/development services. Email us at [hello@infinite.red](mailto:hello@infinite.red) to get in touch with us for more details.