#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 Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

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