Ruby Motion Breaking Cyclical References in RubyMotion with Proc#weak RubyMotion team has addressed the cyclical reference issue with Proc#weak!, which ensures that a weak reference of self is kept by the lambda.
Ruby Motion Working around RubyMotion’s Memory Management Limitations The memory semantics in Objective-C are not available in RubyMotion, so extra care needs to be taken when dealing with lambdas and cyclical references.
Web Apps My Experiences with Ruby off Rails Don't assume that Ruby is only useful for making websites with Ruby on Rails, because I've been using it for years without shipping a Rails app.
Ruby Motion Unit Testing with ReactiveCocoa and RubyMotion ReactiveCocoa's paradigm has a big impact on how we test, what we test, and what tools we choose to build our tests. Here's how we're approaching it.
Ruby Motion ReactiveCocoa & RubyMotion: The Setup Prepare to use ReactiveCocoa to achieve reduced state and complexity in your RubyMotion iOS development project.
Ruby Motion Using Nimbus with UITableViews in RubyMotion: An Example Sometimes an example is the best documentation. This is an example of how to use Nimbus to help manage a UITableView and its cells.
Ruby Motion iOS Keychain Entitlements for Using RedLaser in RubyMotion Because RedLaser accesses the iOS keychain, you need to request an entitlement when using RedLaser in a RubyMotion application.