Release 0.0.6
Thursday, February 28th, 2008Get it while it’s hot! Of course, you’ll probably want to wait a bit for it to propagate to all the gem mirrors. If you really can’t wait, you can find it here.
$ sudo gem install mack
From the CHANGELOG:
- rake generate:<generator_name>
- rake generate:plugin – will generate the stub of a plugin in the vendor/plugins directory.
- rake dump:config – prints out the configuration information for the specified environment.
- redirect_to now takes an optional Hash as a second parameter, instead of a fixnum.
- redirect_to will now do server side redirects if passed :server_side => true as part of the optional second argument Hash.
- plugin in support. plugins get loaded before the ‘app’ directory. each plugins ‘lib’ directory is added to the global load path and then each plugins ‘init.rb’ file is called, which is responsible for loading the necessary files. The ‘lib’ directories are finally removed from the global load path.
- renamed initialize directory to initialization. moved logging, orm_support, and plugins to a subfolder called initializers.

