Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKelvin Liebertz
2,163 PointsUse parse.com as database for Ruby on Rails app to access it via iOS and Android app too
Hello guys, first of all. I really appreciate your work and your way of teaching. I am a programming beginner and it is easy for me to follow your instructions. I am really into Ruby on Rails and plan to set up a social network like page via Ruby on Rails by following your tutorials. But I want to create a native mobile app for accessing to my social network too. (how does FB and twitter do that? via webview or stand alone app that directly get the data from the database?) As I read through the iOS tuts, I was introduced into parse.com so i thought it would be nice to store all the data directly at parse.com to access it with my native Apps too. As I am a beginner in programming I would really appreciate your help for this. Maybe make another RoR tutorial which specifies implementing parse.com into your existing rails app? For the record:
- I want to create a social network via RoR
- store the data at parse.com
- write a mobile app that gets the data from parse.com (should I use WebView for this?)
Maybe you have a complete different solution for my request, but I am really into that Cloud thingy that is accessible via all platforms and can be expanded to my needs.
1 Answer
Jason Seifer
Treehouse Guest TeacherHey Kelvin Liebertz you probably wouldn't be using a ton of Rails stuff for this. Parse would take the place of ActiveRecord. You could look in to something like ParseModel for RubyMotion apps or Parse Resource for more regular models in a Rails app. We don't have any immediate plans to cover parse in any videos, though. Sorry about that!
never mind
710 Pointsnever mind
710 PointsTreehouse won't do anything like this because they like all of their courses super simple without anything that challenges you. Because of this, they won't approach any interesting concepts like the one you just mentioned.