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
-

Mark Bates July 22nd, 2008 @ 10:45 AM
- → State changed from new to resolved
(from [0ee488dc7d49125394c853f950263513263fb88a]) - RJS Support [#6 state:resolved]
- Deprecate orm_support [#41 state:resolved]
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.
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.