ssh root@IPHONE_IP_ADDRESS
gem install sinatra -v 0.9.1.1 --no-ri --no-rdoc
# Latest gem needs fcgi gem which cannot be compiled properly
BUILD YOUR sinatra_app.rb
ruby -rubygems sinatra_app.rb
Question: So far I've got the V & C in MVC. What's the best way to build the M using Sinatra on iPhone? ActiveRecord?
No comments:
Post a Comment