Skip to content

Instantly share code, notes, and snippets.

@dankozlowski
Created February 14, 2011 21:41
Show Gist options
  • Save dankozlowski/826611 to your computer and use it in GitHub Desktop.
Save dankozlowski/826611 to your computer and use it in GitHub Desktop.
Started POST "/organizations" for 127.0.0.1 at 2011-02-14 13:41:15 -0800
Processing by OrganizationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HKyJ6cwogJlmKsKgONi7driusIK9w7WnSa8PY/s8DvY=", "organization"=>{"user_id"=>"1", "title"=>"World Aid TV", "tagline"=>"Helping the World since 2011", "description"=>"We are a non-profit mission organization based in Santa Barbara, California. We like to help people connect across the globe to help those in need. We transfer all of our donations directly to the groups! We keep nothing!"}, "commit"=>"Save Organization"}
User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."id" = 1) LIMIT 1
AREL (0.5ms) INSERT INTO "organizations" ("user_id", "title", "tagline", "description", "created_at", "updated_at", "avatar_file_name", "avatar_content_type", "avatar_file_size", "avatar_updated_at") VALUES (1, 'World Aid TV', 'Helping the World since 2011', 'We are a non-profit mission organization based in Santa Barbara, California. We like to help people connect across the globe to help those in need. We transfer all of our donations directly to the groups! We keep nothing!', '2011-02-14 21:41:15.138311', '2011-02-14 21:41:15.138311', NULL, NULL, NULL, NULL)
[paperclip] Saving attachments.
Redirected to http://0.0.0.0:3000/organizations/11
Completed 302 Found in 117ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment