manageable 0.1.1 → 0.1.2
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.
- data/CHANGELOG.rdoc +4 -0
- data/lib/manageable/models/acts_as_article.rb +3 -3
- data/lib/manageable/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +390 -0
- metadata +96 -148
data/CHANGELOG.rdoc
CHANGED
@@ -20,11 +20,11 @@ module Manageable
|
|
20
20
|
scoped
|
21
21
|
else
|
22
22
|
beginning_date, end_date = if month.nil? && day.nil?
|
23
|
-
[
|
23
|
+
[DateTime.new(year.to_i).beginning_of_year, DateTime.new(year.to_i).end_of_year]
|
24
24
|
elsif day.nil?
|
25
|
-
[
|
25
|
+
[DateTime.new(year.to_i, month.to_i).beginning_of_month, DateTime.new(year.to_i, month.to_i).end_of_month]
|
26
26
|
else
|
27
|
-
[
|
27
|
+
[DateTime.new(year.to_i, month.to_i, day.to_i).beginning_of_day, DateTime.new(year.to_i, month.to_i, day.to_i).end_of_day]
|
28
28
|
end
|
29
29
|
|
30
30
|
where("published_at >= ? AND published_at <= ?", beginning_date, end_date)
|
data/lib/manageable/version.rb
CHANGED
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/spec/dummy/log/test.log
CHANGED
@@ -93493,3 +93493,393 @@ Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.2ms)
|
|
93493
93493
|
[1m[35m (0.1ms)[0m rollback transaction
|
93494
93494
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93495
93495
|
[1m[35m (0.1ms)[0m rollback transaction
|
93496
|
+
[1m[36m (108.7ms)[0m [1mDELETE FROM "articles";[0m
|
93497
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'articles';
|
93498
|
+
[1m[36m (81.8ms)[0m [1mDELETE FROM "samples";[0m
|
93499
|
+
[1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'samples';
|
93500
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
93501
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93502
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93503
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93504
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93505
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93506
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93507
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93508
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93509
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93510
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93511
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93512
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93513
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93514
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93515
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93516
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93517
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93518
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93519
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("articles")
|
93520
|
+
[1m[36m (0.2ms)[0m [1mPRAGMA index_info('index_articles_on_slug')[0m
|
93521
|
+
[1m[35m (0.0ms)[0m PRAGMA index_info('index_articles_on_published_at_and_locale')
|
93522
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_info('index_articles_on_highlight_and_published_at_and_locale')[0m
|
93523
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93524
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93525
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("articles")
|
93526
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_articles_on_slug')[0m
|
93527
|
+
[1m[35m (0.0ms)[0m PRAGMA index_info('index_articles_on_published_at_and_locale')
|
93528
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_articles_on_highlight_and_published_at_and_locale')[0m
|
93529
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93530
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93531
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("articles")
|
93532
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_articles_on_slug')[0m
|
93533
|
+
[1m[35m (0.0ms)[0m PRAGMA index_info('index_articles_on_published_at_and_locale')
|
93534
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_articles_on_highlight_and_published_at_and_locale')[0m
|
93535
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93536
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93537
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93538
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93539
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
93540
|
+
[1m[36mSQL (54.9ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", nil], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93541
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
93542
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
93543
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93544
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93545
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."published_at" IS NULL
|
93546
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
93547
|
+
[1m[35m (0.0ms)[0m begin transaction
|
93548
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
93549
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", nil], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93550
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93551
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
93552
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93553
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
93554
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE ("articles"."published_at" IS NOT NULL)[0m
|
93555
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93556
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93557
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93558
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93559
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
93560
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", false], ["keywords", nil], ["locale", :en], ["published_at", Thu, 02 Aug 2012 01:40:14 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93561
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
93562
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
93563
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Tue, 18 Nov 2014 01:40:14 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93564
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93565
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."highlight" = 't'
|
93566
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
93567
|
+
[1m[35m (0.0ms)[0m begin transaction
|
93568
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
93569
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93570
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93571
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
93572
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Wed, 12 Jun 2013 01:40:14 UTC +00:00], ["slug", "our-custom-title"], ["title", "Our custom title"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93573
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
93574
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."slug" = 'our-custom-title'[0m
|
93575
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93576
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93577
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
93578
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", "en"], ["published_at", Sun, 16 Nov 2014 01:40:14 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93579
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
93580
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
93581
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", "pt"], ["published_at", Sat, 12 Apr 2014 01:40:14 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93582
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93583
|
+
[1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."locale" = 'en'
|
93584
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
93585
|
+
[1m[35m (0.1ms)[0m begin transaction
|
93586
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
93587
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Mon, 28 Mar 2011 03:00:00 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93588
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93589
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
93590
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Wed, 28 Mar 2012 03:00:00 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93591
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
93592
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
93593
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Thu, 28 Mar 2013 03:00:00 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93594
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93595
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE (published_at >= '2012-01-01 00:00:00' AND published_at <= '2012-12-31 23:59:59')
|
93596
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
93597
|
+
[1m[35m (0.0ms)[0m begin transaction
|
93598
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
93599
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Tue, 28 Feb 2012 03:00:00 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93600
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93601
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
93602
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Wed, 28 Mar 2012 03:00:00 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93603
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
93604
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
93605
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Sat, 28 Apr 2012 03:00:00 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93606
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93607
|
+
[1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles" WHERE (published_at >= '2012-03-01 00:00:00' AND published_at <= '2012-03-31 23:59:59')
|
93608
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
93609
|
+
[1m[35m (0.1ms)[0m begin transaction
|
93610
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
93611
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Tue, 27 Mar 2012 03:00:00 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93612
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93613
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
93614
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Wed, 28 Mar 2012 03:00:00 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93615
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
93616
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
93617
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Thu, 29 Mar 2012 03:00:00 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93618
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93619
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE (published_at >= '2012-03-28 00:00:00' AND published_at <= '2012-03-28 23:59:59')
|
93620
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
93621
|
+
[1m[35m (0.0ms)[0m begin transaction
|
93622
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
93623
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Tue, 27 Mar 2012 03:00:00 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93624
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93625
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
93626
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Wed, 28 Mar 2012 03:00:00 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93627
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
93628
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
93629
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Thu, 29 Mar 2012 03:00:00 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93630
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93631
|
+
[1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles"
|
93632
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
93633
|
+
[1m[35m (0.1ms)[0m begin transaction
|
93634
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
93635
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", nil], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:14 UTC +00:00]]
|
93636
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93637
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
93638
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "articles" SET "published_at" = '2012-03-28 01:40:14.000000', "updated_at" = '2012-03-28 01:40:14.995929' WHERE "articles"."id" = 1[0m
|
93639
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
93640
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
93641
|
+
[1m[35m (0.1ms)[0m begin transaction
|
93642
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
93643
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:15 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Mon, 05 May 2014 01:40:15 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:15 UTC +00:00]]
|
93644
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93645
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93646
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93647
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
93648
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:15 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", :en], ["published_at", Wed, 24 Jul 2013 01:40:15 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:15 UTC +00:00]]
|
93649
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
93650
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
93651
|
+
[1m[35m (0.1ms)[0m begin transaction
|
93652
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
93653
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "articles" ("content", "created_at", "description", "excerpt", "highlight", "keywords", "locale", "published_at", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", "My article content"], ["created_at", Wed, 28 Mar 2012 01:40:15 UTC +00:00], ["description", "My article description"], ["excerpt", "My article excerpt"], ["highlight", true], ["keywords", nil], ["locale", "jp"], ["published_at", Sat, 27 Jul 2013 01:40:15 UTC +00:00], ["slug", "my-article"], ["title", "My article"], ["updated_at", Wed, 28 Mar 2012 01:40:15 UTC +00:00]]
|
93654
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93655
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93656
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93657
|
+
|
93658
|
+
|
93659
|
+
Started GET "/samples" for 127.0.0.1 at 2012-03-27 22:40:15 -0300
|
93660
|
+
Processing by SamplesController#index as HTML
|
93661
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_index_navigation.html.erb (1.2ms)
|
93662
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_index_header.html.erb (1.0ms)
|
93663
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_index_headers.html.erb (0.3ms)
|
93664
|
+
[1m[35mSample Load (0.2ms)[0m SELECT "samples".* FROM "samples" ORDER BY created_at DESC LIMIT 25 OFFSET 0
|
93665
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "samples" [0m
|
93666
|
+
Rendered manageable/application/_index_pagination.html.erb (1.7ms)
|
93667
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_index_table.html.erb (44.8ms)
|
93668
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/index.html.erb within layouts/manageable/application (65.8ms)
|
93669
|
+
Completed 200 OK in 113ms (Views: 112.2ms | ActiveRecord: 0.3ms)
|
93670
|
+
|
93671
|
+
|
93672
|
+
Started GET "/samples/new" for 127.0.0.1 at 2012-03-27 22:40:15 -0300
|
93673
|
+
Processing by SamplesController#new as HTML
|
93674
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_form_navigation.html.erb (48.7ms)
|
93675
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_form_controls.html.erb (0.6ms)
|
93676
|
+
Rendered samples/_form_fields.html.erb (12.0ms)
|
93677
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_form_footer.html.erb (1.2ms)
|
93678
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_form.html.erb (87.3ms)
|
93679
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/new.html.erb within layouts/manageable/application (89.6ms)
|
93680
|
+
Completed 200 OK in 112ms (Views: 94.3ms | ActiveRecord: 0.0ms)
|
93681
|
+
|
93682
|
+
|
93683
|
+
Started POST "/samples" for 127.0.0.1 at 2012-03-27 22:40:15 -0300
|
93684
|
+
Processing by SamplesController#create as HTML
|
93685
|
+
Parameters: {"utf8"=>"✓", "sample"=>{"text_field"=>"", "password_field"=>"[FILTERED]", "telephone_field"=>"", "url_field"=>"", "email_field"=>"", "number_field"=>"", "range_field"=>"", "text_area"=>"", "select_field"=>"Option1", "multiple_select_field"=>[""], "checkbox_one"=>"0", "checkbox_two"=>"0"}}
|
93686
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
93687
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "samples" ("checkbox_one", "checkbox_two", "created_at", "date_field", "email_field", "file_field", "multiple_select_field", "number_field", "password_field", "radio_button", "range_field", "select_field", "telephone_field", "text_area", "text_field", "updated_at", "url_field") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["checkbox_one", false], ["checkbox_two", false], ["created_at", Wed, 28 Mar 2012 01:40:15 UTC +00:00], ["date_field", nil], ["email_field", ""], ["file_field", nil], ["multiple_select_field", [""]], ["number_field", ""], ["password_field", ""], ["radio_button", nil], ["range_field", ""], ["select_field", "Option1"], ["telephone_field", ""], ["text_area", ""], ["text_field", ""], ["updated_at", Wed, 28 Mar 2012 01:40:15 UTC +00:00], ["url_field", ""]]
|
93688
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
93689
|
+
Redirected to http://www.example.com/samples/1
|
93690
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
93691
|
+
|
93692
|
+
|
93693
|
+
Started GET "/samples/1" for 127.0.0.1 at 2012-03-27 22:40:15 -0300
|
93694
|
+
Processing by SamplesController#show as HTML
|
93695
|
+
Parameters: {"id"=>"1"}
|
93696
|
+
[1m[36mSample Load (0.2ms)[0m [1mSELECT "samples".* FROM "samples" WHERE "samples"."id" = ? ORDER BY created_at DESC LIMIT 1 OFFSET 0[0m [["id", "1"]]
|
93697
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_form_navigation.html.erb (6.5ms)
|
93698
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_readonly_form_navigation.html.erb (9.0ms)
|
93699
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_form_controls.html.erb (0.9ms)
|
93700
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_readonly_form_controls.html.erb (1.6ms)
|
93701
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_readonly_form_fields.html.erb (0.3ms)
|
93702
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_readonly_form.html.erb (23.6ms)
|
93703
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/show.html.erb within layouts/manageable/application (35.1ms)
|
93704
|
+
Completed 200 OK in 42ms (Views: 40.0ms | ActiveRecord: 0.2ms)
|
93705
|
+
|
93706
|
+
|
93707
|
+
Started GET "/samples/1/edit" for 127.0.0.1 at 2012-03-27 22:40:15 -0300
|
93708
|
+
Processing by SamplesController#edit as HTML
|
93709
|
+
Parameters: {"id"=>"1"}
|
93710
|
+
[1m[35mSample Load (0.1ms)[0m SELECT "samples".* FROM "samples" WHERE "samples"."id" = ? ORDER BY created_at DESC LIMIT 1 OFFSET 0 [["id", "1"]]
|
93711
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_form_navigation.html.erb (1.6ms)
|
93712
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_form_controls.html.erb (0.6ms)
|
93713
|
+
Rendered samples/_form_fields.html.erb (60.3ms)
|
93714
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_form_footer.html.erb (0.6ms)
|
93715
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_form.html.erb (66.1ms)
|
93716
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/edit.html.erb within layouts/manageable/application (66.8ms)
|
93717
|
+
Completed 200 OK in 73ms (Views: 71.6ms | ActiveRecord: 0.1ms)
|
93718
|
+
|
93719
|
+
|
93720
|
+
Started PUT "/samples/1" for 127.0.0.1 at 2012-03-27 22:40:15 -0300
|
93721
|
+
Processing by SamplesController#update as HTML
|
93722
|
+
Parameters: {"utf8"=>"✓", "sample"=>{"text_field"=>"", "password_field"=>"[FILTERED]", "telephone_field"=>"", "url_field"=>"", "email_field"=>"", "number_field"=>"", "range_field"=>"", "text_area"=>"", "select_field"=>"Option1", "multiple_select_field"=>[""], "checkbox_one"=>"0", "checkbox_two"=>"0"}, "id"=>"1"}
|
93723
|
+
[1m[36mSample Load (0.1ms)[0m [1mSELECT "samples".* FROM "samples" WHERE "samples"."id" = ? ORDER BY created_at DESC LIMIT 1 OFFSET 0[0m [["id", "1"]]
|
93724
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
93725
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "samples" SET "multiple_select_field" = '---
|
93726
|
+
- ''''
|
93727
|
+
', "updated_at" = '2012-03-28 01:40:15.805251' WHERE "samples"."id" = 1[0m
|
93728
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
93729
|
+
Redirected to http://www.example.com/samples/1
|
93730
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
93731
|
+
|
93732
|
+
|
93733
|
+
Started GET "/samples/1" for 127.0.0.1 at 2012-03-27 22:40:15 -0300
|
93734
|
+
Processing by SamplesController#show as HTML
|
93735
|
+
Parameters: {"id"=>"1"}
|
93736
|
+
[1m[36mSample Load (0.1ms)[0m [1mSELECT "samples".* FROM "samples" WHERE "samples"."id" = ? ORDER BY created_at DESC LIMIT 1 OFFSET 0[0m [["id", "1"]]
|
93737
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_form_navigation.html.erb (1.6ms)
|
93738
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_readonly_form_navigation.html.erb (1.9ms)
|
93739
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_form_controls.html.erb (0.6ms)
|
93740
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_readonly_form_controls.html.erb (0.9ms)
|
93741
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_readonly_form_fields.html.erb (0.0ms)
|
93742
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_readonly_form.html.erb (6.4ms)
|
93743
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/show.html.erb within layouts/manageable/application (6.7ms)
|
93744
|
+
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
|
93745
|
+
|
93746
|
+
|
93747
|
+
Started DELETE "/samples/1" for 127.0.0.1 at 2012-03-27 22:40:15 -0300
|
93748
|
+
Processing by SamplesController#destroy as HTML
|
93749
|
+
Parameters: {"id"=>"1"}
|
93750
|
+
[1m[35mSample Load (0.1ms)[0m SELECT "samples".* FROM "samples" WHERE "samples"."id" = ? ORDER BY created_at DESC LIMIT 1 OFFSET 0 [["id", "1"]]
|
93751
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
93752
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "samples" WHERE "samples"."id" = ? [["id", 1]]
|
93753
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
93754
|
+
Redirected to http://www.example.com/samples
|
93755
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
|
93756
|
+
|
93757
|
+
|
93758
|
+
Started GET "/samples" for 127.0.0.1 at 2012-03-27 22:40:15 -0300
|
93759
|
+
Processing by SamplesController#index as HTML
|
93760
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_index_navigation.html.erb (0.6ms)
|
93761
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_index_header.html.erb (0.4ms)
|
93762
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_index_headers.html.erb (0.0ms)
|
93763
|
+
[1m[35mSample Load (0.2ms)[0m SELECT "samples".* FROM "samples" ORDER BY created_at DESC LIMIT 25 OFFSET 0
|
93764
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "samples" [0m
|
93765
|
+
Rendered manageable/application/_index_pagination.html.erb (1.2ms)
|
93766
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/_index_table.html.erb (5.8ms)
|
93767
|
+
Rendered /home/fabio/dev/projects/manageable/app/views/manageable/application/index.html.erb within layouts/manageable/application (6.1ms)
|
93768
|
+
Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.2ms)
|
93769
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93770
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93771
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93772
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93773
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93774
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93775
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93776
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93777
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93778
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93779
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93780
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93781
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93782
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93783
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93784
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93785
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93786
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93787
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93788
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93789
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93790
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93791
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93792
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93793
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93794
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93795
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93796
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93797
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93798
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93799
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93800
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93801
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93802
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93803
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93804
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93805
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93806
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93807
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93808
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93809
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93810
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93811
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93812
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93813
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93814
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93815
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93816
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93817
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93818
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93819
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93820
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93821
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
93822
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93823
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93824
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93825
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93826
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93827
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93828
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93829
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93830
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93831
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93832
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93833
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93834
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93835
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93836
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93837
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93838
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93839
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93840
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93841
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93842
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93843
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93844
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93845
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93846
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93847
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93848
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93849
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93850
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93851
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93852
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93853
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93854
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93855
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93856
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93857
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93858
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93859
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93860
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93861
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93862
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93863
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93864
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93865
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93866
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93867
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
93868
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93869
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93870
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93871
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93872
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93873
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93874
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93875
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93876
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93877
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93878
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93879
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93880
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93881
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93882
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
93883
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
93884
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93885
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
metadata
CHANGED
@@ -1,176 +1,133 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: manageable
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 1
|
9
|
-
- 1
|
10
|
-
version: 0.1.1
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Fabio Kreusch
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2012-03-28 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
21
15
|
name: rails
|
22
|
-
|
23
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
16
|
+
requirement: &23247320 !ruby/object:Gem::Requirement
|
24
17
|
none: false
|
25
|
-
requirements:
|
18
|
+
requirements:
|
26
19
|
- - ~>
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
|
29
|
-
segments:
|
30
|
-
- 3
|
31
|
-
- 1
|
32
|
-
version: "3.1"
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '3.1'
|
33
22
|
type: :runtime
|
34
|
-
version_requirements: *id001
|
35
|
-
- !ruby/object:Gem::Dependency
|
36
|
-
name: jquery-rails
|
37
23
|
prerelease: false
|
38
|
-
|
24
|
+
version_requirements: *23247320
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
|
+
name: jquery-rails
|
27
|
+
requirement: &23246640 !ruby/object:Gem::Requirement
|
39
28
|
none: false
|
40
|
-
requirements:
|
41
|
-
- -
|
42
|
-
- !ruby/object:Gem::Version
|
43
|
-
|
44
|
-
segments:
|
45
|
-
- 0
|
46
|
-
version: "0"
|
29
|
+
requirements:
|
30
|
+
- - ! '>='
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
47
33
|
type: :runtime
|
48
|
-
version_requirements: *id002
|
49
|
-
- !ruby/object:Gem::Dependency
|
50
|
-
name: sass-rails
|
51
34
|
prerelease: false
|
52
|
-
|
35
|
+
version_requirements: *23246640
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: sass-rails
|
38
|
+
requirement: &23245880 !ruby/object:Gem::Requirement
|
53
39
|
none: false
|
54
|
-
requirements:
|
55
|
-
- -
|
56
|
-
- !ruby/object:Gem::Version
|
57
|
-
|
58
|
-
segments:
|
59
|
-
- 0
|
60
|
-
version: "0"
|
40
|
+
requirements:
|
41
|
+
- - ! '>='
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '0'
|
61
44
|
type: :runtime
|
62
|
-
version_requirements: *id003
|
63
|
-
- !ruby/object:Gem::Dependency
|
64
|
-
name: sqlite3
|
65
45
|
prerelease: false
|
66
|
-
|
46
|
+
version_requirements: *23245880
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: sqlite3
|
49
|
+
requirement: &23245420 !ruby/object:Gem::Requirement
|
67
50
|
none: false
|
68
|
-
requirements:
|
69
|
-
- -
|
70
|
-
- !ruby/object:Gem::Version
|
71
|
-
|
72
|
-
segments:
|
73
|
-
- 0
|
74
|
-
version: "0"
|
51
|
+
requirements:
|
52
|
+
- - ! '>='
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
75
55
|
type: :development
|
76
|
-
version_requirements: *id004
|
77
|
-
- !ruby/object:Gem::Dependency
|
78
|
-
name: rspec-rails
|
79
56
|
prerelease: false
|
80
|
-
|
57
|
+
version_requirements: *23245420
|
58
|
+
- !ruby/object:Gem::Dependency
|
59
|
+
name: rspec-rails
|
60
|
+
requirement: &23261260 !ruby/object:Gem::Requirement
|
81
61
|
none: false
|
82
|
-
requirements:
|
62
|
+
requirements:
|
83
63
|
- - ~>
|
84
|
-
- !ruby/object:Gem::Version
|
85
|
-
|
86
|
-
segments:
|
87
|
-
- 2
|
88
|
-
- 5
|
89
|
-
version: "2.5"
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '2.5'
|
90
66
|
type: :development
|
91
|
-
version_requirements: *id005
|
92
|
-
- !ruby/object:Gem::Dependency
|
93
|
-
name: capybara
|
94
67
|
prerelease: false
|
95
|
-
|
68
|
+
version_requirements: *23261260
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: capybara
|
71
|
+
requirement: &23260800 !ruby/object:Gem::Requirement
|
96
72
|
none: false
|
97
|
-
requirements:
|
98
|
-
- -
|
99
|
-
- !ruby/object:Gem::Version
|
100
|
-
|
101
|
-
segments:
|
102
|
-
- 0
|
103
|
-
version: "0"
|
73
|
+
requirements:
|
74
|
+
- - ! '>='
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: '0'
|
104
77
|
type: :development
|
105
|
-
version_requirements: *id006
|
106
|
-
- !ruby/object:Gem::Dependency
|
107
|
-
name: launchy
|
108
78
|
prerelease: false
|
109
|
-
|
79
|
+
version_requirements: *23260800
|
80
|
+
- !ruby/object:Gem::Dependency
|
81
|
+
name: launchy
|
82
|
+
requirement: &23260280 !ruby/object:Gem::Requirement
|
110
83
|
none: false
|
111
|
-
requirements:
|
112
|
-
- -
|
113
|
-
- !ruby/object:Gem::Version
|
114
|
-
|
115
|
-
segments:
|
116
|
-
- 0
|
117
|
-
version: "0"
|
84
|
+
requirements:
|
85
|
+
- - ! '>='
|
86
|
+
- !ruby/object:Gem::Version
|
87
|
+
version: '0'
|
118
88
|
type: :development
|
119
|
-
version_requirements: *id007
|
120
|
-
- !ruby/object:Gem::Dependency
|
121
|
-
name: database_cleaner
|
122
89
|
prerelease: false
|
123
|
-
|
90
|
+
version_requirements: *23260280
|
91
|
+
- !ruby/object:Gem::Dependency
|
92
|
+
name: database_cleaner
|
93
|
+
requirement: &23259820 !ruby/object:Gem::Requirement
|
124
94
|
none: false
|
125
|
-
requirements:
|
126
|
-
- -
|
127
|
-
- !ruby/object:Gem::Version
|
128
|
-
|
129
|
-
segments:
|
130
|
-
- 0
|
131
|
-
version: "0"
|
95
|
+
requirements:
|
96
|
+
- - ! '>='
|
97
|
+
- !ruby/object:Gem::Version
|
98
|
+
version: '0'
|
132
99
|
type: :development
|
133
|
-
version_requirements: *id008
|
134
|
-
- !ruby/object:Gem::Dependency
|
135
|
-
name: factory_girl_rails
|
136
100
|
prerelease: false
|
137
|
-
|
101
|
+
version_requirements: *23259820
|
102
|
+
- !ruby/object:Gem::Dependency
|
103
|
+
name: factory_girl_rails
|
104
|
+
requirement: &23259260 !ruby/object:Gem::Requirement
|
138
105
|
none: false
|
139
|
-
requirements:
|
106
|
+
requirements:
|
140
107
|
- - ~>
|
141
|
-
- !ruby/object:Gem::Version
|
142
|
-
hash: 11
|
143
|
-
segments:
|
144
|
-
- 1
|
145
|
-
- 7
|
146
|
-
- 0
|
108
|
+
- !ruby/object:Gem::Version
|
147
109
|
version: 1.7.0
|
148
110
|
type: :development
|
149
|
-
version_requirements: *id009
|
150
|
-
- !ruby/object:Gem::Dependency
|
151
|
-
name: shoulda-matchers
|
152
111
|
prerelease: false
|
153
|
-
|
112
|
+
version_requirements: *23259260
|
113
|
+
- !ruby/object:Gem::Dependency
|
114
|
+
name: shoulda-matchers
|
115
|
+
requirement: &23258800 !ruby/object:Gem::Requirement
|
154
116
|
none: false
|
155
|
-
requirements:
|
156
|
-
- -
|
157
|
-
- !ruby/object:Gem::Version
|
158
|
-
|
159
|
-
segments:
|
160
|
-
- 0
|
161
|
-
version: "0"
|
117
|
+
requirements:
|
118
|
+
- - ! '>='
|
119
|
+
- !ruby/object:Gem::Version
|
120
|
+
version: '0'
|
162
121
|
type: :development
|
163
|
-
|
122
|
+
prerelease: false
|
123
|
+
version_requirements: *23258800
|
164
124
|
description: An unobtrusive Rails administration engine
|
165
|
-
email:
|
125
|
+
email:
|
166
126
|
- fabiokr@gmail.com
|
167
127
|
executables: []
|
168
|
-
|
169
128
|
extensions: []
|
170
|
-
|
171
129
|
extra_rdoc_files: []
|
172
|
-
|
173
|
-
files:
|
130
|
+
files:
|
174
131
|
- app/helpers/manageable/application_helper.rb
|
175
132
|
- app/assets/fonts/manageable/museo700-regular-webfont.svg
|
176
133
|
- app/assets/fonts/manageable/museosans_500_italic-webfont.eot
|
@@ -4552,38 +4509,29 @@ files:
|
|
4552
4509
|
- spec/controllers/manageable/application_controller_spec.rb
|
4553
4510
|
homepage: https://github.com/fabiokr/manageable
|
4554
4511
|
licenses: []
|
4555
|
-
|
4556
4512
|
post_install_message:
|
4557
4513
|
rdoc_options: []
|
4558
|
-
|
4559
|
-
require_paths:
|
4514
|
+
require_paths:
|
4560
4515
|
- lib
|
4561
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
4516
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
4562
4517
|
none: false
|
4563
|
-
requirements:
|
4564
|
-
- -
|
4565
|
-
- !ruby/object:Gem::Version
|
4566
|
-
|
4567
|
-
|
4568
|
-
- 0
|
4569
|
-
version: "0"
|
4570
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
4518
|
+
requirements:
|
4519
|
+
- - ! '>='
|
4520
|
+
- !ruby/object:Gem::Version
|
4521
|
+
version: '0'
|
4522
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
4571
4523
|
none: false
|
4572
|
-
requirements:
|
4573
|
-
- -
|
4574
|
-
- !ruby/object:Gem::Version
|
4575
|
-
|
4576
|
-
segments:
|
4577
|
-
- 0
|
4578
|
-
version: "0"
|
4524
|
+
requirements:
|
4525
|
+
- - ! '>='
|
4526
|
+
- !ruby/object:Gem::Version
|
4527
|
+
version: '0'
|
4579
4528
|
requirements: []
|
4580
|
-
|
4581
4529
|
rubyforge_project:
|
4582
4530
|
rubygems_version: 1.8.15
|
4583
4531
|
signing_key:
|
4584
4532
|
specification_version: 3
|
4585
4533
|
summary: An unobtrusive Rails administration engine
|
4586
|
-
test_files:
|
4534
|
+
test_files:
|
4587
4535
|
- spec/models/article_spec.rb
|
4588
4536
|
- spec/integration/sample_spec.rb
|
4589
4537
|
- spec/helpers/icon_spec.rb
|