如果我要使用
Ruby on Rails框架来构建一个网络应用程序,那么建立一个可以与Web应用程序进行通话和连接的移动应用程序(iOS /
Android)的最佳路径是什么?
EG:twitter.com(DESKTOP) – twitter iOS或Android应用程序.
解决方法
这将需要很多阅读.
您将需要在rails框架上构建一个API,以便与移动应用程序通信.以下是使用rails创建API的一些好的链接:
http://railscasts.com/episodes/350-rest-api-versioning
http://collectiveidea.com/blog/archives/2013/06/13/building-awesome-rails-apis-part-1/
我建议使用Devise进行身份验证,并使用其authentication_token验证用户对您的API的网络请求.
http://matteomelani.wordpress.com/2011/10/17/authentication-for-mobile-devices/
这里有一些有用的链接,我在很久之前加入书签来帮助.
http://pnhoang.tumblr.com/post/24160454924/build-a-rails-backend-api-for-an-iphone-client
http://www.takeofflabs.com/posts/8-Rails-and-iOS-a-sample-starting-setup
https://devcenter.heroku.com/articles/ios-photo-sharing-geo-location-service
http://jessewolgamott.com/blog/2012/01/19/the-one-with-a-json-api-login-using-devise/
最好的运气