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.

Aspect4r 0.7.1 is released

I’ve just released Aspect4r 0.7.1. Please see more details on my blog post. Aspect4r adds a solid method wrapper to Ruby, makes it easy to do Aspect Oriented Programming with help of Ruby’s powerful meta-programming functionality.

Kudos. Looks good. I’ll have to dig into the code when I get a chance. The only…
The proxy is generated by aspect4r. It is currently a method object and can be …
In generated code, I could do proxy.bind(self) then pass it to the advice block…

New version of Bowline & Bowlineapp.com released (Ruby Desktop Apps)

I just launched bowlineapp.com - Bowline’s home. On top of that, a new version of Bowline has been released which has been almost completely rewritten to sit on top of it’s own wxWidgets/WebKit framework. [more inside]

looks like the shiznit
Looks really promising, for long I’ve wished that someone would create a framew…
Very interesting. Maybe this is the future - no more native apps but web apps f…
That’s so hot!

array#only for ruby

A small post providing a semantic replacement for array.first when you only expect it to contain one item.

This is a poor solution looking for a problem.

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