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.

Jekyll Talks Theme - Write Your (Ruby) Talks in Markdown - Auto-Builds w/ GitHubPages

I’ve put together a ready-to-fork static site theme (for jekyll and github pages) that lets you write your talks in plain text with markdown formating. See a live demo @ henrythemes.github.io/jekyll-talks-theme ». Sample talks include: 1) Dr Jekyll and Mr Hyde - Build Static (Web) Sites w/ Ruby - (Slides), (Source: drjekyll.md) 2) Stay Static - Jekyll vs Middleman - Build Static (Web) Sites w/ Ruby - (Slides), (Source: jekyll_vs_middleman.md) 3) Starter Sample (Blank Theme) - Habits - (Slides), (Source: starter.md) 4) Starter Sample (Blank5 Theme) - Habits - (Slides), (Source: starter5.md). Happy publishing w/ Jekyll. Cheers.

What The Heck is Heap Fragmentation, and Why Should You Care?

The goal of Ruby 3 is to be three times faster than Ruby 2, but how? In this article we’ll discuss one performance bottleneck: heap fragmentation. You’ll learn how something as low-level as OS memory management can have real performance impacts on your Ruby apps. http://blog.url.com/blog/2017/01/10/heap-fragmentation-os-memory-management-ruby.html

Would love to read this one but the URL is invalid.
http://www.rubyletter.com/blog/2017/01/10/heap-fragmentation-os-memory-manageme…
Sorry about the invalid URL! I realized it was bad about a week too late. :( …

Guide for Documenting Your Rails API with Swagger

Checkout my latest article Do the Right Thing and Document Your Rails API with Swagger to know about documenting Rails API with Swagger published on SitePoint. [more inside]

from the README of swagger-docs: > This project supports elements of the v1.…
Yes, I haven’t used swagger-blocks yet! swagger-blocks needs to be used for sup…
An alternative getting the information from rspec https://github.com/Wolox/dict…

Save The Dates: 11 Top International Ruby on Rails Conferences and Events 2017

http://www.bacancytechnology.com/blog/11-top-ruby-on-rails-conferences-2017

@Kaloyan It is not Copy-pasted data, kindly check again you can find detailed i…
@Bacancy You should at least mention the source ( http://rubyconferences.org/ )…
It is disrespectful to call it copy paste again and again. Rather than apprecia…
I prefer to “validate my knowledge” in something much more valuable than explai…

A mock server in Ruby

After the initial release of the mock server many months ago, I have now a stable version available for open use, with improved documentation and some test coverage. The server makes it easy to set up mock data for ReST endpoints to aid the testing of client applications (API consumers). Set up mock once and use across multiple clients that may have been implemented in different codebases and technologies. Can be used for both manual and automation testing. The server is based on Sinatra and backed by sqlite. https://github.com/mvemjsun/mock_server

Loading older posts