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.

Slide Show (S9) v3.0 - Write Talks / Presentations in Text w / Markdown - Many Themes

Hello, Starting with Slide Show (S9) v3.0 all slide show/presentation templates are now Jekyll-compatible and use Liquid. Why? The idea is that your slide show template pack is “just” a Jekyll site and, thus, you can use your Liquid template skills for creating or changing slide show / presentation templates and if you use GitHub you can use the free built-in GitHub pages service for live previews, testing, and more. For some first example see: [more inside]

Awesome Jekyll Updated - More Themes, Conferences, Screencasts, Articles, etc.

Hello, I’ve updated the Awesome Jekyll page that collects all things about the static (web)site builder in Ruby (used by GitHub pages and others). What’s News? Added Jekyll conferences, screencasts, showcases, news (e.g. Static Times, Jekyll Weekly), applications (e.g. JKAN), many more theme collections (e.g. Henry, Poole, Made Mistakes, Zen of Book Design, etc.) and many more articles. As always. Anything missing? Contributions welcome. Cheers.

Efficient Rails DevOps (ebook)

An ebook I wrote about how to efficiently provision your Rails stack, deploy your applications and manage your production environment with Ansible. Visitors of RubyFlow may use the discount code rbflw to get $5 off when buying the book on its website.

Pattern matching [:ok, result]

I use a lot of [:ok, result]-like return values to avoid using exception as flow control. It’s not fun to pattern match on this in Ruby, so I write a small gem that handles that problem gracefully: [more inside]

Wait, where does what?

No matter how much I know there are always bits that slip by. I’ve used Rails for years. Which means I’ve queried models using where for years. Even so, I recently saw someones code and thought, “that can’t work.” I was wrong. [more inside]

Loading older posts