ad_man 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. data/app/controllers/ad_man/advertisements_controller.rb +1 -1
  2. data/app/helpers/ad_man/application_helper.rb +0 -1
  3. data/app/models/ad_man/advertisement.rb +12 -8
  4. data/app/models/ad_man/keyword.rb +2 -1
  5. data/app/views/ad_man/advertisements/_form.html.erb +4 -2
  6. data/app/views/ad_man/keywords/show.html.erb +2 -2
  7. data/db/migrate/20120808095742_add_priority_to_ad_man_advertisements.rb +1 -1
  8. data/lib/ad_man/version.rb +1 -1
  9. data/lib/generators/ad_man/install_generator.rb +20 -0
  10. data/test/dummy/db/development.sqlite3 +0 -0
  11. data/test/dummy/db/test.sqlite3 +0 -0
  12. data/test/dummy/log/development.log +594 -0
  13. data/test/dummy/log/test.log +1312 -0
  14. data/test/dummy/tmp/pids/server.pid +1 -0
  15. data/test/fixtures/ad_man/advertisements.yml +9 -6
  16. data/test/fixtures/ad_man/keywords.yml +3 -2
  17. data/test/fixtures/test.jpeg +0 -0
  18. data/test/fixtures/top_daintiness.jpeg +0 -0
  19. data/test/functional/ad_man/advertisements_controller_test.rb +3 -0
  20. data/test/test_helper.rb +4 -0
  21. data/test/unit/ad_man/advertisement_test.rb +38 -3
  22. data/test/unit/ad_man/keyword_test.rb +5 -3
  23. metadata +19 -20
  24. data/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/014/banner/1-NR-728x90-cool-b.gif +0 -0
  25. data/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/014/leaderboard/1-NR-728x90-cool-b.gif +0 -0
  26. data/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/014/original/1-NR-728x90-cool-b.gif +0 -0
  27. data/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/015/banner/9241eb4107b24c588c0ca0042534c03e.png +0 -0
  28. data/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/015/leaderboard/9241eb4107b24c588c0ca0042534c03e.png +0 -0
  29. data/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/015/original/9241eb4107b24c588c0ca0042534c03e.png +0 -0
  30. /data/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/{016/banner/d893babe671c41118c1fece177e0a21a.jpeg → 001/banner/test.jpeg} +0 -0
  31. /data/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/{016/leaderboard/d893babe671c41118c1fece177e0a21a.jpeg → 001/leaderboard/test.jpeg} +0 -0
  32. /data/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/{016/original/d893babe671c41118c1fece177e0a21a.jpeg → 001/original/test.jpeg} +0 -0
@@ -35505,3 +35505,597 @@ Served asset /ad_man/advertisements.js - 304 Not Modified (2ms)
35505
35505
 
35506
35506
  Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-09 17:34:30 +0800
35507
35507
  Served asset /jquery_ujs.js - 304 Not Modified (3ms)
35508
+ Connecting to database specified by database.yml
35509
+  (1.3ms) select sqlite_version(*)
35510
+  (2.8ms) CREATE TABLE "ad_man_advertisements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "destination_url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "ad_banner_file_name" varchar(255), "ad_banner_content_type" varchar(255), "ad_banner_file_size" integer, "ad_banner_updated_at" datetime, "display_count" integer DEFAULT 0 NOT NULL, "priority" integer, "start_date" date, "end_date" date, "keyword_id" integer)
35511
+  (2.3ms) CREATE TABLE "ad_man_keywords" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
35512
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
35513
+  (0.0ms) PRAGMA index_list("schema_migrations")
35514
+  (6.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35515
+  (0.1ms) SELECT version FROM "schema_migrations"
35516
+  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120808101547')
35517
+ Connecting to database specified by database.yml
35518
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
35519
+  (0.2ms) select sqlite_version(*)
35520
+  (39.6ms) CREATE TABLE "ad_man_advertisements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "destination_url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "ad_banner_file_name" varchar(255), "ad_banner_content_type" varchar(255), "ad_banner_file_size" integer, "ad_banner_updated_at" datetime, "display_count" integer DEFAULT 0 NOT NULL, "priority" integer, "start_date" date, "end_date" date, "keyword_id" integer) 
35521
+  (2.2ms) CREATE TABLE "ad_man_keywords" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
35522
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
35523
+  (0.0ms) PRAGMA index_list("schema_migrations")
35524
+  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35525
+  (0.1ms) SELECT version FROM "schema_migrations"
35526
+  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120808101547')
35527
+
35528
+
35529
+ Started GET "/ad_man/" for 127.0.0.1 at 2012-08-10 12:03:02 +0800
35530
+ Connecting to database specified by database.yml
35531
+ Processing by AdMan::AdvertisementsController#index as HTML
35532
+ AdMan::Advertisement Load (0.2ms) SELECT "ad_man_advertisements".* FROM "ad_man_advertisements" 
35533
+ AdMan::Keyword Load (0.1ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords"
35534
+  (0.3ms) SELECT COUNT(*) FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."keyword_id" = 12
35535
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/advertisements/index.html.erb within layouts/application (82.3ms)
35536
+ Completed 200 OK in 425ms (Views: 331.1ms | ActiveRecord: 4.4ms)
35537
+
35538
+
35539
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 12:03:03 +0800
35540
+ Served asset /application.css - 200 OK (3ms)
35541
+
35542
+
35543
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:03 +0800
35544
+ Served asset /jquery.js - 304 Not Modified (8ms)
35545
+
35546
+
35547
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:03 +0800
35548
+ Served asset /application.js - 304 Not Modified (5ms)
35549
+
35550
+
35551
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:03 +0800
35552
+ Served asset /jquery_ujs.js - 304 Not Modified (14ms)
35553
+
35554
+
35555
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:03 +0800
35556
+ Served asset /ad_man/advertisements.js - 304 Not Modified (2ms)
35557
+
35558
+
35559
+ Started GET "/ad_man/advertisements/16" for 127.0.0.1 at 2012-08-10 12:03:07 +0800
35560
+ Processing by AdMan::AdvertisementsController#show as HTML
35561
+ Parameters: {"id"=>"16"}
35562
+ AdMan::Advertisement Load (0.3ms) SELECT "ad_man_advertisements".* FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."id" = ? LIMIT 1 [["id", "16"]]
35563
+ AdMan::Keyword Load (0.2ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords" WHERE "ad_man_keywords"."id" = 12 LIMIT 1
35564
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from ___sers_dstrand__ode__uby_ad_man_app_views_ad_man_advertisements_show_html_erb__1222582996349679505_2166364360 at /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/advertisements/show.html.erb:36)
35565
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/advertisements/show.html.erb within layouts/application (69.9ms)
35566
+ Completed 200 OK in 79ms (Views: 75.9ms | ActiveRecord: 0.5ms)
35567
+
35568
+
35569
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:07 +0800
35570
+ Served asset /jquery.js - 304 Not Modified (0ms)
35571
+
35572
+
35573
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:07 +0800
35574
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35575
+
35576
+
35577
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:07 +0800
35578
+ Served asset /application.js - 304 Not Modified (0ms)
35579
+
35580
+
35581
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:07 +0800
35582
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35583
+
35584
+
35585
+ Started DELETE "/ad_man/advertisements/16" for 127.0.0.1 at 2012-08-10 12:03:10 +0800
35586
+ Processing by AdMan::AdvertisementsController#destroy as HTML
35587
+ Parameters: {"authenticity_token"=>"5PXTnKOG7DDu56yb1TezFHC+dZRc5/FlfjwMhI7itr8=", "id"=>"16"}
35588
+ AdMan::Advertisement Load (0.1ms) SELECT "ad_man_advertisements".* FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."id" = ? LIMIT 1 [["id", "16"]]
35589
+  (0.1ms) begin transaction
35590
+ [paperclip] Scheduling attachments for deletion.
35591
+ SQL (18.8ms) DELETE FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."id" = ? [["id", 16]]
35592
+ [paperclip] Deleting attachments.
35593
+ [paperclip] deleting /Users/dstrand/Code/Ruby/ad_man/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/016/original/d893babe671c41118c1fece177e0a21a.jpeg
35594
+ [paperclip] deleting /Users/dstrand/Code/Ruby/ad_man/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/016/leaderboard/d893babe671c41118c1fece177e0a21a.jpeg
35595
+ [paperclip] deleting /Users/dstrand/Code/Ruby/ad_man/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/016/banner/d893babe671c41118c1fece177e0a21a.jpeg
35596
+  (5.0ms) commit transaction
35597
+ Redirected to http://localhost:3000/ad_man/advertisements
35598
+ Completed 302 Found in 40ms (ActiveRecord: 24.0ms)
35599
+
35600
+
35601
+ Started GET "/ad_man/advertisements" for 127.0.0.1 at 2012-08-10 12:03:10 +0800
35602
+ Processing by AdMan::AdvertisementsController#index as HTML
35603
+ AdMan::Advertisement Load (0.2ms) SELECT "ad_man_advertisements".* FROM "ad_man_advertisements"
35604
+ AdMan::Keyword Load (0.1ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords" 
35605
+  (0.2ms) SELECT COUNT(*) FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."keyword_id" = 12
35606
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/advertisements/index.html.erb within layouts/application (49.1ms)
35607
+ Completed 200 OK in 57ms (Views: 54.6ms | ActiveRecord: 0.5ms)
35608
+
35609
+
35610
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:10 +0800
35611
+ Served asset /jquery.js - 304 Not Modified (0ms)
35612
+
35613
+
35614
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:10 +0800
35615
+ Served asset /application.js - 304 Not Modified (0ms)
35616
+
35617
+
35618
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:10 +0800
35619
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35620
+
35621
+
35622
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:10 +0800
35623
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35624
+
35625
+
35626
+ Started GET "/ad_man/keywords/12" for 127.0.0.1 at 2012-08-10 12:03:13 +0800
35627
+ Processing by AdMan::KeywordsController#show as HTML
35628
+ Parameters: {"id"=>"12"}
35629
+ AdMan::Keyword Load (0.2ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords" WHERE "ad_man_keywords"."id" = ? LIMIT 1 [["id", "12"]]
35630
+ AdMan::Advertisement Load (0.2ms) SELECT "ad_man_advertisements".* FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."keyword_id" = 12
35631
+ AdMan::Keyword Load (0.1ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords" 
35632
+  (0.4ms) SELECT COUNT(*) FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."keyword_id" = 12
35633
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from ___sers_dstrand__ode__uby_ad_man_app_views_ad_man_keywords_show_html_erb___622431770285188391_2158671980 at /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/show.html.erb:36)
35634
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/show.html.erb within layouts/application (9.4ms)
35635
+ Completed 200 OK in 22ms (Views: 15.1ms | ActiveRecord: 1.0ms)
35636
+
35637
+
35638
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:13 +0800
35639
+ Served asset /jquery.js - 304 Not Modified (0ms)
35640
+
35641
+
35642
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:13 +0800
35643
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35644
+
35645
+
35646
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:13 +0800
35647
+ Served asset /application.js - 304 Not Modified (0ms)
35648
+
35649
+
35650
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:13 +0800
35651
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35652
+
35653
+
35654
+ Started DELETE "/ad_man/keywords/12" for 127.0.0.1 at 2012-08-10 12:03:18 +0800
35655
+ Processing by AdMan::KeywordsController#destroy as HTML
35656
+ Parameters: {"authenticity_token"=>"5PXTnKOG7DDu56yb1TezFHC+dZRc5/FlfjwMhI7itr8=", "id"=>"12"}
35657
+ AdMan::Keyword Load (0.1ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords" WHERE "ad_man_keywords"."id" = ? LIMIT 1 [["id", "12"]]
35658
+  (0.1ms) begin transaction
35659
+ AdMan::Advertisement Load (0.2ms) SELECT "ad_man_advertisements".* FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."keyword_id" = 12
35660
+ [paperclip] Scheduling attachments for deletion.
35661
+ SQL (0.6ms) DELETE FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."id" = ? [["id", 14]]
35662
+ [paperclip] Deleting attachments.
35663
+ [paperclip] deleting /Users/dstrand/Code/Ruby/ad_man/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/014/original/1-NR-728x90-cool-b.gif
35664
+ [paperclip] deleting /Users/dstrand/Code/Ruby/ad_man/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/014/leaderboard/1-NR-728x90-cool-b.gif
35665
+ [paperclip] deleting /Users/dstrand/Code/Ruby/ad_man/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/014/banner/1-NR-728x90-cool-b.gif
35666
+ [paperclip] Scheduling attachments for deletion.
35667
+ SQL (0.1ms) DELETE FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."id" = ? [["id", 15]]
35668
+ [paperclip] Deleting attachments.
35669
+ [paperclip] deleting /Users/dstrand/Code/Ruby/ad_man/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/015/original/9241eb4107b24c588c0ca0042534c03e.png
35670
+ [paperclip] deleting /Users/dstrand/Code/Ruby/ad_man/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/015/leaderboard/9241eb4107b24c588c0ca0042534c03e.png
35671
+ [paperclip] deleting /Users/dstrand/Code/Ruby/ad_man/test/dummy/public/system/ad_man/advertisements/ad_banners/000/000/015/banner/9241eb4107b24c588c0ca0042534c03e.png
35672
+ SQL (0.2ms) DELETE FROM "ad_man_keywords" WHERE "ad_man_keywords"."id" = ? [["id", 12]]
35673
+  (3.2ms) commit transaction
35674
+ Redirected to http://localhost:3000/ad_man/advertisements
35675
+ Completed 302 Found in 36ms (ActiveRecord: 4.5ms)
35676
+
35677
+
35678
+ Started GET "/ad_man/advertisements" for 127.0.0.1 at 2012-08-10 12:03:18 +0800
35679
+ Processing by AdMan::AdvertisementsController#index as HTML
35680
+ AdMan::Advertisement Load (0.2ms) SELECT "ad_man_advertisements".* FROM "ad_man_advertisements"
35681
+ AdMan::Keyword Load (0.1ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords" 
35682
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/advertisements/index.html.erb within layouts/application (0.5ms)
35683
+ Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms)
35684
+
35685
+
35686
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:18 +0800
35687
+ Served asset /jquery.js - 304 Not Modified (0ms)
35688
+
35689
+
35690
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:18 +0800
35691
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35692
+
35693
+
35694
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:18 +0800
35695
+ Served asset /application.js - 304 Not Modified (0ms)
35696
+
35697
+
35698
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:18 +0800
35699
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35700
+
35701
+
35702
+ Started GET "/ad_man/keywords/new" for 127.0.0.1 at 2012-08-10 12:03:22 +0800
35703
+ Processing by AdMan::KeywordsController#new as HTML
35704
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/_form.html.erb (3.0ms)
35705
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/new.html.erb within layouts/application (7.5ms)
35706
+ Completed 200 OK in 51ms (Views: 50.1ms | ActiveRecord: 0.0ms)
35707
+
35708
+
35709
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:22 +0800
35710
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35711
+
35712
+
35713
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:22 +0800
35714
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35715
+
35716
+
35717
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:22 +0800
35718
+ Served asset /jquery.js - 304 Not Modified (0ms)
35719
+
35720
+
35721
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:22 +0800
35722
+ Served asset /application.js - 304 Not Modified (1ms)
35723
+
35724
+
35725
+ Started POST "/ad_man/keywords" for 127.0.0.1 at 2012-08-10 12:03:24 +0800
35726
+ Processing by AdMan::KeywordsController#create as HTML
35727
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"5PXTnKOG7DDu56yb1TezFHC+dZRc5/FlfjwMhI7itr8=", "keyword"=>{"name"=>""}, "commit"=>"Create Keyword"}
35728
+  (0.1ms) begin transaction
35729
+ SQL (1.5ms) INSERT INTO "ad_man_keywords" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 10 Aug 2012 04:03:24 UTC +00:00], ["name", ""], ["updated_at", Fri, 10 Aug 2012 04:03:24 UTC +00:00]]
35730
+  (4.1ms) commit transaction
35731
+ Redirected to http://localhost:3000/ad_man/advertisements
35732
+ Completed 302 Found in 10ms (ActiveRecord: 5.7ms)
35733
+
35734
+
35735
+ Started GET "/ad_man/advertisements" for 127.0.0.1 at 2012-08-10 12:03:24 +0800
35736
+ Processing by AdMan::AdvertisementsController#index as HTML
35737
+ AdMan::Advertisement Load (0.2ms) SELECT "ad_man_advertisements".* FROM "ad_man_advertisements" 
35738
+ AdMan::Keyword Load (0.1ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords"
35739
+  (0.2ms) SELECT COUNT(*) FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."keyword_id" = 13
35740
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/advertisements/index.html.erb within layouts/application (2.6ms)
35741
+ Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.4ms)
35742
+
35743
+
35744
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:24 +0800
35745
+ Served asset /jquery.js - 304 Not Modified (0ms)
35746
+
35747
+
35748
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:24 +0800
35749
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35750
+
35751
+
35752
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:24 +0800
35753
+ Served asset /application.js - 304 Not Modified (0ms)
35754
+
35755
+
35756
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:03:24 +0800
35757
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35758
+ Connecting to database specified by database.yml
35759
+
35760
+
35761
+ Started GET "/ad_man/advertisements" for 127.0.0.1 at 2012-08-10 12:09:25 +0800
35762
+ Connecting to database specified by database.yml
35763
+ Processing by AdMan::AdvertisementsController#index as HTML
35764
+ AdMan::Advertisement Load (0.1ms) SELECT "ad_man_advertisements".* FROM "ad_man_advertisements" 
35765
+ AdMan::Keyword Load (0.1ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords"
35766
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/advertisements/index.html.erb within layouts/application (4.1ms)
35767
+ Completed 200 OK in 122ms (Views: 61.2ms | ActiveRecord: 2.5ms)
35768
+
35769
+
35770
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 12:09:25 +0800
35771
+ Served asset /application.css - 304 Not Modified (2ms)
35772
+
35773
+
35774
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:09:25 +0800
35775
+ Served asset /jquery.js - 304 Not Modified (51ms)
35776
+
35777
+
35778
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:09:25 +0800
35779
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
35780
+
35781
+
35782
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:09:25 +0800
35783
+ Served asset /application.js - 304 Not Modified (5ms)
35784
+
35785
+
35786
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:09:25 +0800
35787
+ Served asset /ad_man/advertisements.js - 304 Not Modified (2ms)
35788
+
35789
+
35790
+ Started GET "/ad_man/keywords/new" for 127.0.0.1 at 2012-08-10 12:09:27 +0800
35791
+ Processing by AdMan::KeywordsController#new as HTML
35792
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/_form.html.erb (9.2ms)
35793
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/new.html.erb within layouts/application (13.9ms)
35794
+ Completed 200 OK in 26ms (Views: 20.0ms | ActiveRecord: 0.0ms)
35795
+
35796
+
35797
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 12:09:27 +0800
35798
+ Served asset /application.css - 304 Not Modified (0ms)
35799
+
35800
+
35801
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:09:27 +0800
35802
+ Served asset /jquery.js - 304 Not Modified (0ms)
35803
+
35804
+
35805
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:09:27 +0800
35806
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35807
+
35808
+
35809
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:09:27 +0800
35810
+ Served asset /application.js - 304 Not Modified (0ms)
35811
+
35812
+
35813
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:09:27 +0800
35814
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35815
+
35816
+
35817
+ Started POST "/ad_man/keywords" for 127.0.0.1 at 2012-08-10 12:09:30 +0800
35818
+ Processing by AdMan::KeywordsController#create as HTML
35819
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"5PXTnKOG7DDu56yb1TezFHC+dZRc5/FlfjwMhI7itr8=", "keyword"=>{"name"=>""}, "commit"=>"Create Keyword"}
35820
+  (0.1ms) begin transaction
35821
+ AdMan::Keyword Exists (0.2ms) SELECT 1 AS one FROM "ad_man_keywords" WHERE "ad_man_keywords"."name" = '' LIMIT 1
35822
+  (0.1ms) rollback transaction
35823
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/_form.html.erb (3.1ms)
35824
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/new.html.erb within layouts/application (4.2ms)
35825
+ Completed 200 OK in 64ms (Views: 9.2ms | ActiveRecord: 0.3ms)
35826
+
35827
+
35828
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 12:09:30 +0800
35829
+ Served asset /application.css - 304 Not Modified (0ms)
35830
+
35831
+
35832
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:09:30 +0800
35833
+ Served asset /jquery.js - 304 Not Modified (0ms)
35834
+
35835
+
35836
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:09:30 +0800
35837
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35838
+
35839
+
35840
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:09:30 +0800
35841
+ Served asset /application.js - 304 Not Modified (0ms)
35842
+
35843
+
35844
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:09:30 +0800
35845
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35846
+
35847
+
35848
+ Started GET "/ad_man/keywords" for 127.0.0.1 at 2012-08-10 12:12:25 +0800
35849
+ Processing by AdMan::KeywordsController#index as HTML
35850
+ AdMan::Keyword Load (0.2ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords"
35851
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/index.html.erb within layouts/application (1.1ms)
35852
+ Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.2ms)
35853
+
35854
+
35855
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 12:12:25 +0800
35856
+ Served asset /application.css - 304 Not Modified (0ms)
35857
+
35858
+
35859
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:12:25 +0800
35860
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35861
+
35862
+
35863
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:12:25 +0800
35864
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35865
+
35866
+
35867
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:12:25 +0800
35868
+ Served asset /jquery.js - 304 Not Modified (0ms)
35869
+
35870
+
35871
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:12:25 +0800
35872
+ Served asset /application.js - 304 Not Modified (0ms)
35873
+
35874
+
35875
+ Started GET "/ad_man/keywords/new" for 127.0.0.1 at 2012-08-10 12:12:27 +0800
35876
+ Processing by AdMan::KeywordsController#new as HTML
35877
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/_form.html.erb (2.0ms)
35878
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/new.html.erb within layouts/application (3.0ms)
35879
+ Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
35880
+
35881
+
35882
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 12:12:27 +0800
35883
+ Served asset /application.css - 304 Not Modified (0ms)
35884
+
35885
+
35886
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:12:27 +0800
35887
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35888
+
35889
+
35890
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:12:27 +0800
35891
+ Served asset /application.js - 304 Not Modified (0ms)
35892
+
35893
+
35894
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:12:27 +0800
35895
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35896
+
35897
+
35898
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:12:27 +0800
35899
+ Served asset /jquery.js - 304 Not Modified (0ms)
35900
+
35901
+
35902
+ Started GET "/ad_man/keywords" for 127.0.0.1 at 2012-08-10 12:12:32 +0800
35903
+ Processing by AdMan::KeywordsController#index as HTML
35904
+ AdMan::Keyword Load (0.2ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords" 
35905
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/index.html.erb within layouts/application (0.5ms)
35906
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.2ms)
35907
+
35908
+
35909
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 12:12:32 +0800
35910
+ Served asset /application.css - 304 Not Modified (0ms)
35911
+
35912
+
35913
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 12:12:32 +0800
35914
+ Served asset /jquery.js - 304 Not Modified (0ms)
35915
+
35916
+
35917
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 12:12:32 +0800
35918
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35919
+
35920
+
35921
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 12:12:32 +0800
35922
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35923
+
35924
+
35925
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 12:12:32 +0800
35926
+ Served asset /application.js - 304 Not Modified (0ms)
35927
+
35928
+
35929
+ Started GET "/ad_man/keywords/new" for 127.0.0.1 at 2012-08-10 14:37:17 +0800
35930
+ Processing by AdMan::KeywordsController#new as HTML
35931
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/_form.html.erb (197.0ms)
35932
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/new.html.erb within layouts/application (207.5ms)
35933
+ Completed 200 OK in 410ms (Views: 343.3ms | ActiveRecord: 0.0ms)
35934
+
35935
+
35936
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 14:37:17 +0800
35937
+ Served asset /application.css - 304 Not Modified (0ms)
35938
+
35939
+
35940
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:17 +0800
35941
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35942
+
35943
+
35944
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:18 +0800
35945
+ Served asset /application.js - 304 Not Modified (0ms)
35946
+
35947
+
35948
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:18 +0800
35949
+ Served asset /jquery.js - 304 Not Modified (0ms)
35950
+
35951
+
35952
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:18 +0800
35953
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35954
+
35955
+
35956
+ Started POST "/ad_man/keywords" for 127.0.0.1 at 2012-08-10 14:37:19 +0800
35957
+ Processing by AdMan::KeywordsController#create as HTML
35958
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"5PXTnKOG7DDu56yb1TezFHC+dZRc5/FlfjwMhI7itr8=", "keyword"=>{"name"=>""}, "commit"=>"Create Keyword"}
35959
+  (0.3ms) begin transaction
35960
+ AdMan::Keyword Exists (47.9ms) SELECT 1 AS one FROM "ad_man_keywords" WHERE "ad_man_keywords"."name" = '' LIMIT 1
35961
+  (0.1ms) rollback transaction
35962
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/_form.html.erb (2.6ms)
35963
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/keywords/new.html.erb within layouts/application (3.8ms)
35964
+ Completed 200 OK in 324ms (Views: 8.6ms | ActiveRecord: 48.3ms)
35965
+
35966
+
35967
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 14:37:19 +0800
35968
+ Served asset /application.css - 304 Not Modified (0ms)
35969
+
35970
+
35971
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:19 +0800
35972
+ Served asset /jquery.js - 304 Not Modified (0ms)
35973
+
35974
+
35975
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:19 +0800
35976
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
35977
+
35978
+
35979
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:19 +0800
35980
+ Served asset /application.js - 304 Not Modified (0ms)
35981
+
35982
+
35983
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:19 +0800
35984
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
35985
+
35986
+
35987
+ Started POST "/ad_man/keywords" for 127.0.0.1 at 2012-08-10 14:37:25 +0800
35988
+ Processing by AdMan::KeywordsController#create as HTML
35989
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"5PXTnKOG7DDu56yb1TezFHC+dZRc5/FlfjwMhI7itr8=", "keyword"=>{"name"=>"testing"}, "commit"=>"Create Keyword"}
35990
+  (0.1ms) begin transaction
35991
+ AdMan::Keyword Exists (0.2ms) SELECT 1 AS one FROM "ad_man_keywords" WHERE "ad_man_keywords"."name" = 'testing' LIMIT 1
35992
+ SQL (1253.8ms) INSERT INTO "ad_man_keywords" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 10 Aug 2012 06:37:25 UTC +00:00], ["name", "testing"], ["updated_at", Fri, 10 Aug 2012 06:37:25 UTC +00:00]]
35993
+  (3.0ms) commit transaction
35994
+ Redirected to http://localhost:3000/ad_man/advertisements
35995
+ Completed 302 Found in 1412ms (ActiveRecord: 1257.1ms)
35996
+
35997
+
35998
+ Started GET "/ad_man/advertisements" for 127.0.0.1 at 2012-08-10 14:37:26 +0800
35999
+ Processing by AdMan::AdvertisementsController#index as HTML
36000
+ AdMan::Advertisement Load (0.3ms) SELECT "ad_man_advertisements".* FROM "ad_man_advertisements" 
36001
+ AdMan::Keyword Load (0.2ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords"
36002
+  (0.2ms) SELECT COUNT(*) FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."keyword_id" = 14
36003
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/advertisements/index.html.erb within layouts/application (657.6ms)
36004
+ Completed 200 OK in 669ms (Views: 663.2ms | ActiveRecord: 0.7ms)
36005
+
36006
+
36007
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 14:37:27 +0800
36008
+ Served asset /application.css - 304 Not Modified (0ms)
36009
+
36010
+
36011
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:27 +0800
36012
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
36013
+
36014
+
36015
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:27 +0800
36016
+ Served asset /application.js - 304 Not Modified (0ms)
36017
+
36018
+
36019
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:27 +0800
36020
+ Served asset /jquery.js - 304 Not Modified (0ms)
36021
+
36022
+
36023
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:27 +0800
36024
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
36025
+
36026
+
36027
+ Started GET "/ad_man/advertisements/new" for 127.0.0.1 at 2012-08-10 14:37:29 +0800
36028
+ Processing by AdMan::AdvertisementsController#new as HTML
36029
+ AdMan::Keyword Load (0.2ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords"
36030
+  (0.1ms) SELECT COUNT(*) FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."keyword_id" = 14
36031
+ CACHE (0.0ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords"
36032
+ CACHE (0.0ms) SELECT COUNT(*) FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."keyword_id" = 14
36033
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/advertisements/_form.html.erb (40.3ms)
36034
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/advertisements/new.html.erb within layouts/application (63.8ms)
36035
+ Completed 200 OK in 102ms (Views: 83.6ms | ActiveRecord: 0.3ms)
36036
+
36037
+
36038
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 14:37:29 +0800
36039
+ Served asset /application.css - 304 Not Modified (0ms)
36040
+
36041
+
36042
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:29 +0800
36043
+ Served asset /jquery.js - 304 Not Modified (0ms)
36044
+
36045
+
36046
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:29 +0800
36047
+ Served asset /application.js - 304 Not Modified (0ms)
36048
+
36049
+
36050
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:29 +0800
36051
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
36052
+
36053
+
36054
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:29 +0800
36055
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
36056
+
36057
+
36058
+ Started POST "/ad_man/advertisements" for 127.0.0.1 at 2012-08-10 14:37:42 +0800
36059
+ Processing by AdMan::AdvertisementsController#create as HTML
36060
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"5PXTnKOG7DDu56yb1TezFHC+dZRc5/FlfjwMhI7itr8=", "advertisement"=>{"ad_banner"=>#<ActionDispatch::Http::UploadedFile:0x00000100935b60 @original_filename="Xur&Dav-42.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"advertisement[ad_banner]\"; filename=\"Xur&Dav-42.jpg\"\r\nContent-Type: image/jpeg\r\n", @tempfile=#<File:/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/RackMultipart20120810-12603-rjm60f>>, "title"=>"", "destination_url"=>"", "start_date(1i)"=>"2012", "start_date(2i)"=>"8", "start_date(3i)"=>"10", "end_date(1i)"=>"2012", "end_date(2i)"=>"8", "end_date(3i)"=>"10"}, "keyword_id"=>"14", "commit"=>"Create Advertisement"}
36061
+ Command :: identify -format %wx%h '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo.jpg[0]'
36062
+ Command :: identify -format %m '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo.jpg[0]'
36063
+ Command :: identify -format %m '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo.jpg[0]'
36064
+ Command :: convert '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo.jpg[0]' -resize "728x90" '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo20120810-12603-1xf04nn'
36065
+ Command :: file -b --mime '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo20120810-12603-1xf04nn20120810-12603-16cufyi'
36066
+ Command :: identify -format %wx%h '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo.jpg[0]'
36067
+ Command :: identify -format %m '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo.jpg[0]'
36068
+ Command :: identify -format %m '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo.jpg[0]'
36069
+ Command :: convert '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo.jpg[0]' -resize "468x60" '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo20120810-12603-6fazs5'
36070
+ Command :: file -b --mime '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo20120810-12603-6fazs520120810-12603-1rwt49n'
36071
+  (0.4ms) begin transaction
36072
+ AdMan::Advertisement Exists (0.6ms) SELECT 1 AS one FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."title" = '' LIMIT 1
36073
+ Command :: identify -format %wx%h '/var/folders/Q4/Q4hrHFqYELmlEbqAGmEV7k+++TI/-Tmp-/Xur&Dav-4220120810-12603-q0yfoo20120810-12603-1xf04nn20120810-12603-16cufyi[0]'
36074
+  (0.5ms) rollback transaction
36075
+ AdMan::Keyword Load (0.3ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords" 
36076
+  (0.1ms) SELECT COUNT(*) FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."keyword_id" = 14
36077
+ CACHE (0.0ms) SELECT "ad_man_keywords".* FROM "ad_man_keywords" 
36078
+ CACHE (0.0ms) SELECT COUNT(*) FROM "ad_man_advertisements" WHERE "ad_man_advertisements"."keyword_id" = 14
36079
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/advertisements/_form.html.erb (96.4ms)
36080
+ Rendered /Users/dstrand/Code/Ruby/ad_man/app/views/ad_man/advertisements/new.html.erb within layouts/application (98.1ms)
36081
+ Completed 200 OK in 747ms (Views: 113.3ms | ActiveRecord: 2.0ms)
36082
+
36083
+
36084
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:43 +0800
36085
+ Served asset /jquery.js - 304 Not Modified (0ms)
36086
+
36087
+
36088
+ Started GET "/assets/ad_man/advertisements.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:43 +0800
36089
+ Served asset /ad_man/advertisements.js - 304 Not Modified (0ms)
36090
+
36091
+
36092
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 14:37:43 +0800
36093
+ Served asset /application.css - 304 Not Modified (0ms)
36094
+
36095
+
36096
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:43 +0800
36097
+ Served asset /application.js - 304 Not Modified (0ms)
36098
+
36099
+
36100
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 14:37:43 +0800
36101
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)