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.

Add Output To Your Rake Tasks

Have you ever worked on an item, tested it thoroughly on a staging environment, done extra dry runs for good measure, been completely satisfied with the results, only to have it hit production and you have no idea whether it’s working properly? I had such an experience recently with a one-off rake task. The following details that, along with what I learned and how to prevent it from happening to your projects. [more inside]

journaltxt (jo) gem & tool - reads single-file Journal.TXT & auto-builds blog

Hello, the new journaltxt (jo) library (gem) and command line tool - reads single-file Journal.TXT - the new human multi-document format for writers - and writes out (auto-builds) a blog (w/ Jekyll posts etc.). Reinventing blogging on the internets! Single-file publishing is the new single push-button publishing ;-) See the samples/Vienna.txt source and live Vienna.TXT Blog w/ Jekyll Minima as examples. Happy writing and publishing.

Vagrant VM for Rails development (Ubuntu 16.04)

A new version of the Zen Rails Development Environment is available. It’s a Ubuntu 16.04 Vagrant VM (for Virtualbox), built for Ruby on Rails development. It comes with tools such as PostgreSQL, Selenium & ChromeDriver (to run Chrome headless with Capybara JavaScript-enabled tests), installed and configured. Useful if you are stuck in a Windows PC or want to isolate your development environment from your Mac or Linux PC.

Command Line Report 4.0.0 Released

Tired of writing command line applications full of puts statements to create a user experience or present data in the terminal window? Have you ever wanted to easily create a tabular report after your application has collected the data? Then make sure to download and get started with the latest version of the Command Line Reporter project. It provides a simple DSL to accomplish many of the tasks you want in your scripts from Progress Bars to easily formatted tables. The wiki has plenty of information to get your started and the gem is available on rubygems.org with source on github.

nil?, empty?, blank? - what's the difference actually?

In nil?, empty?, blank? in Ruby on Rails - what’s the difference actually? we dive into 3 commonly used methods to discover their similarities and differences. Many examples, some digressions and code from Rails included.

you can think of String as a collection of bytes/characters. Shouldn’t there be…

RenderReact

I have node based JavaScript tooling, but wanted a way to render my React components from Ruby, with the option to pre-render React components on the server. This led to

http://www.chicagocubsjerseys.us http://www.cheapoakleysunglassesofficial.us.co…
http://www.chicagocubsjerseys.us http://www.cheapoakleysunglassesofficial.us.co…
http://www.chicagocubsjerseys.us http://www.cheapoakleysunglassesofficial.us.co…

5 Benefits of Immutable Objects Worth Considering for Your Next Project

5 Benefits of Immutable Objects Worth Considering for Your Next Project As a ruby developer, immutability is thrown around by functional programming aficionados for awhile. as a skeptic I've passed it off as a buzzword and kept moving along. I recently started learning elixir and it popped up again, so I wanted to get a deep understanding of what the concept is and how it benefits our software in the real-world...

Loading older posts