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.

A Ruby Library for Analyzing Baseball Statistics from MLB

A Ruby API for using the MLB Gameday statistics data. Easily get all sorts of deep baseball statistics about the current or past seasons using this library. Reads data from the same data source used by MLB.com’s Gameday application. The library includes many tests that demonstrate all sorts of stats that you can grab and do stuff with. http://github.com/timothyf/gameday_api

yass! i like.

Updated RubyStack and three new RoR Application Stacks

We are glad to announce a new version of RubyStack and three new awesome Ruby on Rails Application Stacks: Spree, Radiant and Typo. Updated RubyStack is mostly a bug-fixing release that includes the new Rails 2.3.5, Subversion Ruby bindings, updated Subversion 1.6.6, Ruby 1.8.7-p174 for Windows and many others. You can download it now as native installers for Windows, Linux and OS X, as virtual appliances and Amazon Machine Images. We welcome your feedback about which apps we should be packaging next and which features we should add.

ActiveRecord statistics v0.1.1

This is an ActiveRecord plugin that makes it easier to do reporting. The latest version includes several new features, the most important of which is support for caching! Check it out here.

Create temporary ActiveRecord models with Temping

Temping allows for the creation of temporary table-backed ActiveRecord models for use in tests. This is useful when writing ActiveRecord-extending plugins or for testing modules separate from their concrete implementations. The syntax for creating a model allows for any method call that can occur in a standard ActiveRecord::Base Model: [more inside]

Omniture Client

is a gem that integrates Omniture SiteCatalyst into your web application. It works with Rails, Sinatra or any other ruby web framework. It allows you to easily and unobtrusively set up custom tracking at the controller level. To find out more click here.

“simple-useragent” gem - cleaner browser specific CSS targeting

simple-useragent” gem - provides the ability to for cleaner browser specific CSS targeting*. For example, instead of the targeting IE7 with a CSS hack such as: *:first-child+html #content {height: 500px;} /* IE7 */ - you can now do this: .ie7 #content {height: 500px;}

A jQuery plugin in case you don’t use Rails: http://github.com/alexrabarts/jque…
Thanks - updated the blog post to note the jQuery plugin.

What are your top company blogs?

I’ve shared list of my favourite company blogs, because I think it’s a great source of knowledge and down to earth solutions. What are your picks in Ruby, Javascript & CSS category?

Why is this post relevant and worth the rest of the ruby community’s time? …
I stick to rubyflow and rubyinside mainly for project announcements. I don’t…

Correlating documents in CouchDB

Correlate is an experiment in expressing relationships between documents in CouchDB using CouchRest. It adopts some principles from the way the web loosely expresses relationships and mixes it cleanly into the JSON documents saved in couch.

Loading older posts