Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML Rendering users/index.html.erb within layouts/application User Load (0.5ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (16.8ms) Completed 200 OK in 366ms (Views: 340.1ms | ActiveRecord: 5.0ms) Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js? body=1" for ::1 at 2016-09-23 04:14:50 -0300 Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js? body=1" for ::1 at 2016-09-23 04:14:50 -0300 Started GET "/assets/application.self- b89234cf2659d7fedea75bca0b8d231ad7dfc2f3f57fcbaf5f44ed9dc384137b.js?body=1" for ::1 at 2016-09-23 04:14:50 -0300 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js? body=1" for ::1 at 2016-09-23 04:14:50 -0300 Started GET "/assets/ action_cable.self-1641ec3e8ea24ed63601e86efcca7f9266e09f390e82199d56aa7e4bd50e1aa9.js?body=1" for ::1 at 2016-09-23 04:14:50 -0300 Started GET "/assets/application.self- e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-23 04:14:50 -0300 Started GET "/assets/cable.self-6e0514260c1aa76eaf252412ce74e63f68819fd19bf740595f592c5ba4c36537.js? body=1" for ::1 at 2016-09-23 04:14:50 -0300
Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML Rendering users/index.html.erb within layouts/application User Load (0.4ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (12.2ms) Completed 200 OK in 315ms (Views: 293.4ms | ActiveRecord: 3.9ms)
true end class User < ActiveRecord::Base has_many :addresses, index_errors: true validates :name, presence: true accepts_nested_attributes_for :addresses end
true end class User < ActiveRecord::Base has_many :addresses, index_errors: true validates :name, presence: true accepts_nested_attributes_for :addresses end
Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML Rendering users/index.html.erb within layouts/ application User Load (0.4ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/ application (20.5ms) ["name", "age"] Completed 200 OK in 395ms (Views: 361.8ms | ActiveRecord: 4.2ms)
Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML Rendering users/index.html.erb within layouts/ application User Load (0.4ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/ application (20.5ms) ["name", "age"] Completed 200 OK in 395ms (Views: 361.8ms | ActiveRecord: 4.2ms)