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
EDIT: Gahhh, sorry, I meant to post this in janko's repo.
Hi there,
First off, thanks for making this. Quite nice to have an easy in to Rodauth as a Rails dev.
I am finally trying out Rodauth Rails and am using blind_index for the Account model. I'm running into an error that has already been mentioned here: ankane/blind_index#10
I'm having a bit of a hard time tracking down whether or not the query being a string is true or not. I can't find any string queries, but I also don't know if I should be digging through the source code here, or in the rodauth repo itself.
Any help is appreciated, but I can post on Stack Overflow instead if needed.
Thanks!
Also: This is all the console is giving me for an error:
Sequel::DatabaseError (PG::UndefinedColumn: ERROR: column "email" does not exist
LINE 1: SELECT * FROM "accounts" WHERE (("email" = '[email protected]') AND ...
^
):
app/misc/rodauth_app.rb:9:in `block in <class:RodauthApp>'
The text was updated successfully, but these errors were encountered:
EDIT: Gahhh, sorry, I meant to post this in janko's repo.
Hi there,
First off, thanks for making this. Quite nice to have an easy in to Rodauth as a Rails dev.
I am finally trying out Rodauth Rails and am using blind_index for the Account model. I'm running into an error that has already been mentioned here:
ankane/blind_index#10
I'm having a bit of a hard time tracking down whether or not the query being a string is true or not. I can't find any string queries, but I also don't know if I should be digging through the source code here, or in the rodauth repo itself.
Any help is appreciated, but I can post on Stack Overflow instead if needed.
Thanks!
Also: This is all the console is giving me for an error:
The text was updated successfully, but these errors were encountered: