How to create a plugin/gem in rails [closed]
开发者_运维知识库
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionWhats 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?
I might be late to comment here. I found very useful tutorial here. SO. just want to share it with u.
http://guides.rubygems.org/make-your-own-gem/
I warmly recommend Rails Guides at http://guides.rubyonrails.org/ - they provide lots of interesting tutorials.
They also have an article about creating plugins.
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:
https://web.archive.org/web/20151008192541/http://keithschacht.com/creating-a-rails-3-engine-plugin-gem/
精彩评论