Code Monkey home page Code Monkey logo

active_record_openid_store's People

Contributors

nicolo avatar skorks avatar

Stargazers

 avatar

Watchers

 avatar  avatar

active_record_openid_store's Issues

Gem doesn't work with Rails 3.2

When trying to install active_record_openid_store in a Rails 3.2 project, I get this from bundler:

bundle install                                                                                                                                                                                              
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/..
Bundler could not find compatible versions for gem "activerecord":
  In snapshot (Gemfile.lock):
    activerecord (3.2.6)

  In Gemfile:
    active_record_openid_store (~> 0.1.3) ruby depends on
      activerecord (~> 3.0.0) ruby

I expected it to "just work".

deprecation warning in rails 3.2.1

Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead.

have fixed this minor issue in a fork, if you'd like to pull:
bpieck / active_record_openid_store

uninitialized constant ActiveRecordOpenidStore::ActiveRecordStore

Hey there,

I'm attempting to use this gem with Rails 3.2.13, Devise 2.2.3, and OmniAuth 1.1.3. When I use ActiveRecordOpenidStore::ActiveRecordStore.new as my OmniAuth store, I get the following error on application startup: uninitialized constant ActiveRecordOpenidStore::ActiveRecordStore (NameError)

If I debug using Pry, ActiveRecordOpenidStore responds, but ActiveRecordOpenidStore::ActiveRecordStore.new gives me the error.

Manually requiring 'active_record_openid_store' in devise.rb doesn't do anything as it already appears loaded (returns false).

Any ideas for things I should try or things I'm missing?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.