Download the trendy gem, or visit the github for trendy. — I’ve made another gem! It’s called Trendy, and it is a simple wrapper for the Twitter Search API, but the only the part of it that concerns trending topics. I’ve initially made it pretty simple, so I was able to learn a lot about [...]
Introducing Trendy
January 26th, 2010 · No Comments · Uncategorized
Tags:gem·github·rails·ruby·ruby on rails·twitter
Introducing YamlSeeder
January 21st, 2010 · 1 Comment · Uncategorized
Download the gem here (gemcutter.org) Visit the GitHub source here (github.com) — I’ve finally created a gem for Ruby on Rails apps. It’s called YamlSeeder, and its at version 0.0.1, naturally. YamlSeeder takes foxy-fixture-like YAML files and seeds them into your Rails app, using ActiveRecord. Why I Made It Originally, I stored all my seed [...]
Tags:activerecord·gem·github·rails·ruby·ruby on rails·yaml
The Problem with Ruby on Rails
November 24th, 2008 · No Comments · Uncategorized
I love Ruby on Rails, it’s so cool. It’s elegant, and it’s so easy to get started creating a functional website. However, the development of the framework moves far too fast. As a result, documentation become out-of-date fast. This makes it incredibly hard to follow any sort of tutorial, blog post, or advice given in [...]
Tags:rails·ruby·ruby on rails