orm_adapter icon indicating copy to clipboard operation
orm_adapter copied to clipboard

Deprecation warning in rails generator help

Open rails-express opened this issue 13 years ago • 1 comments

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

rails-express avatar Sep 08 '11 15:09 rails-express

Are you still seeing this?

ianwhite avatar Aug 05 '14 14:08 ianwhite