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.

GEM giphy_api_ruby: integrate with Giphy API easily!

giphy_api_ruby (https://github.com/faragorn/giphy_api_ruby ) - is new gem that will let you integrate with Giphy API and it is the only ruby gem that implements all endpoints and features documented in the official Giphy documentation. I tried to create it with minimal dependency on external libraries, as a result this gem uses only native Ruby libraries, making it very lightweight. Benchmarking showed that this gem performs faster then other similar libraries, considering you are using a good JSON parser. Comes with 100% test coverage. The Readme.md will help you to get started! Thanks :)

Clojure's interpose in Ruby

I wrote a post detailing how one might open up Enumerable to implement one of Clojure’s core functions. Whether one wants to open up Enumerable is left as an exercise for the reader :)

Office.TXT - The Free Writer’s Command Line Tool Suite - $ gem install officetxt

Hello, I’ve put together the world’s 1st office suite in ruby ;-) Let’s welcome Office.TXT - The Free Writer’s Command Line Tool Suite. Use $ gem install officetxt to install the all-in-one office bundle. What’s included? For now journaltxt, jekyll, drjekyll, mrhyde, octopod, m2w, rougify, kramdown, quik, and more. Anything missing? Let us know. Cheers.

tty-command v0.6.0 release

The newest tty-command provides new ways to redirect command input and output. You can easily redirect stdout to stderr in child process whilst preserving any output logging like so cmd.run('script...', :out => :err). Let me know what you think!

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.

Loading older posts