python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Rails 3 initializing custom Railtie
In a Rails 3 project, I'm creating a custom Railtie in order to monkey patch the Rails migration generator. I'm using the multiverse gem as a source of inspiration as it's very close to what I'm tryin...
Michael Evans
Votes: 0
Answers: 0
Rails3 getting 'Could not dump table "table_name" because of following StandardError' error in the schema.rb file for the table
#Could not dump table "table_name" because of following StandardError
#Unknown type 'json' for column 'column_name'

Akash Karmakar
Votes: 0
Answers: 0
Is there any way to allow generate_otp_backup_codes using validate_and_consume_otp?
I am using device-two-factor gem for otp generation in rails.
I am using generate_otp_backup_code to a specific user for testing purpose which is generating otp successfully.
validate_and_consume_otp ...
Aishwarya Jayakumar
Votes: 0
Answers: 0
Graphql-ruby Bulding Mutation/query Without the need of user authentication
Hey I have a graphql mutation which needs to be implemented before user logs in. Till now I have been using graphql endpoints only after User is fully authenticated. Since graphql controller inherits ...
JIGME
Votes: 0
Answers: 1