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.

locale_data, translations for country and language names in .yml files

I just released locale_data, a library of .yml files containing translations of all country and language names in over 100 languages that you can use to localize your apps. Read more about it on this blog post.

cue protests from the chinese government for including Taiwan in the country li…
Karel Minarik’s localized_country_select plugin (https://github.com/karmi/local…

easy edge rails

A slightly different approach at installing edge rails, because some people at RI were having problems. This should be an easy one-shot way to get a new RVM sandboxed edge app

Thanks, this worked great for me…the only thing I had to change were the git://…

Code with me – for free!

2011 has been a good year for me so far – financially as well as in terms of cool work in general. I feel like it’s time to share some of that luck with others and spend a couple of hours per week working pro bono, helping people. Read the blog post for details and spread the word. :-)

This sounds really cool! So how do we contact you?

UUID primary keys with ActiveRecord in Rails 3

Sometimes it is useful to have primary keys in ActiveRecord that are independent from a database’s autoincrement implementation. With ActiveSupport::Concern this can be done smoothly in Rails 3

If you decide to use an opinionated framework you should also adopt the possibi…
a nice solution
Not to rain on anyone’s parade, but it is worth noting that you can use UUIDs a…
be careful… mysql at least assumes your primary keys are integers and makes a l…
Loading older posts