The most efficient way to create gem/engine/plugin

Hi all,

We are looking for the most efficient way to create
gem/engine/plugin.Which
can be integrated with any application with minimum effort.

Any suggestion is highly appreceated.

On 19 June 2012 11:02, debadatta [email protected] wrote:

Hi all,

We are looking for the most efficient way to create gem/engine/plugin.Which
can be integrated with any application with minimum effort.

Possibly the most efficient way to create it would be to start by
using google with appropriate keywords to find documentation and
tutorials on creating gems, engines and plugins.

Colin

use enginex: GitHub - josevalim/enginex: An executable which creates a bare Rails 3 engine (which is used in Crafting Rails Applications)
to create a gem for rails applications

or you could try rubygem and bundler that has a built in feature to
generate you own gem

On Wed, Jun 20, 2012 at 2:51 AM, Colin L. [email protected]
wrote:

tutorials on creating gems, engines and plugins.

To view this discussion on the web visit
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.


David A. Prasetya
RoR Developers

skype: david.angga
phone: +62 85 222 1 5555 2
*

The enginex strategy (GitHub - josevalim/enginex: An executable which creates a bare Rails 3 engine (which is used in Crafting Rails Applications)) is only good
for Rails 3.0.

As the README.md says, engines for Rails 3.1+ should be written using
this
strategy,

Weston P.
Rails Freelancer Dev

[email protected]