Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .9ms) SELECT sqlite_version(*)
- (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
- Processing by UsersController#index as HTML
- Rendering users/index.html.erb within layouts/application
- User Load (0.3ms) SELECT "users".* FROM "users"
- ↳ app/views/users/index.html.erb:8
- Rendered users/index.html.erb within layouts/application (Duration: 5.4ms | Allocations: 1471)
- /home/saruman/.rvm/gems/ruby-2.7.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/helper.rb:355: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /home/saruman/.rvm/gems/ruby-2.7.0/gems/sprockets-4.0.2/lib/sprockets/base.rb:118: warning: The called method `[]' is defined here
- [Webpacker] Everything's up-to-date. Nothing to do
- Completed 200 OK in 48ms (Views: 38.0ms | ActiveRecord: 0.9ms | Allocations: 14278)
- Started GET "/users/new" for ::1 at 2020-07-06 14:02:24 +0300
- Processing by UsersController#new as HTML
- Rendering users/new.html.erb within layouts/application
- Rendered users/new.html.erb within layouts/application (Duration: 5.3ms | Allocations: 1772)
- [Webpacker] Everything's up-to-date. Nothing to do
- Completed 200 OK in 31ms (Views: 14.8ms | ActiveRecord: 0.7ms | Allocations: 11013)
- Started POST "/users" for ::1 at 2020-07-06 14:02:54 +0300
- Processing by UsersController#create as HTML
- Parameters: {"authenticity_token"=>"9zJFZBYJPyIxR5m8C2jyNxClSFxDGbrCk+iD3l5X9iK3TUJtvsrIKMycoAfbU+d3ZfpPkBbdspssFV93etN78w==", "user"=>{"email"=>"[email protected]", "username"=>"saruman", "name"=>"Ruslan", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Зарегистрироваться"}
- Unpermitted parameter: :password
- (0.1ms) begin transaction
- ↳ app/controllers/users_controller.rb:12:in `create'
- User Exists? (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = ? LIMIT ? [["username", "saruman"], ["LIMIT", 1]]
- ↳ app/controllers/users_controller.rb:12:in `create'
- User Exists? (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "[email protected]"], ["LIMIT", 1]]
- ↳ app/controllers/users_controller.rb:12:in `create'
- (0.1ms) rollback transaction
- ↳ app/controllers/users_controller.rb:12:in `create'
- Rendering users/new.html.erb within layouts/application
- Rendered users/new.html.erb within layouts/application (Duration: 2.1ms | Allocations: 988)
- [Webpacker] Everything's up-to-date. Nothing to do
- Completed 200 OK in 29ms (Views: 9.0ms | ActiveRecord: 0.8ms | Allocations: 11641)
Add Comment
Please, Sign In to add comment