remote_model
remote_model copied to clipboard
JSON API <-> NSObject via RubyMotion
Results
2
remote_model issues
Sort by
recently updated
recently updated
newest added
Hi, I wanted to set the root url depending on the environment. I figured I'd try use the RUBYMOTION_ENV. But I get uninitialised constant error. I have the RemoteModel.rb file...
Is there any reason why this would not work with bundler? I did the following: - Added a `Gemfile` to my project with `remote_model` listed - Updated my Rakefile to...