Had to remove code that was building devise omniauth connections dynamically. The timing of when the rails engine builds the routes and the models is not conducive to this approach
dev
1 parent 4b2872a commit 3bcad2fdc353f030d84d836b139eb1986c616b2b
@briley briley authored on 10 Nov 2016
Showing 18 changed files
View
app/controllers/registrations_controller.rb
View
app/controllers/users/omniauth_callbacks_controller.rb
View
app/models/identifier_scheme.rb
View
app/models/user.rb
View
app/views/devise/registrations/_external_identifier.html.erb
View
config/initializers/devise.rb.example
View
config/locales/de.yml
View
config/locales/en-UK.yml
View
config/locales/en-US.yml
View
config/locales/fr.yml
View
config/routes.rb
View
db/migrate/20161024163546_create_user_identifier_scheme.rb
View
db/migrate/20161104161345_remove_logo_from_identifier_schemes.rb 100644 → 0
View
db/migrate/20161108214240_add_domain_to_identifier_schemes.rb 100644 → 0
View
db/schema.rb
View
db/seeds.rb
View
test/fixtures/identifier_schemes.yml
View
test/unit/identifier_schemes_test.rb