Getting started with iOS development on Heroku
devcenter.heroku.com
Getting started with iOS development on Heroku
1–10 of 19 posts
Re: Getting started with iOS development on Heroku
#2Re: Getting started with iOS development on Heroku
#3Re: Getting started with iOS development on Heroku
#4Sinatra seems like a natural choice to write a simple web service API for an iOS app. Anyone know where I find a deeper resource that might assist "Sinatra for iOS" development?
https://github.com/lottadot/lottadot-restkit-ios-rails3-1-ad...
Re: Getting started with iOS development on Heroku
#5Is it safe to have MacRuby as dependency on your iOS apps?
Re: Getting started with iOS development on Heroku
#6True, Heroku gives me more control over how I want to handle requests, but Parse has so much more built in and is simpler to integrate.
What I've been doing with iOS & parse is hook a heroku app to Parse's REST API whenever I want to manipulate the data that is sent beyond what parse allows.
Re: Getting started with iOS development on Heroku
#7Re: Getting started with iOS development on Heroku
#8There is nothing in this guide that lays out all of the components in the tool chain and explains which problems each tool is designed to solve.
Okay, so I should go to the component level to glean that, right? Well on the Sinatra site, there is nothing that explains the specific problems that Sinatra itself is designed to solve. The very first line of the Getting Started section of the Readme page says "Sinatra is a [some three letter acronym]"...with no indication of what that is or why I should want one.
The problem with that is I gain no insight whatsoever into whether the simple examples will translate to something I'd actually want to build. Without that, it literally makes no difference how great the toolchain might be. Exploring it is 100% opportunity cost vs. some shittier solution that actually explains itself more fully up front.
Re: Getting started with iOS development on Heroku
#9Sinatra seems like a natural choice to write a simple web service API for an iOS app. Anyone know where I find a deeper resource that might assist "Sinatra for iOS" development?
http://shop.oreilly.com/product/0636920019664.do#PowerReview