Application Generation Options
The mack command accepts several options to help you customize the creation of your Mack application.
- -o [data_mapper|active_record] Used to configure the ORM you would like to use with Mack. The default is DataMapper.
- -t [rspec|test_case] Used to configure the testing framework you would like to use with Mack. The default is RSpec.
- -j [jquery|prototype] Used to configure the JavaScript framework you would like to use with Mack. The default is jQuery.