#41 √ resolved
Mark Bates

Deprecate app_config.orm

Reported by Mark Bates | July 21st, 2008 @ 11:27 AM | in 0.6.1

From now on the correct way to load orm support should be using the config/initializers/gems.rb file like such:

require_gems do |gem|
  gem.add "mack-data_mapper", :libs => "mack-data_mapper"
end

If someone has app_config.orm specified they should receive a deprecation notice at the WARN logging level. This message should tell them that this feature will be removed, and should show them how to configure gems.rb to support the use of their specified orm.

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Mack is a Ruby web application framework focused on writing distributed, portal-like, applications. it's built on best of breed technologies, such as Rack, Cachetastic, and DataMapper.

Shared Ticket Bins

People watching this ticket

Tags