views:

122

answers:

4

Hello

Whats the best guide to start working like creating a plugin/gem. I got this tutorial from railscast but this is very basic.I got some other tutorials but all of them are too basic. Any other tutorial, you can suggest.

and what the things we should kept in mind while creating a gem or plugin?

A: 

This is a good article from Ilya Grigorik on creating a Rails 3 plugin.

Andy Atkinson
A: 

I warmly recommend Rails Guides at http://guides.rubyonrails.org/ - they provide lots of interesting tutorials.

They also have an article about creating plugins.

Petrus Repo
A: 

I just finished creating my first rails engine which I packaged as a gem. I extracted a lot of useful foundational stuff and wrote up a tutorial on getting started with it:

http://keithschacht.com/creating-a-rails-3-engine-plugin-gem/

Keith Schacht