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.

Use multipart/alternative as content_type of email

I wrote an article about using multipart/alternative as content_type of email. Rails uses plain/text as the default content_type for sending email, you should change it to multipart/alternative that email clients can display html formatted email if they support and display plain text email if they don’t support html format. Check it here.

rufus-json

rufus-json is a ruby gem that lets you choose your JSON {en de}coding backend. It has a preference for yajl-ruby, but is happy with json, json-pure and active-support.

Bring Thinking Sphinx to Radiant CMS with the Sphinx Search extension

Find out how to bring the power of Thinking Sphinx to your Radiant sites with the Sphinx Search extension. You’ll learn how to install and configure the extension, and how easy it can be to add full-text search capability to any Radiant site.

hey josh, this is my first time watching a screencast of yours and i have to…
hmm… looks like if you put an angle bracket rubyflow chops off the text from th…

Natural date and time parsing in Ruby and Rails

I’ve written a quick intro tutorial on using Chronic and Chronic Duration to parse user-entered date/time strings (“tomorrow,” “8/12/10,” “next tuesday”) and duration strings (“3 minutes 45 seconds,” “2 hours”). I like using these in conjunction with fancy datepickers in my applications. Hope you find it useful.

All women incorporates a secret fantasy to have a Louis Vuitton. The bag can b…

This is the continuation of the Rails 3 ...

This is the continuation of the Rails 3 Build a Blog series. This episode includes implementation of the Edit and Destroy methods on the Posts Controller. There are a lot of things left to cover on Rails 3, but this gets you the basics of the MVC framework and how to use Cucumber to build your application using BDD.

Loading older posts