Skip to content

Instantly share code, notes, and snippets.

@JoaoFelipe
Created October 26, 2013 16:20
Show Gist options
  • Save JoaoFelipe/7171370 to your computer and use it in GitHub Desktop.
Save JoaoFelipe/7171370 to your computer and use it in GitHub Desktop.
Server Log for "Criar outro" (add another) action as requested in https://github.com/activescaffold/active_scaffold/issues/296
Started GET "/students/2/edit_associated?child_association=student_majors&parent_controller=students" for 127.0.0.1 at 2013-10-26 14:15:47 -0200
Processing by StudentsController#edit_associated as JS
Parameters: {"child_association"=>"student_majors", "parent_controller"=>"students", "id"=>"2"}
User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
Student Load (0.1ms) SELECT "students".* FROM "students" WHERE "students"."id" = ? LIMIT 1 [["id", "2"]]
Rendered /home/joao/.rvm/gems/ruby-1.9.3-p448@sapos/gems/active_scaffold-3.3.3/app/views/active_scaffold_overrides/_form_association_record.html.erb (1.3ms)
Rendered /home/joao/.rvm/gems/ruby-1.9.3-p448@sapos/gems/active_scaffold-3.3.3/app/views/active_scaffold_overrides/edit_associated.js.erb (23.7ms)
Completed 200 OK in 36ms (Views: 28.6ms | ActiveRecord: 0.3ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment