orm_adapter
orm_adapter copied to clipboard
Deprecation warning in rails generator help
When calling $ rails generate --help
there occurs an deprecation warning when adding devise gem to the Gemfile, which depends on orm_adapter:
"DEPRECATION WARNING: require "activerecord" is deprecated and will be removed in Rails 3. Use require "active_record" instead. (called from /usr/lib/ruby/1.8/activerecord.rb:2)"
Found the require statement in orm_adapeter-0.0.5/lib/orm_adapter/adapters/active_record.rb
orm_adapeter Version 0.0.5
Are you still seeing this?