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.

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…

Handling Title Tags in Rails

Handling title tags in rails has always been difficult and not very DRY. Until now. title_tag is a new plugin that attempts to make this very easy, and easy to modify! Read The Full Article

Here’s my preferred plugin for controlling title and h1 tags: http://github.…
that’s an interesting way of tackling the idea I’ve always had this solution…

New RDoc Chrome Extension

I was sick of googling the RDocs and end up getting the docs for the wrong version, so I whipped up a new RDoc Google Chrome extension. Check out the screenshots and download it here. Send all bugs/ideas to c00lryguy+rdoc@gmail.com

I don’t know how the chrome extensions work, but in case you can use any html/j…
I did a search for ruby on the chrome extensions and found this one, which has …
Remember, I just whipped this together in under an hour so it isn’t very featur…
Here’s the GitHub link: http://github.com/c00lryguy/Google-Chrome-RDoc--Extensi…

Rails Hosting Roundup

In this report on Rails hosting, I recommend some of the best Rails hosting services for all budgets.

This post read a bit too much like a keywords play, I’ve tweaked it slightly ;-…
Thanks Peter, I never know were to put the link. The way you changed it is much…
Since there are no comments available in the original article, I will ask here:…
I did not see Blue Box Group on the list and I’ve had excellent experiences dea…
Loading older posts