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.

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.

Using Ruby On Rails With Oracle And Deploying It All To Tomcat

Ruby on Rails projects usually use MySQL or PostgreSQL for their database, but in the corporate world, Oracle is king. As much as you might like to have a Postgres backend, the powers-that-be have decreed and you must obey. Don’t worry though, all is not lost, you don’t have to slink back to Java, here is how you can get your Rails app working with an Oracle database and deploy it all to Tomcat as a Java webapp if that wasn’t enough.

QR (de)Coding

Encoding QR Codes with Ruby is a solved problem, but decoding is another story. There are several Java libraries that provide decoding functionality though, so wrapping one of them with JRuby is likely a good idea.

Rails 3.0 Beta Setup with RVM + Ruby 1.9.2

Here are some tips for setting up a Rails 3.0 Beta environment using RVM and Ruby 1.9.2

Rails 3 works well on simple scaffold blog application with ruby 1.9.2 for me, …
wondering: I’m wondering if that’s because you have Mongrel installed and so Ra…
@wondering try it with something like unicorn.
@PeterCooper Well, no. I’ve double checked the list of gems for Rails 2 and Rai…
Loading older posts