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.

football.db - New max.rb Datafile - 1000+ Teams, 10 000+ Matches, 100+ Leagues

Hello, The new max.rb Datafile lets you build a football.db with all open football data repos from GitHub w/ a single command that will 1) dowload all datasets (as zip archives), 2) create the SQLite database (and schema) and 3) read-in all datasets (from the zip archives), that is, try: $ sportdb new max. If all works - check w/ $ sportdb stats - and you will get: 100 leagues / 56 seasons; 77 events (league+season recs) / 1470 rounds / 133 groups; 1206 teams; 11001 games; 242 assocs orgs; 200 grounds stadiums and so on. All datasets and tooling public domain. Cheers.

sig: Another type checking gem for Ruby

The sig gem simplifies checking for proper “types” of method arguments and results. This is not static typing, but convenience when you need to ensure a specific object behavior.

I would recommend you to try to make it a decorator (instead of having the meth…
This is super awesome. I had no idea you could pass method declarations as argu…

Set Up Sublime Text 3 for Ruby Development

Sublime Text 3 (currently in beta, but stable!) is a powerful editor with good out-of-the-box support for Ruby. For example, did you know that ST3 has built-in source code indexing? Learn about this hidden (?) feature and take your Sublime setup to the next level with a curated list of Ruby-themed packages, commands, key mappings, and recommendations.

Still no debugger?
No debugger, AFAIK. That’s where pry comes in. :)
Really awesome! Thanks a lot
Loading older posts