rohan@Rehoboam:~/repos/back-end/rails/private-events$ rails s
=> Booting Puma
=> Rails 7.0.4 application starting in development
=> Run `bin/rails server --help` for more startup options
Puma starting in single mode...
* Puma version: 5.6.5 (ruby 3.1.2-p20) ("Birdie's Version")
* Min threads: 5
* Max threads: 5
* Environment: development
* PID: 8699
* Listening on http://127.0.0.1:3000
* Listening on http://[::1]:3000
Use Ctrl-C to stop
Started GET "/users/sign_up" for ::1 at 2023-02-08 12:35:09 +0530
ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
Processing by Devise::RegistrationsController#new as HTML
Rendering layout layouts/application.html.erb
Rendering devise/registrations/new.html.erb within layouts/application
Rendered devise/shared/_error_messages.html.erb (Duration: 1.6ms | Allocations: 245)
Rendered devise/shared/_links.html.erb (Duration: 3.8ms | Allocations: 582)
Rendered devise/registrations/new.html.erb within layouts/application (Duration: 22.0ms | Allocations: 5643)
Rendered layout layouts/application.html.erb (Duration: 90.7ms | Allocations: 40097)
Completed 200 OK in 122ms (Views: 96.8ms | ActiveRecord: 0.8ms | Allocations: 50627)
Started POST "/users" for ::1 at 2023-02-08 12:35:16 +0530
Processing by Devise::RegistrationsController#create as TURBO_STREAM
Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"first_name"=>"", "last_name"=>"", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms | Allocations: 5186)
NameError (undefined local variable or method `rendering_options' for #<Users::DeviseController::Responder:0x00007f6f24372400 @controller=#<Devise::RegistrationsController:0x0000000000bc98>, @request=#<ActionDispatch::Request POST "http://localhost:3000/users" for ::1>, @format=:turbo_stream, @resource=#<User id: nil, email: "", first_name: "", last_name: "", created_at: nil, updated_at: nil>, @resources=[#<User id: nil, email: "", first_name: "", last_name: "", created_at: nil, updated_at: nil>], @options={}, @action=:new, @default_response=nil>
render rendering_options.merge(formats: :html, status: :unprocessable_entity)
^^^^^^^^^^^^^^^^^):
app/controllers/users/devise_controller.rb:13:in `rescue in to_turbo_stream'
app/controllers/users/devise_controller.rb:3:in `to_turbo_stream'
{"html5":"htmlmixed","css":"css","javascript":"javascript","php":"php","python":"python","ruby":"ruby","lua":"text\/x-lua","bash":"text\/x-sh","go":"go","c":"text\/x-csrc","cpp":"text\/x-c++src","diff":"diff","latex":"stex","sql":"sql","xml":"xml","apl":"apl","asterisk":"asterisk","c_loadrunner":"text\/x-csrc","c_mac":"text\/x-csrc","coffeescript":"text\/x-coffeescript","csharp":"text\/x-csharp","d":"d","ecmascript":"javascript","erlang":"erlang","groovy":"text\/x-groovy","haskell":"text\/x-haskell","haxe":"text\/x-haxe","html4strict":"htmlmixed","java":"text\/x-java","java5":"text\/x-java","jquery":"javascript","mirc":"mirc","mysql":"sql","ocaml":"text\/x-ocaml","pascal":"text\/x-pascal","perl":"perl","perl6":"perl","plsql":"sql","properties":"text\/x-properties","q":"text\/x-q","scala":"scala","scheme":"text\/x-scheme","tcl":"text\/x-tcl","vb":"text\/x-vb","verilog":"text\/x-verilog","yaml":"text\/x-yaml","z80":"text\/x-z80"}