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.

Scheduling Recurring Events with Ice Cube Gem

Ice_cube is a ruby library for effectively taking care of repeated events (schedules). The force lies in the ability to indicate multiple rules, and have ice_cube rapidly make sense of whether the schedule falls on a specific date (.occurs_on?), or what times it… read more

English Premier League (EPL) 2016/17 Season - Open Data in Text (n SQL, JSON,...)

Hello, I’ve added the new 2016/17 season for the English Premier League (EPL). To import the plain text public domain datasets (fixtures) in your (SQL) database of choice (defaults to sqlite) use $ sportdb build in the /eng-england folder. It’s that easy ;-) Enjoy the beautiful game. Cheers. PS: Step 0.1 - $ gem install sportdb and Step 0.2 - $ git clone <https://github.com/openfootball/eng-england.git> or download the zip archive. PPS: Find out more about the sportdb gem family on the project site.

Minitest Cheat Sheet

This cheat sheet is for novice programmers (or more experienced developers with poor memories) and includes a basic reference to core Minitest syntax as well as assertions and Minitest::Spec expectations with simple code examples. (Free PDF, no email signup required.)

Loading older posts