Processing by UsersController#new as HTML Completed 500 Internal Server Error in 0ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"MyString"}} Completed 500 Internal Server Error in 0ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"MyString"}} Completed 500 Internal Server Error in 0ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"invalid value"}} Completed 500 Internal Server Error in 0ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"invalid value"}} Completed 500 Internal Server Error in 0ms Started GET "/users" for 127.0.0.1 at 2013-12-10 11:50:53 +0000 Processing by UsersController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" SQLite3::SQLException: no such table: users: SELECT "users".* FROM "users" Completed 500 Internal Server Error in 9ms Processing by UsersController#new as HTML Completed 500 Internal Server Error in 0ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"MyString"}} Completed 500 Internal Server Error in 0ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"MyString"}} Completed 500 Internal Server Error in 0ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"invalid value"}} Completed 500 Internal Server Error in 0ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"invalid value"}} Completed 500 Internal Server Error in 0ms Started GET "/users" for 127.0.0.1 at 2013-12-10 11:51:05 +0000 Processing by UsersController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" SQLite3::SQLException: no such table: users: SELECT "users".* FROM "users" Completed 500 Internal Server Error in 8ms  (55.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (3.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20130506080641)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(20) NOT NULL, "gender" varchar(1) NOT NULL, "created_at" datetime, "updated_at" datetime)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130506080641"]]  (2.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (2.1ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.1ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction Processing by UsersController#new as HTML Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction  (0.1ms) SELECT COUNT(*) FROM "users" Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"MyString"}} WARNING: Can't mass-assign protected attributes for User: new app/controllers/users_controller.rb:43:in `create'  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.1ms) rollback transaction Completed 500 Internal Server Error in 3ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"MyString"}} WARNING: Can't mass-assign protected attributes for User: new app/controllers/users_controller.rb:43:in `create'  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.1ms) rollback transaction Completed 500 Internal Server Error in 3ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"MyString"}} WARNING: Can't mass-assign protected attributes for User: new app/controllers/users_controller.rb:43:in `create'  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction Completed 500 Internal Server Error in 4ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"invalid value"}} WARNING: Can't mass-assign protected attributes for User: new app/controllers/users_controller.rb:43:in `create' Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"invalid value"}} WARNING: Can't mass-assign protected attributes for User: new app/controllers/users_controller.rb:43:in `create' Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms) WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.1ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.1ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "gender", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00], ["gender", "f"], ["name", "f"], ["updated_at", Tue, 10 Dec 2013 11:51:38 UTC +00:00]]  (58.7ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1 Started GET "/users" for 127.0.0.1 at 2013-12-10 11:51:38 +0000 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms) Rendered users/_form.html.erb (5.5ms) Rendered users/_form.html.erb (1.6ms) WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (2.0ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.1ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction Processing by UsersController#new as HTML Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.1ms) rollback transaction  (0.2ms) SELECT COUNT(*) FROM "users" Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"MyString"}} WARNING: Can't mass-assign protected attributes for User: new app/controllers/users_controller.rb:43:in `create'  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.1ms) rollback transaction Completed 500 Internal Server Error in 3ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"MyString"}} WARNING: Can't mass-assign protected attributes for User: new app/controllers/users_controller.rb:43:in `create'  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.1ms) rollback transaction Completed 500 Internal Server Error in 3ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"MyString"}} WARNING: Can't mass-assign protected attributes for User: new app/controllers/users_controller.rb:43:in `create'  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.1ms) rollback transaction Completed 500 Internal Server Error in 3ms Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"invalid value"}} WARNING: Can't mass-assign protected attributes for User: new app/controllers/users_controller.rb:43:in `create' Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms) Processing by UsersController#create as HTML Parameters: {"user"=>{"new"=>"invalid value"}} WARNING: Can't mass-assign protected attributes for User: new app/controllers/users_controller.rb:43:in `create' Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.0ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.1ms) rollback transaction WARNING: Can't mass-assign protected attributes for User: new  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]] SQLite3::ConstraintException: users.name may not be NULL: INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)  (0.1ms) rollback transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "gender", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00], ["gender", "f"], ["name", "f"], ["updated_at", Tue, 10 Dec 2013 11:52:11 UTC +00:00]]  (58.0ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1 Started GET "/users" for 127.0.0.1 at 2013-12-10 11:52:11 +0000 Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms) Rendered users/_form.html.erb (4.8ms) Rendered users/_form.html.erb (1.8ms)  (0.1ms) begin transaction SQL (2.2ms) INSERT INTO "users" ("created_at", "gender", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Dec 2013 11:54:20 UTC +00:00], ["gender", "f"], ["name", "f"], ["updated_at", Tue, 10 Dec 2013 11:54:20 UTC +00:00]]  (53.6ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1