This is a quick framework that I’ve put together to get me going with RubyMotion, please use as you see fit. This includes easy helpers for orientation & setting autoresizing mask of UIView in a more Ruby friendly way.
I started working with the LRResty framework and realized that I wanted a quick way to encode or decode JSON data using the built-in iOS 5 NSJSONSerialization class.
Behold a simple file to include in your RubyMotion project allowing you to call to_json on several data structures and also take an NSData object and call json_decode to convert to an object.