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.

Git Cop 1.0.0

Having worked on many teams where Git commit messages have been non-descriptive; hard to reason about what has been committed; inconsistent; and so forth, I’m happy to announce the release of Git Cop 1.0.0. Now you have a tool, like Rubocop, that will help ensure good Git behavior on your feature branches so undesired commits never make it to master! Git Cop can be wired in as a Git Hook or, better yet, be added as part of your build process so feature branch builds fail if commits are bad (recommended). Let feature branch code reviews be focused on architecture and high level discussions while Git Cop takes care of reviewing Git commit behavior. All Git Cop checks are completely customizable for your team’s style guide, see the README for details. [more inside]

Open Data w/ Ruby - Football Confederations Cup Russia'17 - $ sportdb new confed2017

Hello, today opens the Football Confederations Cup in Russia. To celebrate the open football.db now includes public domain datasets for the Confed Russia’17 match schedule / tournament. Use the sportdb gem / tools to read in the plain text fixtures into your SQL database of choice (thanks to ActiveRecord). Use $ sportdb new confed2017.rb to download the zip archives, build the schema and read/parse the datasets resulting in a single-file SQLite football.db. Enjoy the beautiful game. Cheers.

Choose Your Rails 5 Default Stack

You can set up your Rails app the same way every time using a template that meets only your preferences. Or you can learn to use another stack that’s not an exact match for your preferences, but good enough to get the job done with minor tweaks. [more inside]

feedtxt v1.0.0 gem - adds metadata readers for JSON and INI to Feed.TXT

Hello, the new feedtxt v1.0.0 gem for reading web feeds in the new Feed.TXT format now includes metadata readers / parsers in JSON and INI formats (in addition to YAML). The INI reader uses the INI.load reader from the props gem (ConfUtils). Use Feedtxt.parse for all formats or Feedtxt::YAML.parse, Feedtxt::JSON.parse or Feedtxt::INI.parse for metadata format-specific parsers. Cheers. PS: Feed.TXT is also known as RSS (Really Simple Sharing) 5.0 ;-).

Loading older posts