Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Interesting Rails Tidbits #5

By Peter Cooper / March 18, 2008

RailsCamp #3 - June 20-23 - Camp Kariong, Australia (near Sydney)

2079707435_59a26dbf76.jpg

RailsCamp is an informal Rails camp (literally, you’re in bunk style accommodation) in Australia for Rails coders. The first two events have been popular and so a third has been announced, running between June 20th and June 23rd at Camp Kariong, about 1 hour north of Sydney, NSW. 38 people can be accommodated in bunks but there's plenty of room for people to camp outdoors with their own equipment or to sleep on the floor. Sounds like a lot of good, cheap fun. Trust those fun-loving Aussies to get it right!

Lovd By Less - A Rails-Based Open Source Social Networking System

lovdbyless.png

Lovd By Less is an intriguing, and pretty good looking, new open source social networking system developed using Ruby on Rails. It supports most of the basic feature you'll already be used to on social networking sites, such as photo galleries, profiles, user following / friending, messaging, user blogs, and Flickr and YouTube integration. All of this checks in at an amazing 3,601 lines of code, including tests!

Rails Cells - Components Done Right

railscells.png

Cells is a new project that brings the benefits of "component-oriented development" to Ruby on Rails. On the surface, it offers the same benefits that the old "components" section of Rails did, but Cells supposedly doesn't suffer from the same performance problems. For those who missed out on components, they effectively let you develop sets of controllers and views that aren't directly coupled to a single application, meaning they can be shared.

Mike Pence has written an overview of Cells in this blog post, where Alex Kane referred to them as "partials on steroids."

How to use Fliqz4R to get a white-label "YouTube" in your app

Fliqz is a provider of "plug and play video solutions." Effectively they provide the backend infrastructure for hosting and playing videos, a kind of white-label YouTube, if you will. Libin Pan has put together a tutorial that demonstrates how to use Fliqz from Ruby / Rails using the Fliqz4R Rails plugin.

Comments

  1. Ben Askins says:

    Thanks for the Rails Camp mention Peter. The last two events have been a blast and we're really looking forward to doing it all over again.

  2. windexh8er says:

    Interesting... After looking through the code for a little bit a lot of it looks like it came out of the RailsSpace book. Which is not bad, there's a lot of good code in there. If you play with the 'demo' site you'll find yourself catching small errors here and there. Like for instance if you request your password they fail to use a flash to inform the user of the status of the operation. Also not exactly fully RESTful, but some good implementations. Not bad! One of the better prepackaged blog / social networking distributions out of the box. I'm going to take a deeper look at it for sure... See if there's any cool code buried elsewhere. :)

  3. Peter Cooper says:

    One thing I noticed after looking through the code was how "light" it seems for such a large feature set. I kept thinking.. where's the code? Turns out some of the functionality, especially form building, has been pulled into separate libraries, but it's still rather light. Given the incredible amount of test code, however, I'm not particularly concerned.

  4. Ross Hill says:

    I'm pretty sure I won the game of pool seen in that photo..

  5. Dr Nic says:

    I'm probably just off the top-right of the photo being really crap at Guitar Hero.

  6. Dr Nic says:

    top-left

  7. Ryan Allen says:

    That's me in the top left scratching my head, waiting for my turn on Wii Bowling :) RailsCamp is a blast, can't wait for this one!

Other Posts to Enjoy

Twitter Mentions