0
+* [#60] Fixed Mack executable problem
0
+* [#59] Fixed gems:* tasks
0
* [#57] Moved most files under to lib/mack
0
+* [#56] mack-more: Added Mack::Utils::RegistryMap
0
+* [#55] mack-more: mack-facets: Mack::Utils::Registry is now Mack::Utils::RegistryList
0
* [#54] Added DataMapper 0.9.3 support
0
-* [#24] Added mack-mailer support.
0
-* Added a rake tmp:clear task.
0
+* [#52] mack-more: mack-[orm] should require mack-[orm].rb using its full path.
0
+* [#51] Application generator should generate orm support in the right place
0
+* [#50] Mack will now have 2 environment files: mack_core and mack_app. Mack.rb will load both files, but it gives other module chance to load just the core files and not the application's files.
0
+* [#49] Making sure the orm tasks is available when orm_support is removed from the app_config
0
+* [#49] mack-active_record: mack-active_record.rb will require mack-active_record_tasks.rb
0
+* [#49] mack-data_mapper: mack-data_mapper.rb will require mack-data_mapper_tasks.rb
0
+* [#49] Updated warning message if orm is defined in app_config (i.e. user only needs to require mack-[orm_name], instead of both that and mack-[orm_name]_tasks).
0
* [#48] rake generator:list now displays the correct names for the generator tasks.
0
-* [#46] Calling .to_param on nil now raises a NoMethodError exception.
0
* [#47] rake gems:* tasks now work, and no longer require mack_ruby_core_extensions
0
-* [#18] Added Page caching. All that's needed for using page caching is to require the mack-caching gem, turn on
0
- page caching in your config files with:
0
- use_page_caching: true
0
- and, in your controllers, specify which pages you would like cached with the cache_pages directive:
0
- cache_pages :only => [:index, :show] # you can also use :except
0
-* [#43] Added a Mack::Utils::Registry class to allow for easy creation of registries.
0
+* [#46] Calling .to_param on nil now raises a NoMethodError exception.
0
* [#44] Mack::Runner has now been extended to allow for greater extension flexibility.
0
+* [#43] Added a Mack::Utils::Registry class to allow for easy creation of registries.
0
* [#42] Sessions can now be turned off globally using the app_config.mack.use_sessions switch.
0
+* [#41] Deprecate orm_support.rb
0
* [#38] There is now a registry of Controllers that are in the system.
0
* [#36] Renamed the initialize method in the Mack::Controller module to configure_controller. This gives
0
control of the initialize method back to the class.
0
-* [#31] Added support for ruby-debug.
0
-* [#33] mack-active_record now requires ActiveRecord 2.0.2 explicitly, not >=2.0.2
0
* [#34] Mack::l10n now raises exception with a fully qualified name.
0
+* [#33] mack-active_record now requires ActiveRecord 2.0.2 explicitly, not >=2.0.2
0
+* [#31] Added support for ruby-debug.
0
+* [#24] Added mack-mailer support.
0
+* [#18] Added Page caching. All that's needed for using page caching is to require the mack-caching gem, turn on
0
+ page caching in your config files with:
0
+ use_page_caching: true
0
+ and, in your controllers, specify which pages you would like cached with the cache_pages directive:
0
+ cache_pages :only => [:index, :show] # you can also use :except
0
* [#7] Added support for Extlib::Hook in a few places.
0
-* [#41] Deprecate orm_support.rb
0
-* [#49] Making sure the orm tasks is available when orm_support is removed from the app_config
0
-* [#49] mack-active_record: mack-active_record.rb will require mack-active_record_tasks.rb
0
-* [#49] mack-data_mapper: mack-data_mapper.rb will require mack-data_mapper_tasks.rb
0
-* [#49] Updated warning message if orm is defined in app_config (i.e. user only needs to require mack-[orm_name], instead of both that and mack-[orm_name]_tasks).
0
-* [#50] Mack will now have 2 environment files: mack_core and mack_app. Mack.rb will load both files, but it gives other module a chance to load just the core files and not the application's files.
0
-* [#51] Application generator should generate orm support in the right place
0
-* [#52] mack-more: mack-[orm] should require mack-[orm].rb using its full path.
0
-* [#55] mack-more: mack-facets: Mack::Utils::Registry is now Mack::Utils::RegistryList
0
-* [#56] mack-more: Added Mack::Utils::RegistryMap
0
-* [#60] Fixed Mack executable problem
0
+* Added a rake tmp:clear task.
0
* gem: application_configuration 1.5.1
0
* gem: ruby-debug 0.10.0
0
* gem: data_mapper 0.9.3