nicholaides
nicholaides

Reputation: 19509

Rails plugin development documentation and resources

Are there any resources or documentation for developing Rails plugins?
I'm using other plugins as examples, but it's hard to know if I'm doing something wrong, or if there's another way to do something. All I can find are old blog posts. I haven't found any documentation on how to develop plugins and what functionality/hooks are available.

Upvotes: 4

Views: 555

Answers (1)

Nathan Campos
Nathan Campos

Reputation: 29507

Check this very good list:

Also, to improve your knowleadge, I'm going to suggest some resources to learn about Gem development:

In this tutorials and How-Tos, you will learn very good(and much) about this very nice and useful world ;)

Upvotes: 4

Related Questions