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.

Rails 3 Documentation

I just relaunched PlasmaRails.org. It hosts the current Rails RDoc and is regenerated every day.

wow, pretty fast
what the point? There is already a whole bunch of documentation sites. What we …

musician_analytics_app - Quick Rails app on Heroku for tracking your band's stats

Yesterday, I created the musician_analytics gem, which lets you get current numbers on how well your band is doing on Twitter, MySpace, and Last.fm. Today, I pushed out a barebones Rails app that lets you view your band’s stats over time. It’s easy to get up and running in 5 minutes on Heroku, using the free database and free cron functionality. Github repo: musician_analytics_app

blsh jlkjlklioi

textmagic 0.4.0

textmagic is a Ruby interface to the TextMagic’s Bulk SMS Gateway. It got an important update this week and is now compatible with Ruby 1.9. Drop me a line about your experience if you’re using this. Enjoy!

textmagic = crap. overpriced and DOES NOT SUPPORT VERIZON OR SPRINT . who the f…
I’m sorry to hear that. I’m not affiliated with the company so I hoped to get s…

DNote 1.3

I just release DNote 1.3 (website). This new version adds support for other languages besides Ruby. Simply supply a -m option to the command line. For example, to scan your C code: $ dnote -m '//' *.c. In the next release I’ll look at adding an option to automatically map file extensions to comment markers. But -m was a quick implement, so I wanted to go ahead and get it out there. Have fun!

The Ruby Metaclass

The ruby metaclass (also known as the Singleton class) is a very commonly misunderstood ruby language construct. This, however, is essential to understanding how meta-programming works in ruby… Read more

Loading older posts