Created
April 4, 2013 19:15
-
-
Save tkadauke/5313277 to your computer and use it in GitHub Desktop.
ActiveSupport in RubyMotion :-)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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