Elon Musk: To the People of New Jersey 12 years ago
It's the same in Oregon. You're not allowed to pump your own gas even if you want to.
HN user
It's the same in Oregon. You're not allowed to pump your own gas even if you want to.
While RM-3 itself is only 4 months old, the bug's been around and discussed since RubyMotion first came out (e.g. http://blog.blazingcloud.net/2012/07/16/rubymotion-block-sco...).
They used a bug tracker that wasn't publicly viewable until they migrated everything to YouTrack earlier this year (I reported it last August).
It doesn't look like it. You need to use the iOS alternatives (in this case, NSDate).
(main)>> require 'date'
=> #<RuntimeError: #require is not supported in RubyMotion>
(main)>> Date
=> #<NameError: uninitialized constant Date>