RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Ruby Midwest Conference Opens Call for Speakers

The Ruby Midwest Conference has opened its Call for Speakers. Come share your excitement, experience, and expertise with fellow Rubyists in the Midwest! We’re pleased to announce that Yehuda Katz is scheduled to keynote this two day, single track conference held in Kansas City, MO on July 16-17, 2010. Sign up for email announcements on the website or follow us on Twitter to keep up with our latest news.

Vim for Rails Development

Where to start and how to learn Vim for Rails Development by referencing some books/screencasts.

Ah, I figured out, AnonymousCritic is using Emacs. :D
@AnonymousCritic no, I guess you are alone
@dalibor - You are right on the free offerings so I take back my original comme…
Thanks, Dalibor! I found your article and links very helpful.

Social Networking as a Service with EngineY

EngineY is an open source project that provides a complete social networking framework that can be run stand alone as a social network similar to a Ning social network, or it can be integrated with an existing website to provide just the social capabilities. It is a project that I have been developing over the past year or so. In this post, I want to talk about another way you can use EngineY, not as an application or framework that you would integrate into your code, but as a server that can provide all of the social features for your existing web applications… (READ MORE)

Schema-Free MySQL vs NoSQL (with help from Ruby)

There is no reason why we can’t have a schema-free MySQL engine to compete with the NoSQL solutions. A look at what “schema-free” and “document-oriented” actually means, and the ruby code to make it work.

check out friendly orm - it’s a new ruby ORM that does exactly this ! http://gi…
Setting up a proxy to accomplish this kind of functionality just sounds like a …
Open your mind. FriendFeed uses something very similiar to this to handle 250 m…

Slug-less pretty permalink based URL’s in Rails 2.3

Slugs are bad kids. I know rails 2.3 is obsolete now that 3.0 is on the cards ;-) but slugs_are_bad is a plugin that allows you to create slug-less url’s for your rails app without having to make too many changes to your code. I created a quick blog post to explain the plugin here.

Loading older posts