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.

I share a Ruby tip a day

I have gathered ruby tips for a few years. Now I want to give back and I created a twitter account and a newsletter where I share every day a ruby tip, in less than 20 lines, for beginners and experienced developers. [more inside]

Good tweeter :)
nice, man! 👍

Ruby Conference MY 2018

Dropping by to promote Ruby Conference MY 2018 happening on Oct 25 and 26 in Kuala Lumpur, Malaysia. Early bird tickets are only available until end of this month. Grab the tickets before it runs out! Remember to check out our great line up of speakers and buy the ticket!

csvrecord - read in comma-separated values (csv) records with typed structs / schemas

Hello, I’ve put together a new library / gem, that is, csvrecord - that lets you read in comma-separated values (csv) records with typed structs / schemas e.g. use beers = Beer.read( 'beer.csv' ).to_a; beers[0].brewery instead of rows = CSV.read( 'beer.csv', headers: true ); rows[0]['Brewery'] and so on. Why care about CSV? It’s the world’s most popular tabular data interchange format in text :-). Happy data / text wrangling with ruby. Cheers. Prost. PS: For some getting started .csv datafiles, see the /football.csv collection (incl. English Premier League, Bundesliga, Seria A, Ligue 1, European Cup, etc.).

Why you shouldn't run multiple apps on the same server

I’m writing about deploying Rails from a sysadmin perspective, here is why putting everything on the same server is a bad idea: Read more

Really a post from last 10 years, these days all these issues in the post can b…
Thanks for the Redis namespace idea, I didn’t know that. I’ll write some mor…

Migration from the Wordpress to the own Ruby blogging engine - pros and cons

After 6 months of blogging using the Wordpress engine, I decided to switch to my own Ruby blogging engine that I created from scratch. This decision has many advantages and disadvantages so I want to share my experiences in case you will be wondering in the future what solution for blogging you should use. READ MORE

Loading older posts