Making a custom plugin/gem/engine for Rails 3 app
I am following the guide http://edgeguides.rubyonrails.org/plugins.html and it seems to be slightly outdated. Could you have a look on it and tell me which sections should be done in a different way in Rails 3? EDIT1: Links to alternative tutorials are also very welcome! You're right, that guide isn't the best (the last changelog entry is April 2010). Instead, I'd recommend you read: https://github.com/radar/guides/blob/master/gem-development.md I bumped into this question, and the answers are now outdated. The railsguide is currently up to date: http://guides.rubyonrails.org/engines.html The