You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: