Skip to content
forked from josevalim/enginex

fork of josevalim/enginex, aiming to generate a Rails3 engine with rspec2

License

Notifications You must be signed in to change notification settings

speedmax/enginex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enginex

This is a 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 is going to be used in José Valim’s upcoming book for Rails 3.

Usage

$ enginex ENGINE_NAME --test_framework=rspec

Rails 3.0.0.beta

Add following in test/dummy/config/application.rb as Workaround the config path bug in rails 3 beta

class Application < Rails::Application
  ...
  config.root = File.expand_path("../..", __FILE__)   # Work around
  ...
end

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

About

fork of josevalim/enginex, aiming to generate a Rails3 engine with rspec2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%