Thanks for that episode.
Just yesterday I was thinking about how to do the communication between two rails applications. So this is a really big help for me :-)
I'm looking forward to the next episode on this topic :-)
I also think that ActiveResource is a great way to access remote data. In fact I am using it to store and access data in Amazon's SimpleDB webservice.
If anybody wants to dig into this, check out my little Tutorial over at the Amazon AWS site:
http://developer.amazonwebservices.com/connect/entry.jspa?categoryID=152&externalID=1242
Does ActiveResource know that its looking for a Product controller because its called Product.rb? what if you already had a product model? how could you tell ActiveResorce to look for a product controller at that site?
This is pretty cool - I hadn't heard of ActiveResource before.
Wow, that was really interesting.
It's good to know it can be so easily implemented.
Thanks once again Ryan.
Rails is so cool!
Ryan, do you want to do a railscast about TimeZones like TzTime or the new edge zone?
Could you please, pretty please use some other program to encode your videos? I don't own a Mac and every player I try to play your screencasts with fails to read its index and so I can't
seek inside the video at all. I tried mplayer/xine/vlc on Linux
@Phil, good question, what if you already have a Product model? Looking at the source it appears it's possible to set the element_name or collection_name like this in the class:
self.element_name = 'product'
That way you can give the class another name such as RemoteProduct.
@oin, I'll look into providing the movies in an alternative (flash?) format. Thanks for the feedback.
Hello Ryan,
I enjoyed immensely your railcasts. I've watched all of them over the course of last 3 days.
Is it just me - or do you seem more stressed in a later railcasts?
@drozzy, I suppose I've been a little stressed lately. But good news is I'm off work this week so I have time to clear off the stuff that's been building up on my plate. Thank for your concern.
@Ryan: I don't think the format is the problem, since I can seek perfectly in other .movs or .m4vs, but not yours
I forgot to say: thanks for the great railscasts!
@oin, that's very strange. I'm using the Animation codec for the .mov files, so that might be a problem. The .m4v is H.264 so I would imagine that would work. I exported them using QuickTime Pro.
Ryan - thanks again!
You have a knack for making episodes about exactly the problem I'm tackling.
Cool!! Thanks a lot.
Ryan, you just saved my day with Railscast #94 and #95! For HOURS I was looking for a short and neat little howto in ActiveResource as the one you made. Muchas gracias! :-)



