views:

35

answers:

1

I'm trying to extract some common code into a gem.

I'm thinking that acts_as_somethingis a good strategy for simple re-use.

Is there a good tutorial that discusses this for rails3 gems? I've found several that discuss rails2 (such as http://guides.rubyonrails.org/plugins.html) but that is specific to rails2

here are some of the tutorials/blogs I've already read:

thanks