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.

Better globals with a tiny ActiveSupport module

In Rails, you might set data once during a request, but use it in every layer of your app. Which user is making the request? What permissions do they have? Using a Ruby global variable or class variable for this would be bad – multiple threads could overwrite it, and you’d end up with a huge mess. Instead, you need something that’s global, but for just that request.

sportdb Update (football.db,worldcup.db,etc.) Incl. Quick Starter Datafiles; Zip Downloads n More

I’ve uploaded a new sportdb gem update, that is, v1.9.14. What’s news? The sportdb gem that lets you load datasets (e.g. teams, leagues, matches, etc.) in plain text into your SQL database of choice now includes a new build system. Use the new Datafile - a mini language a.k.a. domain-specific language (DSL) that lets you setup your database in minutes. For example, to setup a football.db for all World Cups 1930-2014 use the worldcup.rb quick starter template. Type $ sportdb new worldcup to download the datasets (as zip archives), setup all tables, indexes, etc. and read in all fixtures. Cheers.

How about artist replica handbags?Designer accessories are consistently account…

Medium wysiwyg clone

I just launched Dante wysiwyg. It’s just another medium.com editor clone. it has many of the medium wysiwyg features, and is in our roadmap to get 100% of the features that medium editor has. It comes with asset-pipeline (rails/sprockets) integration out of the box.

Loading older posts