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.

Hack like a journalist

This week I presented a talk, “Hack like a journalist”, at the monthly meeting of LRUG (the London Ruby User Group). Based on my career experience working as both a software developer and in an editorial capacity, it takes a look at how one technique used by news writers – the ‘inverted pyramid’ – applies in the world of newspapers, and how the same principles can work in Ruby, to produce code that is readable and maintainable. [more inside]

Methods To Remember Things By: Ruby Memoization

No Rubyist wants to make expensive, time-consuming method calls more than they have to. Thankfully, using memoization means that we don’t have to (well, at least, not as often). This blog post covers the history behind memoization, its implementation, and its controversial history in the Rails source code.

One thing you forgot to talk about is memoizing results of methods that receive…

Build Your Own World Almanac in 50 Lines of Ruby (w/ the factbook Gem)

Hello, The lastest (and greatest) version of the factbook library - that is, v1.1.1 - now includes a new almanac class that lets you build your own world almanac e.g. listing all the world’s 260+ countries and territories with capitals, population, internet users, mobile telephone subscriptions/100, religions, ethnic groups, languages, and so on. See ALMANAC.md as an example. How to build your very own in three steps: [more inside]

Create a ecommerce page with rails backend in 16 min

This tutorial will walk you through to create really simple store page by using Get Shit Done Pro Rails Version gem. If you using Rails, you should definitely take a look at it as this gem will save you lot of time on rails frontend development. [more inside]

The video tutorial is very well explained and it looks like everything is very …
Thank alex. Really appreciate it.
Hi! Tim, video is gone, can you please put it back?

Static Site Spotlight #1 - The Riding Rails Blog is build with ... Jekyll

Hello, over at Vienna.html I’ve started a new series that highlights a static site (w/ source) every week. The first real-world example is “The Riding Rails Blog” build with… Jekyll. The next example is “The Go Cookbook” build with… Jekyll. For more updates follow along. Cheers. PS: Know a great static site to spotlight? Let us know here or ping @viennahtml.

Loading older posts