Robby O'Connor wrote in post #1172062:
With the amount of time you've spent whining and arguing and acting like
you're a victim...why not just share what's in your development.log
file...as you were asked really early in this thread. You are not
entitled to help, in fact we can just say f off, some might...I
won't...so just do what we asked...because quite frankly -- all i've
heard is you whine which is why I'm pissed at you personally.
Started GET "/" for 127.0.0.1 at 2015-04-15 12:14:01 +0530
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT
"schema_migrations".* FROM "schema_migrations"[0m
Processing by VisitorsController#index as HTML
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users"
Rendered visitors/index.html.erb within layouts/application (36.5ms)
Rendered layouts/_navigation_links.html.erb (51.2ms)
Rendered layouts/_navigation.html.erb (65.1ms)
Rendered layouts/_messages.html.erb (1.6ms)
Completed 200 OK in 3781ms (Views: 3640.1ms | ActiveRecord: 7.2ms)
Started GET "/users/sign_up" for 127.0.0.1 at 2015-04-15 12:14:08 +0530
Processing by Devise::RegistrationsController#new as HTML
Rendered devise/registrations/new.html.erb within layouts/application
(287.0ms)
Rendered layouts/_navigation_links.html.erb (1.6ms)
Rendered layouts/_navigation.html.erb (4.6ms)
Rendered layouts/_messages.html.erb (0.6ms)
Completed 200 OK in 1272ms (Views: 1016.6ms | ActiveRecord: 1.4ms)
Started POST "/users" for 127.0.0.1 at 2015-04-15 12:14:21 +0530
Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓",
"authenticity_token"=>"/hlfWSuave2dv+n5BSXb/iXSAAfyG7swubt34y0ctADi3sFWXMmt8IwpZoYYn/i+vRpvXnEcFyJmdpCoacXWww==",
"user"=>{"name"=>"Chirag Arya", "email"=>"edwardmaya008@gmail.com",
"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"},
"commit"=>"Sign up"}
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
[1m[35mUser Exists (0.6ms)[0m SELECT 1 AS one FROM "users" WHERE
"users"."email" = 'edwardmaya008@gmail.com' LIMIT 1
[1m[36mUser Load (1.2ms)[0m [1mSELECT "users".* FROM "users" WHERE
"users"."confirmation_token" = ? ORDER BY "users"."id" ASC LIMIT 1[0m
[["confirmation_token",
"f41567c6ddb783f39206ae49bef6415315fdbdda0bc7ecc3b6cdbd8cebe82bc7"]]
[1m[35mSQL (2.2ms)[0m INSERT INTO "users" ("email",
"encrypted_password", "name", "role", "created_at", "updated_at",
"confirmation_token", "confirmation_sent_at") VALUES (?, ?, ?, ?, ?, ?,
?, ?) [["email", "edwardmaya008@gmail.com"], ["encrypted_password",
"$2a$10$R.hBU1Eo4koKO6i.HzVdPuxOzYcDGwo0iVZq2UNbs.bsqGLergAem"],
["name", "Chirag Arya"], ["role", 0], ["created_at", "2015-04-15
06:44:23.074144"], ["updated_at", "2015-04-15 06:44:23.074144"],
["confirmation_token",
"f41567c6ddb783f39206ae49bef6415315fdbdda0bc7ecc3b6cdbd8cebe82bc7"],
["confirmation_sent_at", "2015-04-15 06:44:25.369904"]]
Rendered
/home/malware/.rvm/gems/ruby-2.2.0@finalproject/gems/devise-3.4.1/app/views/devise/mailer/confirmation_instructions.html.erb
(3.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in
1233.2ms
Sent mail to edwardmaya008@gmail.com (5526.5ms)