Skip to content

Instantly share code, notes, and snippets.

@tkadauke
Created April 4, 2013 19:15
Show Gist options
  • Save tkadauke/5313277 to your computer and use it in GitHub Desktop.
Save tkadauke/5313277 to your computer and use it in GitHub Desktop.
ActiveSupport in RubyMotion :-)
Thomas-Kadaukes-Mac-Pro:activesupport tkadauke$ rake -f Rakefile.rubymotion
================================================================================
A new version of RubyMotion is available. Run `sudo motion update' to upgrade.
================================================================================
Build ./build/iPhoneSimulator-6.0-Development
Compile /Users/tkadauke/code/rails/activesupport/lib/active_support/inflector/inflections.rb
Compile /Users/tkadauke/code/rails/activesupport/lib/active_support/inflector/methods.rb
Compile /Users/tkadauke/code/rails/activesupport/lib/active_support/inflector/transliterate.rb
Link ./build/iPhoneSimulator-6.0-Development/MotionSupport.app/MotionSupport
Create ./build/iPhoneSimulator-6.0-Development/MotionSupport.dSYM
Simulate ./build/iPhoneSimulator-6.0-Development/MotionSupport.app
(main)> "HelloWorld".underscore
=> "hello_world"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment