Repository is archived
No commit activity in last 3 years
No release in over 3 years
Creates a Rails 3 engine with Rakefile, Gemfile and running tests
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 3.0.3
~> 0.8
~> 0.14
 Project Readme

Enginex¶ ↑

Enginex is a command line tool which creates a Rails 3 Engine with Rakefile, Gemfile and a ready to run test suite on top of a vendored Rails application.

Enginex was created for the purpose of and used in José Valim’s book: Crafting Rails Applications available at plataformatec.com.br/crafting-rails-applications .

Use with 3.0 Only¶ ↑

Enginex is only available for Rails 3.0. *For Rails 3.1 onwards, Enginex was ported to Rails as ‘rails plugin new` by Piotr Sarnacki.*

Usage¶ ↑

$ enginex ENGINE_NAME

Give –help to see supported options.

Bugs and Feedback¶ ↑

If you discover any bugs, feel free to send me a message or create an issue on GitHub tracker:

github.com/josevalim github.com/josevalim/enginex/issues

MIT License. Copyright 2010 José Valim. blog.plataformatec.com.br