Sha256: 6610359c1d0e9194c66344462cce4549b00423edddbe9309aac2db0d5310e0a9
Contents?: true
Size: 797 Bytes
Versions: 1
Compression:
Stored size: 797 Bytes
Contents
===0.0.5 * 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. ===0.0.4 * gem: rack 0.3.0 * gem: ruby_extensions 1.0.11
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mack-0.0.5 | CHANGELOG |