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.

Jitterbug: A just-in-time image creator for pretty text headers

Flying Saucer has launched Jitterbug, a gem that provides on-demand text-based header graphics using the font of your choice, providing an easy way to manage rich text headers. Especially useful in i18n projects. On the first request, Jitterbug creates the requested header graphic and returns its image or header tag. On subsequent requests it references the already-created graphic and returns the requested html tag.

10 lesser known ways to find a suitable ruby on rails team for your next project

Everytime we talk to our clients, we find that they are not aware of lot of options through which they can find a good rails developer. I just compiled a list of few sites and ways to find a rails developer for your next project.

That list isn’t compiled, it’s the source code for my brain interpreter.
RMM? Do not want.

Premature end of script headers - Ruby on Rails with Phusion Passenger on Apache error

If you are experiencing this error, check out this blog post.

I have this issue on one project, but the fix proposed doesn’t solve the issue …
Try updating the version of passenger gem. As Hongli Lai notes in the comments,…

Ruby in the browser as if JavaScript

Gestalt is a library released by MIX Online Labs that allows you to write Ruby, Python & XAML code in your (X)HTML pages. It enables you to build richer and more powerful web applications by marrying the benefits of expressive languages, modern compilers, AJAX & RIAs with the write » save » refresh development model of the web.

I’ve had a play with it and it does what it says on the tin. I mislike Javascri…
Theoretically it will work in Mac OS and windows, and maybe moonlight for linux…
I tried it on Linux, I installed the Moonlight 2 preview. The only thing that w…

Pop quiz: Are you using Rails 3 (HEAD) for real projects yet?

The title says it all; please leave a comment if you are using Rails 3 on any real projects, or still Rails 2.3? And possibly, why.

That is a bit messy around here. I was looking for good information about Rails…
Jesus Christ people.. :-) I was almost thinking this was so popular that an …
Jesus Christ people.. :-) LOL I guess being serious is just too hard now…
I tried to use it awhile back ago, but couldn’t find the best repo(I was using …

If you’re cleaning up your user’s input in your views you’re doing it wrong

Have you ever found yourself using the “h” view helper all around your views in your applications? Have you ever thought that cleaning up user input in views is a tedious, error prone and cumbersome job? You’re not alone. Read on to find a dead simple solution for this issue.

Loading older posts