Sha256: c7b75522d43af2a734f25bd76dfc61d771e5f173b5a72729816a9d8d0dcad29c
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
h1. Multi App Engine Similar to "enginex":https://github.com/josevalim/enginex but can generate and setup multiple individual dummy apps (configured for either Mongoid or Active Record) for testing your gem. h2. Usage @$ mengine ENGINE_NAME [options]@ Use _--help_ to see supported options. h2. Example usage Create a default engine called 'MyEngine' @$ mengine my-engine@ Dummy apps: * _dummy-active_record_ h2. Dummies for ORMs Create engine named 'MyEngine' and dummy apps configured for A.R and Mongoid @$ mengine my-engine --orms mongoid ar@ Dummy apps: * _dummy-mongoid_ * _dummy-active_record_ h2. Testing framework Create engine named 'Demox' and a single dummy app configured for Mongoid. Use Rspec as the testing framework for the engine. @$ mengine demox --orms mongoid -t rspec@ Dummy apps: * dummy-mongoid h2. Dummy application types Create engine named 'Demox' and create dummy apps for cancan and devise (types). For each type create dummy apps for A.R and Mongoid. Use Rspec as the testing framework. @$ mengine demo --orms mongoid ar --types cancan devise -t rspec@ Dummy apps: * _dummy-cancan-mongoid_ * _dummy-cancan-active_record_ * _dummy-devise-mongoid_ * _dummy-devise-active_record_ h2. Bugs and Feedback If you discover any bugs, feel free to send me a message or create an issue on GitHub tracker MIT License. Copyright 2011 Kristian Mandrup
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
multiengine-0.5.0 | README.textile |