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.

Canonical URL Rails Plugin

Canonical URLs are the new hints that let you specify a single URL as ‘canon’ for search engines to increase your search index coherency. Implement it in your Rails apps with the new canonical-url plugin.

Wow. Do you really need a plugin for this?
As I said on the (presumably from the same person) comment on the blog: I prefe…
Anon: It’s easy to think of plugins as being “heavy” things, but they’re really…
This isn’t edge functionality though. It’s a single line of HTML code. It belon…

New Rubinius Experiments Yield 4x Performance Increase

You thought Rubinius was dead? You’re wrong! Brian Ford reports on some new tweaks that have increased performance by over 4x. Update: Make that a 2x increase. Sorry!

The blog post says 4x (specifically 4.1 to 4.4 times faster)… why make that 2x?…
Brian: A follow up post corrects his figures.
What I like about Rubinius is that they’re actually reading up on modern VM arc…
doesn’t that make Rubinius the fastest ruby now? Or is JRuby still the quickest…

Rails Envy Podcast #66

The Rails Envy Podcast #66 was just released, bringing you both news and short interviews from Acts As Conference. We were lucky enough to talk with Yehuda Katz, Nathaniel Talbott, Jim Weirich, Dan Benjamin, Steven Bristol, and Robert Dempsey to name a few.

Can we make the link go to the real story, instead of Reddit? http://www.railse…
Agreed - fixed.

tab_tab: Rails plugin for easy tabbed navigation

I’ve been meaning to post this one for a while. You can get it from GitHub. Patches welcome!

Thank you sir.
I fixed the title, but I seem to recall there was another URL in it? If so, let…
No, it was the same one.
thanks for this super cool release jordi!

CouchFoo: An ActiveRecord styled API to CouchDB

CouchDB is a document-orientated database designed to work in distributed environments. Its use within the rails community is starting to pickup and now CouchFoo provides an ActiveRecord styled API for interacting with it. There have been only a few minor deviations from the ActiveRecord API so it should be possible to migrate applications with ease. The library also provides extra methods to access functionality specific to CouchDB.

Introducing CloudOps Rails Hosting

CloudOps is a Rails hosting service utilizing Amazon’s EC2 infrastructure. You get dedicated instances which you can manage as little or as much as you like (you have root). Each instance utilizes our custom, optimized Rails stack with MySQL, and load balanced Mongrel behind Apache. You are supported by the folks who developed the CloudOps platform, and there are no hidden costs behind each hosting plan.

Configuring Sinatra on DreamHost

Setting up Sinatra on DreamHost ended up being a pain for me. I couldn’t find any info on the web about it. I hope this helps out other Ruby noobs like myself.

With VPSs so cheap (Linode, Slicehost), why even go through the trouble?
Cheap VPSes come with their share of problems, such as attempting to upgrade th…
Loading older posts