The first RubyMotion Conference #inspect2013 happened in Brussels, Belgium. It was a very well organized conference, lots of talented people, awesome speakers, good food and yes ‘Belgian Beer’ Many thanks to Laurent Sansonetti (@lrz) for…
Amit Kumar - Using Ruby for iOS development (RubyMotion) from Ruby Australia on Vimeo.…
RubyMotion: Rubyizing iOS development…
If you ever come across this problem, follow instructions below to resolve them:…
Came across this weird error: This had happened because I had RSpec 1 way of including spec_helper (in old files): require File.expand_path(File.dirname(__FILE__) + ‘/../spec_helper’) And the other way (in…