ianwhite / orm_adapter

Provides a single point of entry for using basic features of ruby ORMs
MIT License
194 stars 76 forks source link

Deprecation warning in rails generator help #8

Open rails-express opened 13 years ago

rails-express commented 13 years ago

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

ianwhite commented 10 years ago

Are you still seeing this?