Chris Mendla

Results 5 issues of Chris Mendla

I have Kaminari working successfully with a number of apps. However it was failing in one particular case. For that application, I am connecting to an existing external database. I...

Feedback Needed

Is there a way to add a secondary domain server to the adauth.rb file? i.e. in the lines : > ``` > # The IP address or Hostname of a...

I'm not sure, but I think that there is an error in the documentation at https://github.com/Arcath/Adauth The code on the page was > class User < ActiveRecord::Base > include Adauth::Rails::ModelBridge...

I have an application that uses a schema prefix of eo. When I installed the gem, ran the generator for session migrate and then tried to do a db:migrate, I...

I need to be able to assign/change gon variables in a view. I did find something about how to do that but couldn't find it again. I tried ``` "1234"...