Hi guys, I am rather new to the rails world and need your help in pointing me to a good sample project and/or some hints how best to implement it.
I have implemented an API section for a website of mine that deals with API Key management and want to publish parts of it as a gem so that it can be easily used it in other projects. This consists of controllers, views, some mongoid models, some coffeescript code, some scss. In a way it is a mini application with replaceable parts. What is the recommended way in Rails 3 to implement this in a gem so that it is reusable and future proof (Rails 3.1 comes to mind). Should I look into rails engines? Do you know of any samples that implement best practices? Thanks Martin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

