lethunder

Results 9 comments of lethunder

I'm using tiny_tds also with activerecord-sqlserver-adapter for sql azure 2013. I used to experience timeout. i don't know what to do.....

i've install the pre beta version but i'm still facing timeout issues

Hello and thank you for responding so quickly. I would like to use your code in a ruby on rails application to view DB structure with relations.i base my self...

working good this way.thanks

Thanks. Let me check this Le mar. 16 juil. 2019 à 18:25, Adam ⚛ Stegman a écrit : > Yes, you can set devise.saml_default_update_resource_hook to a proc. Use the >...

Hey, actually I'm not sure how this can be usefull for what I intend to do. I created a saml sessions controller which inherit from devise saml sessions controller. The...

hey, thanks for your response. I did something on my side that is working. i override self.authenticate_with_saml by updating this piece of code if Devise.saml_update_user || (resource.new_record? && Devise.saml_create_user) Devise.saml_update_resource_hook.call(resource,...