RubyFlow The Ruby and Rails community linklog

worlddb/console - Try world.db w/ Interactive Ruby Console

I’ve added support for the interactive Ruby console (irb) to the open world database gem. Use irb -r worlddb/console and you’re ready to go. Try en = Country.find_by_key! 'en'; en.regions; en.cities or euro = Tag.find_by_key! 'euro'; euro.countries and so on. More info. Live demo. Cheers.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in