We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to create account it fails, and rollback
Loading production environment (Rails 5.0.1) irb(main):001:0> Account.create(email: "[email protected]", password: "yourpassword", password_confirmation: "yourpasword") (0.3ms) begin transaction Account Exists (0.6ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."email" = ? LIMIT ? [["email", "[email protected]"], ["LIMIT", 1]] (0.3ms) rollback transaction => #<Account id: nil, email: "[email protected]", created_at: nil, updated_at: nil, authentication_token: nil> irb(main):002:0>
I tried different emails, but still failng
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to create account it fails, and rollback
Loading production environment (Rails 5.0.1)
irb(main):001:0> Account.create(email: "[email protected]", password: "yourpassword", password_confirmation: "yourpasword")
(0.3ms) begin transaction
Account Exists (0.6ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."email" = ? LIMIT ? [["email", "[email protected]"], ["LIMIT", 1]]
(0.3ms) rollback transaction
=> #<Account id: nil, email: "[email protected]", created_at: nil, updated_at: nil, authentication_token: nil>
irb(main):002:0>
I tried different emails, but still failng
The text was updated successfully, but these errors were encountered: