omniauth-facebook-rails 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.
@@ -0,0 +1,19 @@
1
+ module OmniauthControllerHelpers
2
+ def save_return_path
3
+ session[:return_path] = request.path
4
+ end
5
+ def current_user
6
+ @current_user ||= User.find(session[:user_id]) if session[:user_id]
7
+ rescue ActiveRecord::RecordNotFound
8
+ session.delete(:user_id)
9
+ nil
10
+ end
11
+
12
+ def user_signed_in?
13
+ !current_user.nil?
14
+ end
15
+
16
+ def authenticate!
17
+ user_signed_in? || redirect_to((request.env["HTTP_REFERER"].blank?) ? root_path : :back, notice: "Voce precisa estar logado...")
18
+ end
19
+ end
@@ -10,5 +10,8 @@ module OmniauthFacebookRails
10
10
  provider :facebook, ENV['FACEBOOK_APP_KEY'], ENV['FACEBOOK_APP_SECRET'], :scope => "email"
11
11
  end
12
12
  end
13
+ initializer "omniauth_facebook_rails.add_helpers" do |app|
14
+ ActionController::Base.send :include, OmniauthControllerHelpers
15
+ end
13
16
  end
14
17
  end
@@ -1,3 +1,3 @@
1
1
  module OmniauthFacebookRails
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -37,3 +37,45 @@ Migrating to AddFacebookOmniauthFields (20121204171957)
37
37
   (1.4ms) CREATE INDEX "index_users_on_email" ON "users" ("email")
38
38
   (0.3ms) SELECT version FROM "schema_migrations"
39
39
   (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20121204171957')
40
+
41
+
42
+ Started GET "/" for 127.0.0.1 at 2012-12-04 18:00:06 -0200
43
+ Connecting to database specified by database.yml
44
+ Processing by HomeController#index as HTML
45
+ Completed 500 Internal Server Error in 2ms
46
+
47
+ LoadError (cannot load such file -- pry):
48
+ app/controllers/home_controller.rb:3:in `index'
49
+
50
+
51
+ Rendered /Users/lunks/.rvm/gems/ruby-1.9.3-p327@engines/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
52
+ Rendered /Users/lunks/.rvm/gems/ruby-1.9.3-p327@engines/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
53
+ Rendered /Users/lunks/.rvm/gems/ruby-1.9.3-p327@engines/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.9ms)
54
+
55
+
56
+ Started GET "/" for 127.0.0.1 at 2012-12-04 18:00:36 -0200
57
+ Connecting to database specified by database.yml
58
+ Processing by HomeController#index as HTML
59
+ Rendered text template (0.0ms)
60
+ Completed 200 OK in 15767ms (Views: 5.1ms | ActiveRecord: 0.0ms)
61
+
62
+
63
+ Started GET "/" for 127.0.0.1 at 2012-12-04 18:12:01 -0200
64
+ Connecting to database specified by database.yml
65
+ Processing by HomeController#index as HTML
66
+ Rendered text template (0.0ms)
67
+ Completed 200 OK in 77597ms (Views: 8.6ms | ActiveRecord: 0.0ms)
68
+
69
+
70
+ Started GET "/" for 127.0.0.1 at 2012-12-04 18:25:46 -0200
71
+ Connecting to database specified by database.yml
72
+ Processing by HomeController#index as HTML
73
+ Rendered text template (0.0ms)
74
+ Completed 200 OK in 40907ms (Views: 7.4ms | ActiveRecord: 0.0ms)
75
+
76
+
77
+ Started GET "/" for 127.0.0.1 at 2012-12-04 18:27:21 -0200
78
+ Connecting to database specified by database.yml
79
+ Processing by HomeController#index as HTML
80
+ Rendered text template (0.0ms)
81
+ Completed 200 OK in 6090ms (Views: 9.2ms | ActiveRecord: 0.0ms)
@@ -1692,3 +1692,4178 @@ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1692
1692
   (0.1ms) rollback transaction
1693
1693
   (0.1ms) begin transaction
1694
1694
   (0.0ms) rollback transaction
1695
+ Connecting to database specified by database.yml
1696
+  (0.4ms) begin transaction
1697
+  (0.0ms) SAVEPOINT active_record_1
1698
+ SQL (27.7ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
1699
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1700
+ Processing by SessionsController#create as HTML
1701
+ Parameters: {"provider"=>"facebook"}
1702
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
1703
+  (0.0ms) SAVEPOINT active_record_1
1704
+  (0.3ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 19:55:29.588308' WHERE "users"."id" = 1
1705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1706
+ Redirected to http://test.host/
1707
+ Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
1708
+  (0.5ms) rollback transaction
1709
+  (0.0ms) begin transaction
1710
+  (0.0ms) SAVEPOINT active_record_1
1711
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
1712
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1713
+ Processing by SessionsController#create as HTML
1714
+ Parameters: {"provider"=>"facebook"}
1715
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
1716
+  (0.0ms) SAVEPOINT active_record_1
1717
+  (0.3ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 19:55:29.595697' WHERE "users"."id" = 1
1718
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1719
+ Redirected to http://test.host/
1720
+ Completed 302 Found in 2ms (ActiveRecord: 0.5ms)
1721
+  (0.5ms) rollback transaction
1722
+  (0.0ms) begin transaction
1723
+  (0.0ms) SAVEPOINT active_record_1
1724
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
1725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1726
+ Processing by SessionsController#create as HTML
1727
+ Parameters: {"provider"=>"facebook"}
1728
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
1729
+  (0.0ms) SAVEPOINT active_record_1
1730
+  (0.4ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 19:55:29.602585' WHERE "users"."id" = 1
1731
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1732
+ Redirected to http://test.host/
1733
+ Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
1734
+  (0.4ms) rollback transaction
1735
+  (0.0ms) begin transaction
1736
+  (0.0ms) SAVEPOINT active_record_1
1737
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
1738
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1739
+ Processing by SessionsController#create as HTML
1740
+ Parameters: {"provider"=>"facebook"}
1741
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
1742
+  (0.0ms) SAVEPOINT active_record_1
1743
+  (0.3ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 19:55:29.609918' WHERE "users"."id" = 1
1744
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1745
+ Redirected to http://test.host/this/path
1746
+ Completed 302 Found in 2ms (ActiveRecord: 0.5ms)
1747
+  (0.4ms) rollback transaction
1748
+  (0.0ms) begin transaction
1749
+ Processing by SessionsController#failure as HTML
1750
+ Redirected to http://test.host/
1751
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1752
+  (0.1ms) rollback transaction
1753
+  (0.0ms) begin transaction
1754
+ Processing by SessionsController#failure as HTML
1755
+ Redirected to http://test.host/
1756
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1757
+  (0.0ms) rollback transaction
1758
+  (0.1ms) begin transaction
1759
+ Processing by SessionsController#failure as HTML
1760
+ Redirected to http://test.host/this/path
1761
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1762
+  (0.0ms) rollback transaction
1763
+  (0.0ms) begin transaction
1764
+ Processing by SessionsController#destroy as HTML
1765
+ Redirected to http://test.host/
1766
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1767
+  (0.1ms) rollback transaction
1768
+  (0.0ms) begin transaction
1769
+ Processing by SessionsController#destroy as HTML
1770
+ Redirected to http://test.host/
1771
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1772
+  (0.0ms) rollback transaction
1773
+  (0.1ms) begin transaction
1774
+ Processing by SessionsController#destroy as HTML
1775
+ Redirected to http://test.host/
1776
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1777
+  (0.0ms) rollback transaction
1778
+  (0.0ms) begin transaction
1779
+  (0.2ms) SELECT COUNT(*) FROM "users"
1780
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
1781
+  (0.0ms) SAVEPOINT active_record_1
1782
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
1783
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1784
+  (0.0ms) SAVEPOINT active_record_1
1785
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
1786
+ id: ''526830634''
1787
+ name: Sylvestre Mergulhão
1788
+ first_name: Sylvestre
1789
+ last_name: Mergulhão
1790
+ link: http://www.facebook.com/sylvestre.mergulhao
1791
+ username: sylvestre.mergulhao
1792
+ location:
1793
+ id: ''110346955653479''
1794
+ name: Rio de Janeiro, Rio de Janeiro
1795
+ education:
1796
+ - school:
1797
+ id: ''115555431792035''
1798
+ name: UniRio
1799
+ type: College
1800
+ with:
1801
+ - id: ''100001030509286''
1802
+ name: João Aguirre
1803
+ - id: ''512001183''
1804
+ name: Marcos Brando Margulies
1805
+ - id: ''100001650369677''
1806
+ name: Paulo Guilherme Ribeiro
1807
+ - id: ''678564390''
1808
+ name: Duim Knurf
1809
+ - school:
1810
+ id: ''109896575694939''
1811
+ name: Universidade Federal do Estado do Rio de Janeiro
1812
+ type: College
1813
+ with:
1814
+ - id: ''100000517388839''
1815
+ name: João Filho
1816
+ gender: male
1817
+ email: mergulhao83@gmail.com
1818
+ timezone: -2
1819
+ locale: pt_BR
1820
+ verified: true
1821
+ updated_time: ''2011-07-19T00:05:20+0000''
1822
+ ', "updated_at" = '2012-12-04 19:55:29.634630' WHERE "users"."id" = 1
1823
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1824
+  (0.1ms) SELECT COUNT(*) FROM "users"
1825
+  (0.6ms) rollback transaction
1826
+  (0.0ms) begin transaction
1827
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
1828
+  (0.0ms) SAVEPOINT active_record_1
1829
+ SQL (0.3ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
1830
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1831
+  (0.0ms) SAVEPOINT active_record_1
1832
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
1833
+ id: ''526830634''
1834
+ name: Sylvestre Mergulhão
1835
+ first_name: Sylvestre
1836
+ last_name: Mergulhão
1837
+ link: http://www.facebook.com/sylvestre.mergulhao
1838
+ username: sylvestre.mergulhao
1839
+ location:
1840
+ id: ''110346955653479''
1841
+ name: Rio de Janeiro, Rio de Janeiro
1842
+ education:
1843
+ - school:
1844
+ id: ''115555431792035''
1845
+ name: UniRio
1846
+ type: College
1847
+ with:
1848
+ - id: ''100001030509286''
1849
+ name: João Aguirre
1850
+ - id: ''512001183''
1851
+ name: Marcos Brando Margulies
1852
+ - id: ''100001650369677''
1853
+ name: Paulo Guilherme Ribeiro
1854
+ - id: ''678564390''
1855
+ name: Duim Knurf
1856
+ - school:
1857
+ id: ''109896575694939''
1858
+ name: Universidade Federal do Estado do Rio de Janeiro
1859
+ type: College
1860
+ with:
1861
+ - id: ''100000517388839''
1862
+ name: João Filho
1863
+ gender: male
1864
+ email: mergulhao83@gmail.com
1865
+ timezone: -2
1866
+ locale: pt_BR
1867
+ verified: true
1868
+ updated_time: ''2011-07-19T00:05:20+0000''
1869
+ ', "updated_at" = '2012-12-04 19:55:29.641264' WHERE "users"."id" = 1
1870
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1871
+  (0.3ms) rollback transaction
1872
+  (0.1ms) begin transaction
1873
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
1874
+  (0.0ms) SAVEPOINT active_record_1
1875
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
1876
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1877
+  (0.0ms) SAVEPOINT active_record_1
1878
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
1879
+ id: ''526830634''
1880
+ name: Sylvestre Mergulhão
1881
+ first_name: Sylvestre
1882
+ last_name: Mergulhão
1883
+ link: http://www.facebook.com/sylvestre.mergulhao
1884
+ username: sylvestre.mergulhao
1885
+ location:
1886
+ id: ''110346955653479''
1887
+ name: Rio de Janeiro, Rio de Janeiro
1888
+ education:
1889
+ - school:
1890
+ id: ''115555431792035''
1891
+ name: UniRio
1892
+ type: College
1893
+ with:
1894
+ - id: ''100001030509286''
1895
+ name: João Aguirre
1896
+ - id: ''512001183''
1897
+ name: Marcos Brando Margulies
1898
+ - id: ''100001650369677''
1899
+ name: Paulo Guilherme Ribeiro
1900
+ - id: ''678564390''
1901
+ name: Duim Knurf
1902
+ - school:
1903
+ id: ''109896575694939''
1904
+ name: Universidade Federal do Estado do Rio de Janeiro
1905
+ type: College
1906
+ with:
1907
+ - id: ''100000517388839''
1908
+ name: João Filho
1909
+ gender: male
1910
+ email: mergulhao83@gmail.com
1911
+ timezone: -2
1912
+ locale: pt_BR
1913
+ verified: true
1914
+ updated_time: ''2011-07-19T00:05:20+0000''
1915
+ ', "updated_at" = '2012-12-04 19:55:29.647778' WHERE "users"."id" = 1
1916
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1917
+  (0.4ms) rollback transaction
1918
+  (0.1ms) begin transaction
1919
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
1920
+  (0.0ms) SAVEPOINT active_record_1
1921
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
1922
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1923
+  (0.0ms) SAVEPOINT active_record_1
1924
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
1925
+ id: ''526830634''
1926
+ name: Sylvestre Mergulhão
1927
+ first_name: Sylvestre
1928
+ last_name: Mergulhão
1929
+ link: http://www.facebook.com/sylvestre.mergulhao
1930
+ username: sylvestre.mergulhao
1931
+ location:
1932
+ id: ''110346955653479''
1933
+ name: Rio de Janeiro, Rio de Janeiro
1934
+ education:
1935
+ - school:
1936
+ id: ''115555431792035''
1937
+ name: UniRio
1938
+ type: College
1939
+ with:
1940
+ - id: ''100001030509286''
1941
+ name: João Aguirre
1942
+ - id: ''512001183''
1943
+ name: Marcos Brando Margulies
1944
+ - id: ''100001650369677''
1945
+ name: Paulo Guilherme Ribeiro
1946
+ - id: ''678564390''
1947
+ name: Duim Knurf
1948
+ - school:
1949
+ id: ''109896575694939''
1950
+ name: Universidade Federal do Estado do Rio de Janeiro
1951
+ type: College
1952
+ with:
1953
+ - id: ''100000517388839''
1954
+ name: João Filho
1955
+ gender: male
1956
+ email: mergulhao83@gmail.com
1957
+ timezone: -2
1958
+ locale: pt_BR
1959
+ verified: true
1960
+ updated_time: ''2011-07-19T00:05:20+0000''
1961
+ ', "updated_at" = '2012-12-04 19:55:29.654559' WHERE "users"."id" = 1
1962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1963
+  (0.4ms) rollback transaction
1964
+  (0.0ms) begin transaction
1965
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
1966
+  (0.0ms) SAVEPOINT active_record_1
1967
+ SQL (0.3ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
1968
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1969
+  (0.0ms) SAVEPOINT active_record_1
1970
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
1971
+ id: ''526830634''
1972
+ name: Sylvestre Mergulhão
1973
+ first_name: Sylvestre
1974
+ last_name: Mergulhão
1975
+ link: http://www.facebook.com/sylvestre.mergulhao
1976
+ username: sylvestre.mergulhao
1977
+ location:
1978
+ id: ''110346955653479''
1979
+ name: Rio de Janeiro, Rio de Janeiro
1980
+ education:
1981
+ - school:
1982
+ id: ''115555431792035''
1983
+ name: UniRio
1984
+ type: College
1985
+ with:
1986
+ - id: ''100001030509286''
1987
+ name: João Aguirre
1988
+ - id: ''512001183''
1989
+ name: Marcos Brando Margulies
1990
+ - id: ''100001650369677''
1991
+ name: Paulo Guilherme Ribeiro
1992
+ - id: ''678564390''
1993
+ name: Duim Knurf
1994
+ - school:
1995
+ id: ''109896575694939''
1996
+ name: Universidade Federal do Estado do Rio de Janeiro
1997
+ type: College
1998
+ with:
1999
+ - id: ''100000517388839''
2000
+ name: João Filho
2001
+ gender: male
2002
+ email: mergulhao83@gmail.com
2003
+ timezone: -2
2004
+ locale: pt_BR
2005
+ verified: true
2006
+ updated_time: ''2011-07-19T00:05:20+0000''
2007
+ ', "updated_at" = '2012-12-04 19:55:29.661139' WHERE "users"."id" = 1
2008
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2009
+  (0.5ms) rollback transaction
2010
+  (0.0ms) begin transaction
2011
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2012
+  (0.0ms) SAVEPOINT active_record_1
2013
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
2014
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2015
+  (0.0ms) SAVEPOINT active_record_1
2016
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2017
+ id: ''526830634''
2018
+ name: Sylvestre Mergulhão
2019
+ first_name: Sylvestre
2020
+ last_name: Mergulhão
2021
+ link: http://www.facebook.com/sylvestre.mergulhao
2022
+ username: sylvestre.mergulhao
2023
+ location:
2024
+ id: ''110346955653479''
2025
+ name: Rio de Janeiro, Rio de Janeiro
2026
+ education:
2027
+ - school:
2028
+ id: ''115555431792035''
2029
+ name: UniRio
2030
+ type: College
2031
+ with:
2032
+ - id: ''100001030509286''
2033
+ name: João Aguirre
2034
+ - id: ''512001183''
2035
+ name: Marcos Brando Margulies
2036
+ - id: ''100001650369677''
2037
+ name: Paulo Guilherme Ribeiro
2038
+ - id: ''678564390''
2039
+ name: Duim Knurf
2040
+ - school:
2041
+ id: ''109896575694939''
2042
+ name: Universidade Federal do Estado do Rio de Janeiro
2043
+ type: College
2044
+ with:
2045
+ - id: ''100000517388839''
2046
+ name: João Filho
2047
+ gender: male
2048
+ email: mergulhao83@gmail.com
2049
+ timezone: -2
2050
+ locale: pt_BR
2051
+ verified: true
2052
+ updated_time: ''2011-07-19T00:05:20+0000''
2053
+ ', "updated_at" = '2012-12-04 19:55:29.667574' WHERE "users"."id" = 1
2054
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2055
+  (0.4ms) rollback transaction
2056
+  (0.1ms) begin transaction
2057
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2058
+  (0.0ms) SAVEPOINT active_record_1
2059
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
2060
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2061
+  (0.0ms) SAVEPOINT active_record_1
2062
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2063
+ id: ''526830634''
2064
+ name: Sylvestre Mergulhão
2065
+ first_name: Sylvestre
2066
+ last_name: Mergulhão
2067
+ link: http://www.facebook.com/sylvestre.mergulhao
2068
+ username: sylvestre.mergulhao
2069
+ location:
2070
+ id: ''110346955653479''
2071
+ name: Rio de Janeiro, Rio de Janeiro
2072
+ education:
2073
+ - school:
2074
+ id: ''115555431792035''
2075
+ name: UniRio
2076
+ type: College
2077
+ with:
2078
+ - id: ''100001030509286''
2079
+ name: João Aguirre
2080
+ - id: ''512001183''
2081
+ name: Marcos Brando Margulies
2082
+ - id: ''100001650369677''
2083
+ name: Paulo Guilherme Ribeiro
2084
+ - id: ''678564390''
2085
+ name: Duim Knurf
2086
+ - school:
2087
+ id: ''109896575694939''
2088
+ name: Universidade Federal do Estado do Rio de Janeiro
2089
+ type: College
2090
+ with:
2091
+ - id: ''100000517388839''
2092
+ name: João Filho
2093
+ gender: male
2094
+ email: mergulhao83@gmail.com
2095
+ timezone: -2
2096
+ locale: pt_BR
2097
+ verified: true
2098
+ updated_time: ''2011-07-19T00:05:20+0000''
2099
+ ', "updated_at" = '2012-12-04 19:55:29.674968' WHERE "users"."id" = 1
2100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2101
+  (0.7ms) rollback transaction
2102
+  (0.1ms) begin transaction
2103
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2104
+  (0.0ms) SAVEPOINT active_record_1
2105
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
2106
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2107
+  (0.0ms) SAVEPOINT active_record_1
2108
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2109
+ id: ''526830634''
2110
+ name: Sylvestre Mergulhão
2111
+ first_name: Sylvestre
2112
+ last_name: Mergulhão
2113
+ link: http://www.facebook.com/sylvestre.mergulhao
2114
+ username: sylvestre.mergulhao
2115
+ location:
2116
+ id: ''110346955653479''
2117
+ name: Rio de Janeiro, Rio de Janeiro
2118
+ education:
2119
+ - school:
2120
+ id: ''115555431792035''
2121
+ name: UniRio
2122
+ type: College
2123
+ with:
2124
+ - id: ''100001030509286''
2125
+ name: João Aguirre
2126
+ - id: ''512001183''
2127
+ name: Marcos Brando Margulies
2128
+ - id: ''100001650369677''
2129
+ name: Paulo Guilherme Ribeiro
2130
+ - id: ''678564390''
2131
+ name: Duim Knurf
2132
+ - school:
2133
+ id: ''109896575694939''
2134
+ name: Universidade Federal do Estado do Rio de Janeiro
2135
+ type: College
2136
+ with:
2137
+ - id: ''100000517388839''
2138
+ name: João Filho
2139
+ gender: male
2140
+ email: mergulhao83@gmail.com
2141
+ timezone: -2
2142
+ locale: pt_BR
2143
+ verified: true
2144
+ updated_time: ''2011-07-19T00:05:20+0000''
2145
+ ', "updated_at" = '2012-12-04 19:55:29.682006' WHERE "users"."id" = 1
2146
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2147
+  (0.4ms) rollback transaction
2148
+  (0.0ms) begin transaction
2149
+  (0.0ms) SAVEPOINT active_record_1
2150
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
2151
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2152
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2153
+  (0.0ms) SAVEPOINT active_record_1
2154
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2155
+ id: ''526830634''
2156
+ name: Sylvestre Mergulhão
2157
+ first_name: Sylvestre
2158
+ last_name: Mergulhão
2159
+ link: http://www.facebook.com/sylvestre.mergulhao
2160
+ username: sylvestre.mergulhao
2161
+ location:
2162
+ id: ''110346955653479''
2163
+ name: Rio de Janeiro, Rio de Janeiro
2164
+ education:
2165
+ - school:
2166
+ id: ''115555431792035''
2167
+ name: UniRio
2168
+ type: College
2169
+ with:
2170
+ - id: ''100001030509286''
2171
+ name: João Aguirre
2172
+ - id: ''512001183''
2173
+ name: Marcos Brando Margulies
2174
+ - id: ''100001650369677''
2175
+ name: Paulo Guilherme Ribeiro
2176
+ - id: ''678564390''
2177
+ name: Duim Knurf
2178
+ - school:
2179
+ id: ''109896575694939''
2180
+ name: Universidade Federal do Estado do Rio de Janeiro
2181
+ type: College
2182
+ with:
2183
+ - id: ''100000517388839''
2184
+ name: João Filho
2185
+ gender: male
2186
+ email: mergulhao83@gmail.com
2187
+ timezone: -2
2188
+ locale: pt_BR
2189
+ verified: true
2190
+ updated_time: ''2011-07-19T00:05:20+0000''
2191
+ ', "updated_at" = '2012-12-04 19:55:29.688303' WHERE "users"."id" = 1
2192
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2193
+  (0.5ms) rollback transaction
2194
+  (0.1ms) begin transaction
2195
+  (0.1ms) SAVEPOINT active_record_1
2196
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
2197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2198
+  (0.1ms) SELECT COUNT(*) FROM "users"
2199
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2200
+  (0.0ms) SAVEPOINT active_record_1
2201
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2202
+ id: ''526830634''
2203
+ name: Sylvestre Mergulhão
2204
+ first_name: Sylvestre
2205
+ last_name: Mergulhão
2206
+ link: http://www.facebook.com/sylvestre.mergulhao
2207
+ username: sylvestre.mergulhao
2208
+ location:
2209
+ id: ''110346955653479''
2210
+ name: Rio de Janeiro, Rio de Janeiro
2211
+ education:
2212
+ - school:
2213
+ id: ''115555431792035''
2214
+ name: UniRio
2215
+ type: College
2216
+ with:
2217
+ - id: ''100001030509286''
2218
+ name: João Aguirre
2219
+ - id: ''512001183''
2220
+ name: Marcos Brando Margulies
2221
+ - id: ''100001650369677''
2222
+ name: Paulo Guilherme Ribeiro
2223
+ - id: ''678564390''
2224
+ name: Duim Knurf
2225
+ - school:
2226
+ id: ''109896575694939''
2227
+ name: Universidade Federal do Estado do Rio de Janeiro
2228
+ type: College
2229
+ with:
2230
+ - id: ''100000517388839''
2231
+ name: João Filho
2232
+ gender: male
2233
+ email: mergulhao83@gmail.com
2234
+ timezone: -2
2235
+ locale: pt_BR
2236
+ verified: true
2237
+ updated_time: ''2011-07-19T00:05:20+0000''
2238
+ ', "updated_at" = '2012-12-04 19:55:29.695882' WHERE "users"."id" = 1
2239
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2240
+  (0.1ms) SELECT COUNT(*) FROM "users" 
2241
+  (0.4ms) rollback transaction
2242
+  (0.1ms) begin transaction
2243
+  (0.1ms) SAVEPOINT active_record_1
2244
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
2245
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2246
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2247
+  (0.0ms) SAVEPOINT active_record_1
2248
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2249
+ id: ''526830634''
2250
+ name: Sylvestre Mergulhão
2251
+ first_name: Sylvestre
2252
+ last_name: Mergulhão
2253
+ link: http://www.facebook.com/sylvestre.mergulhao
2254
+ username: sylvestre.mergulhao
2255
+ location:
2256
+ id: ''110346955653479''
2257
+ name: Rio de Janeiro, Rio de Janeiro
2258
+ education:
2259
+ - school:
2260
+ id: ''115555431792035''
2261
+ name: UniRio
2262
+ type: College
2263
+ with:
2264
+ - id: ''100001030509286''
2265
+ name: João Aguirre
2266
+ - id: ''512001183''
2267
+ name: Marcos Brando Margulies
2268
+ - id: ''100001650369677''
2269
+ name: Paulo Guilherme Ribeiro
2270
+ - id: ''678564390''
2271
+ name: Duim Knurf
2272
+ - school:
2273
+ id: ''109896575694939''
2274
+ name: Universidade Federal do Estado do Rio de Janeiro
2275
+ type: College
2276
+ with:
2277
+ - id: ''100000517388839''
2278
+ name: João Filho
2279
+ gender: male
2280
+ email: mergulhao83@gmail.com
2281
+ timezone: -2
2282
+ locale: pt_BR
2283
+ verified: true
2284
+ updated_time: ''2011-07-19T00:05:20+0000''
2285
+ ', "updated_at" = '2012-12-04 19:55:29.702997' WHERE "users"."id" = 1
2286
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2287
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
2288
+  (0.4ms) rollback transaction
2289
+  (0.1ms) begin transaction
2290
+  (0.0ms) SAVEPOINT active_record_1
2291
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
2292
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2293
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2294
+  (0.0ms) SAVEPOINT active_record_1
2295
+  (0.5ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2296
+ id: ''526830634''
2297
+ name: Sylvestre Mergulhão
2298
+ first_name: Sylvestre
2299
+ last_name: Mergulhão
2300
+ link: http://www.facebook.com/sylvestre.mergulhao
2301
+ username: sylvestre.mergulhao
2302
+ location:
2303
+ id: ''110346955653479''
2304
+ name: Rio de Janeiro, Rio de Janeiro
2305
+ education:
2306
+ - school:
2307
+ id: ''115555431792035''
2308
+ name: UniRio
2309
+ type: College
2310
+ with:
2311
+ - id: ''100001030509286''
2312
+ name: João Aguirre
2313
+ - id: ''512001183''
2314
+ name: Marcos Brando Margulies
2315
+ - id: ''100001650369677''
2316
+ name: Paulo Guilherme Ribeiro
2317
+ - id: ''678564390''
2318
+ name: Duim Knurf
2319
+ - school:
2320
+ id: ''109896575694939''
2321
+ name: Universidade Federal do Estado do Rio de Janeiro
2322
+ type: College
2323
+ with:
2324
+ - id: ''100000517388839''
2325
+ name: João Filho
2326
+ gender: male
2327
+ email: mergulhao83@gmail.com
2328
+ timezone: -2
2329
+ locale: pt_BR
2330
+ verified: true
2331
+ updated_time: ''2011-07-19T00:05:20+0000''
2332
+ ', "updated_at" = '2012-12-04 19:55:29.711244' WHERE "users"."id" = 1
2333
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2334
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
2335
+  (0.4ms) rollback transaction
2336
+  (0.2ms) begin transaction
2337
+  (0.1ms) SAVEPOINT active_record_1
2338
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
2339
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2340
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2341
+  (0.0ms) SAVEPOINT active_record_1
2342
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2343
+ id: ''526830634''
2344
+ name: Sylvestre Mergulhão
2345
+ first_name: Sylvestre
2346
+ last_name: Mergulhão
2347
+ link: http://www.facebook.com/sylvestre.mergulhao
2348
+ username: sylvestre.mergulhao
2349
+ location:
2350
+ id: ''110346955653479''
2351
+ name: Rio de Janeiro, Rio de Janeiro
2352
+ education:
2353
+ - school:
2354
+ id: ''115555431792035''
2355
+ name: UniRio
2356
+ type: College
2357
+ with:
2358
+ - id: ''100001030509286''
2359
+ name: João Aguirre
2360
+ - id: ''512001183''
2361
+ name: Marcos Brando Margulies
2362
+ - id: ''100001650369677''
2363
+ name: Paulo Guilherme Ribeiro
2364
+ - id: ''678564390''
2365
+ name: Duim Knurf
2366
+ - school:
2367
+ id: ''109896575694939''
2368
+ name: Universidade Federal do Estado do Rio de Janeiro
2369
+ type: College
2370
+ with:
2371
+ - id: ''100000517388839''
2372
+ name: João Filho
2373
+ gender: male
2374
+ email: mergulhao83@gmail.com
2375
+ timezone: -2
2376
+ locale: pt_BR
2377
+ verified: true
2378
+ updated_time: ''2011-07-19T00:05:20+0000''
2379
+ ', "updated_at" = '2012-12-04 19:55:29.721891' WHERE "users"."id" = 1
2380
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2381
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
2382
+  (0.4ms) rollback transaction
2383
+  (0.1ms) begin transaction
2384
+  (0.0ms) SAVEPOINT active_record_1
2385
+ SQL (0.5ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
2386
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2387
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2388
+  (0.0ms) SAVEPOINT active_record_1
2389
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2390
+ id: ''526830634''
2391
+ name: Sylvestre Mergulhão
2392
+ first_name: Sylvestre
2393
+ last_name: Mergulhão
2394
+ link: http://www.facebook.com/sylvestre.mergulhao
2395
+ username: sylvestre.mergulhao
2396
+ location:
2397
+ id: ''110346955653479''
2398
+ name: Rio de Janeiro, Rio de Janeiro
2399
+ education:
2400
+ - school:
2401
+ id: ''115555431792035''
2402
+ name: UniRio
2403
+ type: College
2404
+ with:
2405
+ - id: ''100001030509286''
2406
+ name: João Aguirre
2407
+ - id: ''512001183''
2408
+ name: Marcos Brando Margulies
2409
+ - id: ''100001650369677''
2410
+ name: Paulo Guilherme Ribeiro
2411
+ - id: ''678564390''
2412
+ name: Duim Knurf
2413
+ - school:
2414
+ id: ''109896575694939''
2415
+ name: Universidade Federal do Estado do Rio de Janeiro
2416
+ type: College
2417
+ with:
2418
+ - id: ''100000517388839''
2419
+ name: João Filho
2420
+ gender: male
2421
+ email: mergulhao83@gmail.com
2422
+ timezone: -2
2423
+ locale: pt_BR
2424
+ verified: true
2425
+ updated_time: ''2011-07-19T00:05:20+0000''
2426
+ ', "updated_at" = '2012-12-04 19:55:29.731504' WHERE "users"."id" = 1
2427
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2428
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
2429
+  (0.6ms) rollback transaction
2430
+  (0.1ms) begin transaction
2431
+  (0.0ms) SAVEPOINT active_record_1
2432
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
2433
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2434
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2435
+  (0.0ms) SAVEPOINT active_record_1
2436
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2437
+ id: ''526830634''
2438
+ name: Sylvestre Mergulhão
2439
+ first_name: Sylvestre
2440
+ last_name: Mergulhão
2441
+ link: http://www.facebook.com/sylvestre.mergulhao
2442
+ username: sylvestre.mergulhao
2443
+ location:
2444
+ id: ''110346955653479''
2445
+ name: Rio de Janeiro, Rio de Janeiro
2446
+ education:
2447
+ - school:
2448
+ id: ''115555431792035''
2449
+ name: UniRio
2450
+ type: College
2451
+ with:
2452
+ - id: ''100001030509286''
2453
+ name: João Aguirre
2454
+ - id: ''512001183''
2455
+ name: Marcos Brando Margulies
2456
+ - id: ''100001650369677''
2457
+ name: Paulo Guilherme Ribeiro
2458
+ - id: ''678564390''
2459
+ name: Duim Knurf
2460
+ - school:
2461
+ id: ''109896575694939''
2462
+ name: Universidade Federal do Estado do Rio de Janeiro
2463
+ type: College
2464
+ with:
2465
+ - id: ''100000517388839''
2466
+ name: João Filho
2467
+ gender: male
2468
+ email: mergulhao83@gmail.com
2469
+ timezone: -2
2470
+ locale: pt_BR
2471
+ verified: true
2472
+ updated_time: ''2011-07-19T00:05:20+0000''
2473
+ ', "updated_at" = '2012-12-04 19:55:29.742384' WHERE "users"."id" = 1
2474
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2475
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
2476
+  (0.4ms) rollback transaction
2477
+  (0.1ms) begin transaction
2478
+  (0.1ms) SAVEPOINT active_record_1
2479
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:55:29 UTC +00:00]]
2480
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2481
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2482
+  (0.0ms) SAVEPOINT active_record_1
2483
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2484
+ id: ''526830634''
2485
+ name: Sylvestre Mergulhão
2486
+ first_name: Sylvestre
2487
+ last_name: Mergulhão
2488
+ link: http://www.facebook.com/sylvestre.mergulhao
2489
+ username: sylvestre.mergulhao
2490
+ location:
2491
+ id: ''110346955653479''
2492
+ name: Rio de Janeiro, Rio de Janeiro
2493
+ education:
2494
+ - school:
2495
+ id: ''115555431792035''
2496
+ name: UniRio
2497
+ type: College
2498
+ with:
2499
+ - id: ''100001030509286''
2500
+ name: João Aguirre
2501
+ - id: ''512001183''
2502
+ name: Marcos Brando Margulies
2503
+ - id: ''100001650369677''
2504
+ name: Paulo Guilherme Ribeiro
2505
+ - id: ''678564390''
2506
+ name: Duim Knurf
2507
+ - school:
2508
+ id: ''109896575694939''
2509
+ name: Universidade Federal do Estado do Rio de Janeiro
2510
+ type: College
2511
+ with:
2512
+ - id: ''100000517388839''
2513
+ name: João Filho
2514
+ gender: male
2515
+ email: mergulhao83@gmail.com
2516
+ timezone: -2
2517
+ locale: pt_BR
2518
+ verified: true
2519
+ updated_time: ''2011-07-19T00:05:20+0000''
2520
+ ', "updated_at" = '2012-12-04 19:55:29.750988' WHERE "users"."id" = 1
2521
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2522
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
2523
+  (0.4ms) rollback transaction
2524
+  (0.1ms) begin transaction
2525
+  (0.0ms) rollback transaction
2526
+  (0.1ms) begin transaction
2527
+  (0.0ms) rollback transaction
2528
+  (0.1ms) begin transaction
2529
+  (0.0ms) rollback transaction
2530
+ Connecting to database specified by database.yml
2531
+  (0.4ms) begin transaction
2532
+  (0.0ms) SAVEPOINT active_record_1
2533
+ SQL (25.9ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2534
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2535
+ Processing by SessionsController#create as HTML
2536
+ Parameters: {"provider"=>"facebook"}
2537
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
2538
+  (0.0ms) SAVEPOINT active_record_1
2539
+  (0.4ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 19:59:54.648972' WHERE "users"."id" = 1
2540
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2541
+ Redirected to http://test.host/
2542
+ Completed 302 Found in 6ms (ActiveRecord: 0.6ms)
2543
+  (0.3ms) rollback transaction
2544
+  (0.1ms) begin transaction
2545
+  (0.0ms) SAVEPOINT active_record_1
2546
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2547
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2548
+ Processing by SessionsController#create as HTML
2549
+ Parameters: {"provider"=>"facebook"}
2550
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
2551
+  (0.0ms) SAVEPOINT active_record_1
2552
+  (0.3ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 19:59:54.657600' WHERE "users"."id" = 1
2553
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2554
+ Redirected to http://test.host/
2555
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
2556
+  (0.4ms) rollback transaction
2557
+  (0.0ms) begin transaction
2558
+  (0.0ms) SAVEPOINT active_record_1
2559
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2561
+ Processing by SessionsController#create as HTML
2562
+ Parameters: {"provider"=>"facebook"}
2563
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
2564
+  (0.0ms) SAVEPOINT active_record_1
2565
+  (0.3ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 19:59:54.664094' WHERE "users"."id" = 1
2566
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2567
+ Redirected to http://test.host/this/path
2568
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
2569
+  (0.4ms) rollback transaction
2570
+  (0.1ms) begin transaction
2571
+  (0.0ms) SAVEPOINT active_record_1
2572
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2573
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2574
+ Processing by SessionsController#create as HTML
2575
+ Parameters: {"provider"=>"facebook"}
2576
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
2577
+  (0.0ms) SAVEPOINT active_record_1
2578
+  (0.3ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 19:59:54.670905' WHERE "users"."id" = 1
2579
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2580
+ Redirected to http://test.host/
2581
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
2582
+  (0.3ms) rollback transaction
2583
+  (0.0ms) begin transaction
2584
+ Processing by SessionsController#failure as HTML
2585
+ Redirected to http://test.host/
2586
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2587
+  (0.1ms) rollback transaction
2588
+  (0.1ms) begin transaction
2589
+ Processing by SessionsController#failure as HTML
2590
+ Redirected to http://test.host/this/path
2591
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
2592
+  (0.0ms) rollback transaction
2593
+  (0.0ms) begin transaction
2594
+ Processing by SessionsController#failure as HTML
2595
+ Redirected to http://test.host/
2596
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
2597
+  (0.0ms) rollback transaction
2598
+  (0.0ms) begin transaction
2599
+ Processing by SessionsController#destroy as HTML
2600
+ Redirected to http://test.host/
2601
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2602
+  (0.1ms) rollback transaction
2603
+  (0.1ms) begin transaction
2604
+ Processing by SessionsController#destroy as HTML
2605
+ Redirected to http://test.host/
2606
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
2607
+  (0.0ms) rollback transaction
2608
+  (0.1ms) begin transaction
2609
+ Processing by SessionsController#destroy as HTML
2610
+ Redirected to http://test.host/
2611
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
2612
+  (0.0ms) rollback transaction
2613
+  (0.0ms) begin transaction
2614
+  (0.0ms) SAVEPOINT active_record_1
2615
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2616
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2617
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2618
+  (0.0ms) SAVEPOINT active_record_1
2619
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2620
+ id: ''526830634''
2621
+ name: Sylvestre Mergulhão
2622
+ first_name: Sylvestre
2623
+ last_name: Mergulhão
2624
+ link: http://www.facebook.com/sylvestre.mergulhao
2625
+ username: sylvestre.mergulhao
2626
+ location:
2627
+ id: ''110346955653479''
2628
+ name: Rio de Janeiro, Rio de Janeiro
2629
+ education:
2630
+ - school:
2631
+ id: ''115555431792035''
2632
+ name: UniRio
2633
+ type: College
2634
+ with:
2635
+ - id: ''100001030509286''
2636
+ name: João Aguirre
2637
+ - id: ''512001183''
2638
+ name: Marcos Brando Margulies
2639
+ - id: ''100001650369677''
2640
+ name: Paulo Guilherme Ribeiro
2641
+ - id: ''678564390''
2642
+ name: Duim Knurf
2643
+ - school:
2644
+ id: ''109896575694939''
2645
+ name: Universidade Federal do Estado do Rio de Janeiro
2646
+ type: College
2647
+ with:
2648
+ - id: ''100000517388839''
2649
+ name: João Filho
2650
+ gender: male
2651
+ email: mergulhao83@gmail.com
2652
+ timezone: -2
2653
+ locale: pt_BR
2654
+ verified: true
2655
+ updated_time: ''2011-07-19T00:05:20+0000''
2656
+ ', "updated_at" = '2012-12-04 19:59:54.695515' WHERE "users"."id" = 1
2657
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2658
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
2659
+  (0.5ms) rollback transaction
2660
+  (0.1ms) begin transaction
2661
+  (0.1ms) SAVEPOINT active_record_1
2662
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2663
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2664
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2665
+  (0.0ms) SAVEPOINT active_record_1
2666
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2667
+ id: ''526830634''
2668
+ name: Sylvestre Mergulhão
2669
+ first_name: Sylvestre
2670
+ last_name: Mergulhão
2671
+ link: http://www.facebook.com/sylvestre.mergulhao
2672
+ username: sylvestre.mergulhao
2673
+ location:
2674
+ id: ''110346955653479''
2675
+ name: Rio de Janeiro, Rio de Janeiro
2676
+ education:
2677
+ - school:
2678
+ id: ''115555431792035''
2679
+ name: UniRio
2680
+ type: College
2681
+ with:
2682
+ - id: ''100001030509286''
2683
+ name: João Aguirre
2684
+ - id: ''512001183''
2685
+ name: Marcos Brando Margulies
2686
+ - id: ''100001650369677''
2687
+ name: Paulo Guilherme Ribeiro
2688
+ - id: ''678564390''
2689
+ name: Duim Knurf
2690
+ - school:
2691
+ id: ''109896575694939''
2692
+ name: Universidade Federal do Estado do Rio de Janeiro
2693
+ type: College
2694
+ with:
2695
+ - id: ''100000517388839''
2696
+ name: João Filho
2697
+ gender: male
2698
+ email: mergulhao83@gmail.com
2699
+ timezone: -2
2700
+ locale: pt_BR
2701
+ verified: true
2702
+ updated_time: ''2011-07-19T00:05:20+0000''
2703
+ ', "updated_at" = '2012-12-04 19:59:54.704721' WHERE "users"."id" = 1
2704
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2705
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
2706
+  (0.4ms) rollback transaction
2707
+  (0.0ms) begin transaction
2708
+  (0.0ms) SAVEPOINT active_record_1
2709
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2710
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2711
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2712
+  (0.0ms) SAVEPOINT active_record_1
2713
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2714
+ id: ''526830634''
2715
+ name: Sylvestre Mergulhão
2716
+ first_name: Sylvestre
2717
+ last_name: Mergulhão
2718
+ link: http://www.facebook.com/sylvestre.mergulhao
2719
+ username: sylvestre.mergulhao
2720
+ location:
2721
+ id: ''110346955653479''
2722
+ name: Rio de Janeiro, Rio de Janeiro
2723
+ education:
2724
+ - school:
2725
+ id: ''115555431792035''
2726
+ name: UniRio
2727
+ type: College
2728
+ with:
2729
+ - id: ''100001030509286''
2730
+ name: João Aguirre
2731
+ - id: ''512001183''
2732
+ name: Marcos Brando Margulies
2733
+ - id: ''100001650369677''
2734
+ name: Paulo Guilherme Ribeiro
2735
+ - id: ''678564390''
2736
+ name: Duim Knurf
2737
+ - school:
2738
+ id: ''109896575694939''
2739
+ name: Universidade Federal do Estado do Rio de Janeiro
2740
+ type: College
2741
+ with:
2742
+ - id: ''100000517388839''
2743
+ name: João Filho
2744
+ gender: male
2745
+ email: mergulhao83@gmail.com
2746
+ timezone: -2
2747
+ locale: pt_BR
2748
+ verified: true
2749
+ updated_time: ''2011-07-19T00:05:20+0000''
2750
+ ', "updated_at" = '2012-12-04 19:59:54.711965' WHERE "users"."id" = 1
2751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2752
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
2753
+  (0.5ms) rollback transaction
2754
+  (0.1ms) begin transaction
2755
+  (0.1ms) SAVEPOINT active_record_1
2756
+ SQL (0.7ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2757
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2758
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2759
+  (0.0ms) SAVEPOINT active_record_1
2760
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2761
+ id: ''526830634''
2762
+ name: Sylvestre Mergulhão
2763
+ first_name: Sylvestre
2764
+ last_name: Mergulhão
2765
+ link: http://www.facebook.com/sylvestre.mergulhao
2766
+ username: sylvestre.mergulhao
2767
+ location:
2768
+ id: ''110346955653479''
2769
+ name: Rio de Janeiro, Rio de Janeiro
2770
+ education:
2771
+ - school:
2772
+ id: ''115555431792035''
2773
+ name: UniRio
2774
+ type: College
2775
+ with:
2776
+ - id: ''100001030509286''
2777
+ name: João Aguirre
2778
+ - id: ''512001183''
2779
+ name: Marcos Brando Margulies
2780
+ - id: ''100001650369677''
2781
+ name: Paulo Guilherme Ribeiro
2782
+ - id: ''678564390''
2783
+ name: Duim Knurf
2784
+ - school:
2785
+ id: ''109896575694939''
2786
+ name: Universidade Federal do Estado do Rio de Janeiro
2787
+ type: College
2788
+ with:
2789
+ - id: ''100000517388839''
2790
+ name: João Filho
2791
+ gender: male
2792
+ email: mergulhao83@gmail.com
2793
+ timezone: -2
2794
+ locale: pt_BR
2795
+ verified: true
2796
+ updated_time: ''2011-07-19T00:05:20+0000''
2797
+ ', "updated_at" = '2012-12-04 19:59:54.720143' WHERE "users"."id" = 1
2798
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2799
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
2800
+  (0.5ms) rollback transaction
2801
+  (0.1ms) begin transaction
2802
+  (0.1ms) SAVEPOINT active_record_1
2803
+ SQL (0.7ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2804
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2805
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2806
+  (0.0ms) SAVEPOINT active_record_1
2807
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2808
+ id: ''526830634''
2809
+ name: Sylvestre Mergulhão
2810
+ first_name: Sylvestre
2811
+ last_name: Mergulhão
2812
+ link: http://www.facebook.com/sylvestre.mergulhao
2813
+ username: sylvestre.mergulhao
2814
+ location:
2815
+ id: ''110346955653479''
2816
+ name: Rio de Janeiro, Rio de Janeiro
2817
+ education:
2818
+ - school:
2819
+ id: ''115555431792035''
2820
+ name: UniRio
2821
+ type: College
2822
+ with:
2823
+ - id: ''100001030509286''
2824
+ name: João Aguirre
2825
+ - id: ''512001183''
2826
+ name: Marcos Brando Margulies
2827
+ - id: ''100001650369677''
2828
+ name: Paulo Guilherme Ribeiro
2829
+ - id: ''678564390''
2830
+ name: Duim Knurf
2831
+ - school:
2832
+ id: ''109896575694939''
2833
+ name: Universidade Federal do Estado do Rio de Janeiro
2834
+ type: College
2835
+ with:
2836
+ - id: ''100000517388839''
2837
+ name: João Filho
2838
+ gender: male
2839
+ email: mergulhao83@gmail.com
2840
+ timezone: -2
2841
+ locale: pt_BR
2842
+ verified: true
2843
+ updated_time: ''2011-07-19T00:05:20+0000''
2844
+ ', "updated_at" = '2012-12-04 19:59:54.730401' WHERE "users"."id" = 1
2845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2846
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
2847
+  (0.4ms) rollback transaction
2848
+  (0.0ms) begin transaction
2849
+  (0.1ms) SAVEPOINT active_record_1
2850
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2851
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2852
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2853
+  (0.0ms) SAVEPOINT active_record_1
2854
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2855
+ id: ''526830634''
2856
+ name: Sylvestre Mergulhão
2857
+ first_name: Sylvestre
2858
+ last_name: Mergulhão
2859
+ link: http://www.facebook.com/sylvestre.mergulhao
2860
+ username: sylvestre.mergulhao
2861
+ location:
2862
+ id: ''110346955653479''
2863
+ name: Rio de Janeiro, Rio de Janeiro
2864
+ education:
2865
+ - school:
2866
+ id: ''115555431792035''
2867
+ name: UniRio
2868
+ type: College
2869
+ with:
2870
+ - id: ''100001030509286''
2871
+ name: João Aguirre
2872
+ - id: ''512001183''
2873
+ name: Marcos Brando Margulies
2874
+ - id: ''100001650369677''
2875
+ name: Paulo Guilherme Ribeiro
2876
+ - id: ''678564390''
2877
+ name: Duim Knurf
2878
+ - school:
2879
+ id: ''109896575694939''
2880
+ name: Universidade Federal do Estado do Rio de Janeiro
2881
+ type: College
2882
+ with:
2883
+ - id: ''100000517388839''
2884
+ name: João Filho
2885
+ gender: male
2886
+ email: mergulhao83@gmail.com
2887
+ timezone: -2
2888
+ locale: pt_BR
2889
+ verified: true
2890
+ updated_time: ''2011-07-19T00:05:20+0000''
2891
+ ', "updated_at" = '2012-12-04 19:59:54.737669' WHERE "users"."id" = 1
2892
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2893
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
2894
+  (0.6ms) rollback transaction
2895
+  (0.0ms) begin transaction
2896
+  (0.1ms) SAVEPOINT active_record_1
2897
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2898
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2899
+  (0.1ms) SELECT COUNT(*) FROM "users" 
2900
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2901
+  (0.0ms) SAVEPOINT active_record_1
2902
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2903
+ id: ''526830634''
2904
+ name: Sylvestre Mergulhão
2905
+ first_name: Sylvestre
2906
+ last_name: Mergulhão
2907
+ link: http://www.facebook.com/sylvestre.mergulhao
2908
+ username: sylvestre.mergulhao
2909
+ location:
2910
+ id: ''110346955653479''
2911
+ name: Rio de Janeiro, Rio de Janeiro
2912
+ education:
2913
+ - school:
2914
+ id: ''115555431792035''
2915
+ name: UniRio
2916
+ type: College
2917
+ with:
2918
+ - id: ''100001030509286''
2919
+ name: João Aguirre
2920
+ - id: ''512001183''
2921
+ name: Marcos Brando Margulies
2922
+ - id: ''100001650369677''
2923
+ name: Paulo Guilherme Ribeiro
2924
+ - id: ''678564390''
2925
+ name: Duim Knurf
2926
+ - school:
2927
+ id: ''109896575694939''
2928
+ name: Universidade Federal do Estado do Rio de Janeiro
2929
+ type: College
2930
+ with:
2931
+ - id: ''100000517388839''
2932
+ name: João Filho
2933
+ gender: male
2934
+ email: mergulhao83@gmail.com
2935
+ timezone: -2
2936
+ locale: pt_BR
2937
+ verified: true
2938
+ updated_time: ''2011-07-19T00:05:20+0000''
2939
+ ', "updated_at" = '2012-12-04 19:59:54.747599' WHERE "users"."id" = 1
2940
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2941
+  (0.1ms) SELECT COUNT(*) FROM "users"
2942
+  (0.3ms) rollback transaction
2943
+  (0.1ms) begin transaction
2944
+  (0.1ms) SAVEPOINT active_record_1
2945
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2946
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2947
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2948
+  (0.0ms) SAVEPOINT active_record_1
2949
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2950
+ id: ''526830634''
2951
+ name: Sylvestre Mergulhão
2952
+ first_name: Sylvestre
2953
+ last_name: Mergulhão
2954
+ link: http://www.facebook.com/sylvestre.mergulhao
2955
+ username: sylvestre.mergulhao
2956
+ location:
2957
+ id: ''110346955653479''
2958
+ name: Rio de Janeiro, Rio de Janeiro
2959
+ education:
2960
+ - school:
2961
+ id: ''115555431792035''
2962
+ name: UniRio
2963
+ type: College
2964
+ with:
2965
+ - id: ''100001030509286''
2966
+ name: João Aguirre
2967
+ - id: ''512001183''
2968
+ name: Marcos Brando Margulies
2969
+ - id: ''100001650369677''
2970
+ name: Paulo Guilherme Ribeiro
2971
+ - id: ''678564390''
2972
+ name: Duim Knurf
2973
+ - school:
2974
+ id: ''109896575694939''
2975
+ name: Universidade Federal do Estado do Rio de Janeiro
2976
+ type: College
2977
+ with:
2978
+ - id: ''100000517388839''
2979
+ name: João Filho
2980
+ gender: male
2981
+ email: mergulhao83@gmail.com
2982
+ timezone: -2
2983
+ locale: pt_BR
2984
+ verified: true
2985
+ updated_time: ''2011-07-19T00:05:20+0000''
2986
+ ', "updated_at" = '2012-12-04 19:59:54.755746' WHERE "users"."id" = 1
2987
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2988
+  (0.3ms) rollback transaction
2989
+  (0.1ms) begin transaction
2990
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
2991
+  (0.0ms) SAVEPOINT active_record_1
2992
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
2993
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2994
+  (0.0ms) SAVEPOINT active_record_1
2995
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
2996
+ id: ''526830634''
2997
+ name: Sylvestre Mergulhão
2998
+ first_name: Sylvestre
2999
+ last_name: Mergulhão
3000
+ link: http://www.facebook.com/sylvestre.mergulhao
3001
+ username: sylvestre.mergulhao
3002
+ location:
3003
+ id: ''110346955653479''
3004
+ name: Rio de Janeiro, Rio de Janeiro
3005
+ education:
3006
+ - school:
3007
+ id: ''115555431792035''
3008
+ name: UniRio
3009
+ type: College
3010
+ with:
3011
+ - id: ''100001030509286''
3012
+ name: João Aguirre
3013
+ - id: ''512001183''
3014
+ name: Marcos Brando Margulies
3015
+ - id: ''100001650369677''
3016
+ name: Paulo Guilherme Ribeiro
3017
+ - id: ''678564390''
3018
+ name: Duim Knurf
3019
+ - school:
3020
+ id: ''109896575694939''
3021
+ name: Universidade Federal do Estado do Rio de Janeiro
3022
+ type: College
3023
+ with:
3024
+ - id: ''100000517388839''
3025
+ name: João Filho
3026
+ gender: male
3027
+ email: mergulhao83@gmail.com
3028
+ timezone: -2
3029
+ locale: pt_BR
3030
+ verified: true
3031
+ updated_time: ''2011-07-19T00:05:20+0000''
3032
+ ', "updated_at" = '2012-12-04 19:59:54.762502' WHERE "users"."id" = 1
3033
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3034
+  (0.4ms) rollback transaction
3035
+  (0.0ms) begin transaction
3036
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3037
+  (0.0ms) SAVEPOINT active_record_1
3038
+ SQL (0.3ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
3039
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3040
+  (0.0ms) SAVEPOINT active_record_1
3041
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3042
+ id: ''526830634''
3043
+ name: Sylvestre Mergulhão
3044
+ first_name: Sylvestre
3045
+ last_name: Mergulhão
3046
+ link: http://www.facebook.com/sylvestre.mergulhao
3047
+ username: sylvestre.mergulhao
3048
+ location:
3049
+ id: ''110346955653479''
3050
+ name: Rio de Janeiro, Rio de Janeiro
3051
+ education:
3052
+ - school:
3053
+ id: ''115555431792035''
3054
+ name: UniRio
3055
+ type: College
3056
+ with:
3057
+ - id: ''100001030509286''
3058
+ name: João Aguirre
3059
+ - id: ''512001183''
3060
+ name: Marcos Brando Margulies
3061
+ - id: ''100001650369677''
3062
+ name: Paulo Guilherme Ribeiro
3063
+ - id: ''678564390''
3064
+ name: Duim Knurf
3065
+ - school:
3066
+ id: ''109896575694939''
3067
+ name: Universidade Federal do Estado do Rio de Janeiro
3068
+ type: College
3069
+ with:
3070
+ - id: ''100000517388839''
3071
+ name: João Filho
3072
+ gender: male
3073
+ email: mergulhao83@gmail.com
3074
+ timezone: -2
3075
+ locale: pt_BR
3076
+ verified: true
3077
+ updated_time: ''2011-07-19T00:05:20+0000''
3078
+ ', "updated_at" = '2012-12-04 19:59:54.768381' WHERE "users"."id" = 1
3079
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3080
+  (0.6ms) rollback transaction
3081
+  (0.0ms) begin transaction
3082
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3083
+  (0.0ms) SAVEPOINT active_record_1
3084
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
3085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3086
+  (0.0ms) SAVEPOINT active_record_1
3087
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3088
+ id: ''526830634''
3089
+ name: Sylvestre Mergulhão
3090
+ first_name: Sylvestre
3091
+ last_name: Mergulhão
3092
+ link: http://www.facebook.com/sylvestre.mergulhao
3093
+ username: sylvestre.mergulhao
3094
+ location:
3095
+ id: ''110346955653479''
3096
+ name: Rio de Janeiro, Rio de Janeiro
3097
+ education:
3098
+ - school:
3099
+ id: ''115555431792035''
3100
+ name: UniRio
3101
+ type: College
3102
+ with:
3103
+ - id: ''100001030509286''
3104
+ name: João Aguirre
3105
+ - id: ''512001183''
3106
+ name: Marcos Brando Margulies
3107
+ - id: ''100001650369677''
3108
+ name: Paulo Guilherme Ribeiro
3109
+ - id: ''678564390''
3110
+ name: Duim Knurf
3111
+ - school:
3112
+ id: ''109896575694939''
3113
+ name: Universidade Federal do Estado do Rio de Janeiro
3114
+ type: College
3115
+ with:
3116
+ - id: ''100000517388839''
3117
+ name: João Filho
3118
+ gender: male
3119
+ email: mergulhao83@gmail.com
3120
+ timezone: -2
3121
+ locale: pt_BR
3122
+ verified: true
3123
+ updated_time: ''2011-07-19T00:05:20+0000''
3124
+ ', "updated_at" = '2012-12-04 19:59:54.775017' WHERE "users"."id" = 1
3125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3126
+  (0.4ms) rollback transaction
3127
+  (0.1ms) begin transaction
3128
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3129
+  (0.0ms) SAVEPOINT active_record_1
3130
+ SQL (0.3ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
3131
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3132
+  (0.0ms) SAVEPOINT active_record_1
3133
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3134
+ id: ''526830634''
3135
+ name: Sylvestre Mergulhão
3136
+ first_name: Sylvestre
3137
+ last_name: Mergulhão
3138
+ link: http://www.facebook.com/sylvestre.mergulhao
3139
+ username: sylvestre.mergulhao
3140
+ location:
3141
+ id: ''110346955653479''
3142
+ name: Rio de Janeiro, Rio de Janeiro
3143
+ education:
3144
+ - school:
3145
+ id: ''115555431792035''
3146
+ name: UniRio
3147
+ type: College
3148
+ with:
3149
+ - id: ''100001030509286''
3150
+ name: João Aguirre
3151
+ - id: ''512001183''
3152
+ name: Marcos Brando Margulies
3153
+ - id: ''100001650369677''
3154
+ name: Paulo Guilherme Ribeiro
3155
+ - id: ''678564390''
3156
+ name: Duim Knurf
3157
+ - school:
3158
+ id: ''109896575694939''
3159
+ name: Universidade Federal do Estado do Rio de Janeiro
3160
+ type: College
3161
+ with:
3162
+ - id: ''100000517388839''
3163
+ name: João Filho
3164
+ gender: male
3165
+ email: mergulhao83@gmail.com
3166
+ timezone: -2
3167
+ locale: pt_BR
3168
+ verified: true
3169
+ updated_time: ''2011-07-19T00:05:20+0000''
3170
+ ', "updated_at" = '2012-12-04 19:59:54.781459' WHERE "users"."id" = 1
3171
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3172
+  (0.5ms) rollback transaction
3173
+  (0.1ms) begin transaction
3174
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3175
+  (0.0ms) SAVEPOINT active_record_1
3176
+ SQL (0.3ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
3177
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3178
+  (0.0ms) SAVEPOINT active_record_1
3179
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3180
+ id: ''526830634''
3181
+ name: Sylvestre Mergulhão
3182
+ first_name: Sylvestre
3183
+ last_name: Mergulhão
3184
+ link: http://www.facebook.com/sylvestre.mergulhao
3185
+ username: sylvestre.mergulhao
3186
+ location:
3187
+ id: ''110346955653479''
3188
+ name: Rio de Janeiro, Rio de Janeiro
3189
+ education:
3190
+ - school:
3191
+ id: ''115555431792035''
3192
+ name: UniRio
3193
+ type: College
3194
+ with:
3195
+ - id: ''100001030509286''
3196
+ name: João Aguirre
3197
+ - id: ''512001183''
3198
+ name: Marcos Brando Margulies
3199
+ - id: ''100001650369677''
3200
+ name: Paulo Guilherme Ribeiro
3201
+ - id: ''678564390''
3202
+ name: Duim Knurf
3203
+ - school:
3204
+ id: ''109896575694939''
3205
+ name: Universidade Federal do Estado do Rio de Janeiro
3206
+ type: College
3207
+ with:
3208
+ - id: ''100000517388839''
3209
+ name: João Filho
3210
+ gender: male
3211
+ email: mergulhao83@gmail.com
3212
+ timezone: -2
3213
+ locale: pt_BR
3214
+ verified: true
3215
+ updated_time: ''2011-07-19T00:05:20+0000''
3216
+ ', "updated_at" = '2012-12-04 19:59:54.787798' WHERE "users"."id" = 1
3217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3218
+  (0.5ms) rollback transaction
3219
+  (0.0ms) begin transaction
3220
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3221
+  (0.0ms) SAVEPOINT active_record_1
3222
+ SQL (0.3ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
3223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3224
+  (0.0ms) SAVEPOINT active_record_1
3225
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3226
+ id: ''526830634''
3227
+ name: Sylvestre Mergulhão
3228
+ first_name: Sylvestre
3229
+ last_name: Mergulhão
3230
+ link: http://www.facebook.com/sylvestre.mergulhao
3231
+ username: sylvestre.mergulhao
3232
+ location:
3233
+ id: ''110346955653479''
3234
+ name: Rio de Janeiro, Rio de Janeiro
3235
+ education:
3236
+ - school:
3237
+ id: ''115555431792035''
3238
+ name: UniRio
3239
+ type: College
3240
+ with:
3241
+ - id: ''100001030509286''
3242
+ name: João Aguirre
3243
+ - id: ''512001183''
3244
+ name: Marcos Brando Margulies
3245
+ - id: ''100001650369677''
3246
+ name: Paulo Guilherme Ribeiro
3247
+ - id: ''678564390''
3248
+ name: Duim Knurf
3249
+ - school:
3250
+ id: ''109896575694939''
3251
+ name: Universidade Federal do Estado do Rio de Janeiro
3252
+ type: College
3253
+ with:
3254
+ - id: ''100000517388839''
3255
+ name: João Filho
3256
+ gender: male
3257
+ email: mergulhao83@gmail.com
3258
+ timezone: -2
3259
+ locale: pt_BR
3260
+ verified: true
3261
+ updated_time: ''2011-07-19T00:05:20+0000''
3262
+ ', "updated_at" = '2012-12-04 19:59:54.793576' WHERE "users"."id" = 1
3263
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3264
+  (0.4ms) rollback transaction
3265
+  (0.0ms) begin transaction
3266
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3267
+  (0.0ms) SAVEPOINT active_record_1
3268
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
3269
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3270
+  (0.0ms) SAVEPOINT active_record_1
3271
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3272
+ id: ''526830634''
3273
+ name: Sylvestre Mergulhão
3274
+ first_name: Sylvestre
3275
+ last_name: Mergulhão
3276
+ link: http://www.facebook.com/sylvestre.mergulhao
3277
+ username: sylvestre.mergulhao
3278
+ location:
3279
+ id: ''110346955653479''
3280
+ name: Rio de Janeiro, Rio de Janeiro
3281
+ education:
3282
+ - school:
3283
+ id: ''115555431792035''
3284
+ name: UniRio
3285
+ type: College
3286
+ with:
3287
+ - id: ''100001030509286''
3288
+ name: João Aguirre
3289
+ - id: ''512001183''
3290
+ name: Marcos Brando Margulies
3291
+ - id: ''100001650369677''
3292
+ name: Paulo Guilherme Ribeiro
3293
+ - id: ''678564390''
3294
+ name: Duim Knurf
3295
+ - school:
3296
+ id: ''109896575694939''
3297
+ name: Universidade Federal do Estado do Rio de Janeiro
3298
+ type: College
3299
+ with:
3300
+ - id: ''100000517388839''
3301
+ name: João Filho
3302
+ gender: male
3303
+ email: mergulhao83@gmail.com
3304
+ timezone: -2
3305
+ locale: pt_BR
3306
+ verified: true
3307
+ updated_time: ''2011-07-19T00:05:20+0000''
3308
+ ', "updated_at" = '2012-12-04 19:59:54.801726' WHERE "users"."id" = 1
3309
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3310
+  (0.4ms) rollback transaction
3311
+  (0.1ms) begin transaction
3312
+  (0.2ms) SELECT COUNT(*) FROM "users" 
3313
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3314
+  (0.0ms) SAVEPOINT active_record_1
3315
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 19:59:54 UTC +00:00]]
3316
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3317
+  (0.0ms) SAVEPOINT active_record_1
3318
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3319
+ id: ''526830634''
3320
+ name: Sylvestre Mergulhão
3321
+ first_name: Sylvestre
3322
+ last_name: Mergulhão
3323
+ link: http://www.facebook.com/sylvestre.mergulhao
3324
+ username: sylvestre.mergulhao
3325
+ location:
3326
+ id: ''110346955653479''
3327
+ name: Rio de Janeiro, Rio de Janeiro
3328
+ education:
3329
+ - school:
3330
+ id: ''115555431792035''
3331
+ name: UniRio
3332
+ type: College
3333
+ with:
3334
+ - id: ''100001030509286''
3335
+ name: João Aguirre
3336
+ - id: ''512001183''
3337
+ name: Marcos Brando Margulies
3338
+ - id: ''100001650369677''
3339
+ name: Paulo Guilherme Ribeiro
3340
+ - id: ''678564390''
3341
+ name: Duim Knurf
3342
+ - school:
3343
+ id: ''109896575694939''
3344
+ name: Universidade Federal do Estado do Rio de Janeiro
3345
+ type: College
3346
+ with:
3347
+ - id: ''100000517388839''
3348
+ name: João Filho
3349
+ gender: male
3350
+ email: mergulhao83@gmail.com
3351
+ timezone: -2
3352
+ locale: pt_BR
3353
+ verified: true
3354
+ updated_time: ''2011-07-19T00:05:20+0000''
3355
+ ', "updated_at" = '2012-12-04 19:59:54.810298' WHERE "users"."id" = 1
3356
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3357
+  (0.1ms) SELECT COUNT(*) FROM "users" 
3358
+  (0.5ms) rollback transaction
3359
+  (0.1ms) begin transaction
3360
+  (0.1ms) rollback transaction
3361
+  (0.1ms) begin transaction
3362
+  (0.0ms) rollback transaction
3363
+  (0.1ms) begin transaction
3364
+  (0.0ms) rollback transaction
3365
+ Connecting to database specified by database.yml
3366
+  (0.8ms) begin transaction
3367
+  (0.0ms) SAVEPOINT active_record_1
3368
+ SQL (6.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3369
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3370
+ Processing by SessionsController#create as HTML
3371
+ Parameters: {"provider"=>"facebook"}
3372
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
3373
+  (0.0ms) SAVEPOINT active_record_1
3374
+  (0.4ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 20:27:08.243401' WHERE "users"."id" = 1
3375
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3376
+ Redirected to http://test.host/
3377
+ Completed 302 Found in 6ms (ActiveRecord: 0.6ms)
3378
+  (0.6ms) rollback transaction
3379
+  (0.1ms) begin transaction
3380
+  (0.1ms) SAVEPOINT active_record_1
3381
+ SQL (0.5ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3382
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3383
+ Processing by SessionsController#create as HTML
3384
+ Parameters: {"provider"=>"facebook"}
3385
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
3386
+  (0.0ms) SAVEPOINT active_record_1
3387
+  (0.3ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 20:27:08.252836' WHERE "users"."id" = 1
3388
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3389
+ Redirected to http://test.host/
3390
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
3391
+  (0.6ms) rollback transaction
3392
+  (0.1ms) begin transaction
3393
+  (0.0ms) SAVEPOINT active_record_1
3394
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3396
+ Processing by SessionsController#create as HTML
3397
+ Parameters: {"provider"=>"facebook"}
3398
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
3399
+  (0.0ms) SAVEPOINT active_record_1
3400
+  (0.4ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 20:27:08.260957' WHERE "users"."id" = 1
3401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3402
+ Redirected to http://test.host/
3403
+ Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
3404
+  (0.4ms) rollback transaction
3405
+  (0.1ms) begin transaction
3406
+  (0.0ms) SAVEPOINT active_record_1
3407
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3408
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3409
+ Processing by SessionsController#create as HTML
3410
+ Parameters: {"provider"=>"facebook"}
3411
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
3412
+  (0.0ms) SAVEPOINT active_record_1
3413
+  (0.4ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 20:27:08.271316' WHERE "users"."id" = 1
3414
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3415
+ Redirected to http://test.host/this/path
3416
+ Completed 302 Found in 3ms (ActiveRecord: 0.7ms)
3417
+  (0.3ms) rollback transaction
3418
+  (0.0ms) begin transaction
3419
+ Processing by SessionsController#failure as HTML
3420
+ Redirected to http://test.host/
3421
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3422
+  (0.0ms) rollback transaction
3423
+  (0.0ms) begin transaction
3424
+ Processing by SessionsController#failure as HTML
3425
+ Redirected to http://test.host/
3426
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
3427
+  (0.1ms) rollback transaction
3428
+  (0.0ms) begin transaction
3429
+ Processing by SessionsController#failure as HTML
3430
+ Redirected to http://test.host/this/path
3431
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
3432
+  (0.1ms) rollback transaction
3433
+  (0.0ms) begin transaction
3434
+ Processing by SessionsController#destroy as HTML
3435
+ Redirected to http://test.host/
3436
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3437
+  (0.0ms) rollback transaction
3438
+  (0.0ms) begin transaction
3439
+ Processing by SessionsController#destroy as HTML
3440
+ Redirected to http://test.host/
3441
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
3442
+  (0.1ms) rollback transaction
3443
+  (0.0ms) begin transaction
3444
+ Processing by SessionsController#destroy as HTML
3445
+ Redirected to http://test.host/
3446
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
3447
+  (0.0ms) rollback transaction
3448
+  (0.0ms) begin transaction
3449
+  (0.2ms) SELECT COUNT(*) FROM "users"
3450
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3451
+  (0.0ms) SAVEPOINT active_record_1
3452
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3453
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3454
+  (0.0ms) SAVEPOINT active_record_1
3455
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3456
+ id: ''526830634''
3457
+ name: Sylvestre Mergulhão
3458
+ first_name: Sylvestre
3459
+ last_name: Mergulhão
3460
+ link: http://www.facebook.com/sylvestre.mergulhao
3461
+ username: sylvestre.mergulhao
3462
+ location:
3463
+ id: ''110346955653479''
3464
+ name: Rio de Janeiro, Rio de Janeiro
3465
+ education:
3466
+ - school:
3467
+ id: ''115555431792035''
3468
+ name: UniRio
3469
+ type: College
3470
+ with:
3471
+ - id: ''100001030509286''
3472
+ name: João Aguirre
3473
+ - id: ''512001183''
3474
+ name: Marcos Brando Margulies
3475
+ - id: ''100001650369677''
3476
+ name: Paulo Guilherme Ribeiro
3477
+ - id: ''678564390''
3478
+ name: Duim Knurf
3479
+ - school:
3480
+ id: ''109896575694939''
3481
+ name: Universidade Federal do Estado do Rio de Janeiro
3482
+ type: College
3483
+ with:
3484
+ - id: ''100000517388839''
3485
+ name: João Filho
3486
+ gender: male
3487
+ email: mergulhao83@gmail.com
3488
+ timezone: -2
3489
+ locale: pt_BR
3490
+ verified: true
3491
+ updated_time: ''2011-07-19T00:05:20+0000''
3492
+ ', "updated_at" = '2012-12-04 20:27:08.297083' WHERE "users"."id" = 1
3493
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3494
+  (0.1ms) SELECT COUNT(*) FROM "users"
3495
+  (0.4ms) rollback transaction
3496
+  (0.1ms) begin transaction
3497
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3498
+  (0.0ms) SAVEPOINT active_record_1
3499
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3500
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3501
+  (0.0ms) SAVEPOINT active_record_1
3502
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3503
+ id: ''526830634''
3504
+ name: Sylvestre Mergulhão
3505
+ first_name: Sylvestre
3506
+ last_name: Mergulhão
3507
+ link: http://www.facebook.com/sylvestre.mergulhao
3508
+ username: sylvestre.mergulhao
3509
+ location:
3510
+ id: ''110346955653479''
3511
+ name: Rio de Janeiro, Rio de Janeiro
3512
+ education:
3513
+ - school:
3514
+ id: ''115555431792035''
3515
+ name: UniRio
3516
+ type: College
3517
+ with:
3518
+ - id: ''100001030509286''
3519
+ name: João Aguirre
3520
+ - id: ''512001183''
3521
+ name: Marcos Brando Margulies
3522
+ - id: ''100001650369677''
3523
+ name: Paulo Guilherme Ribeiro
3524
+ - id: ''678564390''
3525
+ name: Duim Knurf
3526
+ - school:
3527
+ id: ''109896575694939''
3528
+ name: Universidade Federal do Estado do Rio de Janeiro
3529
+ type: College
3530
+ with:
3531
+ - id: ''100000517388839''
3532
+ name: João Filho
3533
+ gender: male
3534
+ email: mergulhao83@gmail.com
3535
+ timezone: -2
3536
+ locale: pt_BR
3537
+ verified: true
3538
+ updated_time: ''2011-07-19T00:05:20+0000''
3539
+ ', "updated_at" = '2012-12-04 20:27:08.305740' WHERE "users"."id" = 1
3540
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3541
+  (0.4ms) rollback transaction
3542
+  (0.0ms) begin transaction
3543
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3544
+  (0.0ms) SAVEPOINT active_record_1
3545
+ SQL (0.3ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3546
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3547
+  (0.0ms) SAVEPOINT active_record_1
3548
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3549
+ id: ''526830634''
3550
+ name: Sylvestre Mergulhão
3551
+ first_name: Sylvestre
3552
+ last_name: Mergulhão
3553
+ link: http://www.facebook.com/sylvestre.mergulhao
3554
+ username: sylvestre.mergulhao
3555
+ location:
3556
+ id: ''110346955653479''
3557
+ name: Rio de Janeiro, Rio de Janeiro
3558
+ education:
3559
+ - school:
3560
+ id: ''115555431792035''
3561
+ name: UniRio
3562
+ type: College
3563
+ with:
3564
+ - id: ''100001030509286''
3565
+ name: João Aguirre
3566
+ - id: ''512001183''
3567
+ name: Marcos Brando Margulies
3568
+ - id: ''100001650369677''
3569
+ name: Paulo Guilherme Ribeiro
3570
+ - id: ''678564390''
3571
+ name: Duim Knurf
3572
+ - school:
3573
+ id: ''109896575694939''
3574
+ name: Universidade Federal do Estado do Rio de Janeiro
3575
+ type: College
3576
+ with:
3577
+ - id: ''100000517388839''
3578
+ name: João Filho
3579
+ gender: male
3580
+ email: mergulhao83@gmail.com
3581
+ timezone: -2
3582
+ locale: pt_BR
3583
+ verified: true
3584
+ updated_time: ''2011-07-19T00:05:20+0000''
3585
+ ', "updated_at" = '2012-12-04 20:27:08.312537' WHERE "users"."id" = 1
3586
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3587
+  (0.4ms) rollback transaction
3588
+  (0.0ms) begin transaction
3589
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3590
+  (0.0ms) SAVEPOINT active_record_1
3591
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3592
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3593
+  (0.1ms) SAVEPOINT active_record_1
3594
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3595
+ id: ''526830634''
3596
+ name: Sylvestre Mergulhão
3597
+ first_name: Sylvestre
3598
+ last_name: Mergulhão
3599
+ link: http://www.facebook.com/sylvestre.mergulhao
3600
+ username: sylvestre.mergulhao
3601
+ location:
3602
+ id: ''110346955653479''
3603
+ name: Rio de Janeiro, Rio de Janeiro
3604
+ education:
3605
+ - school:
3606
+ id: ''115555431792035''
3607
+ name: UniRio
3608
+ type: College
3609
+ with:
3610
+ - id: ''100001030509286''
3611
+ name: João Aguirre
3612
+ - id: ''512001183''
3613
+ name: Marcos Brando Margulies
3614
+ - id: ''100001650369677''
3615
+ name: Paulo Guilherme Ribeiro
3616
+ - id: ''678564390''
3617
+ name: Duim Knurf
3618
+ - school:
3619
+ id: ''109896575694939''
3620
+ name: Universidade Federal do Estado do Rio de Janeiro
3621
+ type: College
3622
+ with:
3623
+ - id: ''100000517388839''
3624
+ name: João Filho
3625
+ gender: male
3626
+ email: mergulhao83@gmail.com
3627
+ timezone: -2
3628
+ locale: pt_BR
3629
+ verified: true
3630
+ updated_time: ''2011-07-19T00:05:20+0000''
3631
+ ', "updated_at" = '2012-12-04 20:27:08.318458' WHERE "users"."id" = 1
3632
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3633
+  (0.4ms) rollback transaction
3634
+  (0.1ms) begin transaction
3635
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3636
+  (0.0ms) SAVEPOINT active_record_1
3637
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3638
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3639
+  (0.0ms) SAVEPOINT active_record_1
3640
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3641
+ id: ''526830634''
3642
+ name: Sylvestre Mergulhão
3643
+ first_name: Sylvestre
3644
+ last_name: Mergulhão
3645
+ link: http://www.facebook.com/sylvestre.mergulhao
3646
+ username: sylvestre.mergulhao
3647
+ location:
3648
+ id: ''110346955653479''
3649
+ name: Rio de Janeiro, Rio de Janeiro
3650
+ education:
3651
+ - school:
3652
+ id: ''115555431792035''
3653
+ name: UniRio
3654
+ type: College
3655
+ with:
3656
+ - id: ''100001030509286''
3657
+ name: João Aguirre
3658
+ - id: ''512001183''
3659
+ name: Marcos Brando Margulies
3660
+ - id: ''100001650369677''
3661
+ name: Paulo Guilherme Ribeiro
3662
+ - id: ''678564390''
3663
+ name: Duim Knurf
3664
+ - school:
3665
+ id: ''109896575694939''
3666
+ name: Universidade Federal do Estado do Rio de Janeiro
3667
+ type: College
3668
+ with:
3669
+ - id: ''100000517388839''
3670
+ name: João Filho
3671
+ gender: male
3672
+ email: mergulhao83@gmail.com
3673
+ timezone: -2
3674
+ locale: pt_BR
3675
+ verified: true
3676
+ updated_time: ''2011-07-19T00:05:20+0000''
3677
+ ', "updated_at" = '2012-12-04 20:27:08.325607' WHERE "users"."id" = 1
3678
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3679
+  (0.4ms) rollback transaction
3680
+  (0.1ms) begin transaction
3681
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3682
+  (0.0ms) SAVEPOINT active_record_1
3683
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3684
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3685
+  (0.0ms) SAVEPOINT active_record_1
3686
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3687
+ id: ''526830634''
3688
+ name: Sylvestre Mergulhão
3689
+ first_name: Sylvestre
3690
+ last_name: Mergulhão
3691
+ link: http://www.facebook.com/sylvestre.mergulhao
3692
+ username: sylvestre.mergulhao
3693
+ location:
3694
+ id: ''110346955653479''
3695
+ name: Rio de Janeiro, Rio de Janeiro
3696
+ education:
3697
+ - school:
3698
+ id: ''115555431792035''
3699
+ name: UniRio
3700
+ type: College
3701
+ with:
3702
+ - id: ''100001030509286''
3703
+ name: João Aguirre
3704
+ - id: ''512001183''
3705
+ name: Marcos Brando Margulies
3706
+ - id: ''100001650369677''
3707
+ name: Paulo Guilherme Ribeiro
3708
+ - id: ''678564390''
3709
+ name: Duim Knurf
3710
+ - school:
3711
+ id: ''109896575694939''
3712
+ name: Universidade Federal do Estado do Rio de Janeiro
3713
+ type: College
3714
+ with:
3715
+ - id: ''100000517388839''
3716
+ name: João Filho
3717
+ gender: male
3718
+ email: mergulhao83@gmail.com
3719
+ timezone: -2
3720
+ locale: pt_BR
3721
+ verified: true
3722
+ updated_time: ''2011-07-19T00:05:20+0000''
3723
+ ', "updated_at" = '2012-12-04 20:27:08.333909' WHERE "users"."id" = 1
3724
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3725
+  (0.4ms) rollback transaction
3726
+  (0.1ms) begin transaction
3727
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3728
+  (0.0ms) SAVEPOINT active_record_1
3729
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3730
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3731
+  (0.0ms) SAVEPOINT active_record_1
3732
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3733
+ id: ''526830634''
3734
+ name: Sylvestre Mergulhão
3735
+ first_name: Sylvestre
3736
+ last_name: Mergulhão
3737
+ link: http://www.facebook.com/sylvestre.mergulhao
3738
+ username: sylvestre.mergulhao
3739
+ location:
3740
+ id: ''110346955653479''
3741
+ name: Rio de Janeiro, Rio de Janeiro
3742
+ education:
3743
+ - school:
3744
+ id: ''115555431792035''
3745
+ name: UniRio
3746
+ type: College
3747
+ with:
3748
+ - id: ''100001030509286''
3749
+ name: João Aguirre
3750
+ - id: ''512001183''
3751
+ name: Marcos Brando Margulies
3752
+ - id: ''100001650369677''
3753
+ name: Paulo Guilherme Ribeiro
3754
+ - id: ''678564390''
3755
+ name: Duim Knurf
3756
+ - school:
3757
+ id: ''109896575694939''
3758
+ name: Universidade Federal do Estado do Rio de Janeiro
3759
+ type: College
3760
+ with:
3761
+ - id: ''100000517388839''
3762
+ name: João Filho
3763
+ gender: male
3764
+ email: mergulhao83@gmail.com
3765
+ timezone: -2
3766
+ locale: pt_BR
3767
+ verified: true
3768
+ updated_time: ''2011-07-19T00:05:20+0000''
3769
+ ', "updated_at" = '2012-12-04 20:27:08.342582' WHERE "users"."id" = 1
3770
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3771
+  (0.3ms) rollback transaction
3772
+  (0.1ms) begin transaction
3773
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3774
+  (0.1ms) SAVEPOINT active_record_1
3775
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3776
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3777
+  (0.0ms) SAVEPOINT active_record_1
3778
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3779
+ id: ''526830634''
3780
+ name: Sylvestre Mergulhão
3781
+ first_name: Sylvestre
3782
+ last_name: Mergulhão
3783
+ link: http://www.facebook.com/sylvestre.mergulhao
3784
+ username: sylvestre.mergulhao
3785
+ location:
3786
+ id: ''110346955653479''
3787
+ name: Rio de Janeiro, Rio de Janeiro
3788
+ education:
3789
+ - school:
3790
+ id: ''115555431792035''
3791
+ name: UniRio
3792
+ type: College
3793
+ with:
3794
+ - id: ''100001030509286''
3795
+ name: João Aguirre
3796
+ - id: ''512001183''
3797
+ name: Marcos Brando Margulies
3798
+ - id: ''100001650369677''
3799
+ name: Paulo Guilherme Ribeiro
3800
+ - id: ''678564390''
3801
+ name: Duim Knurf
3802
+ - school:
3803
+ id: ''109896575694939''
3804
+ name: Universidade Federal do Estado do Rio de Janeiro
3805
+ type: College
3806
+ with:
3807
+ - id: ''100000517388839''
3808
+ name: João Filho
3809
+ gender: male
3810
+ email: mergulhao83@gmail.com
3811
+ timezone: -2
3812
+ locale: pt_BR
3813
+ verified: true
3814
+ updated_time: ''2011-07-19T00:05:20+0000''
3815
+ ', "updated_at" = '2012-12-04 20:27:08.350931' WHERE "users"."id" = 1
3816
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3817
+  (0.3ms) rollback transaction
3818
+  (0.0ms) begin transaction
3819
+  (0.0ms) SAVEPOINT active_record_1
3820
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3821
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3822
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3823
+  (0.1ms) SAVEPOINT active_record_1
3824
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3825
+ id: ''526830634''
3826
+ name: Sylvestre Mergulhão
3827
+ first_name: Sylvestre
3828
+ last_name: Mergulhão
3829
+ link: http://www.facebook.com/sylvestre.mergulhao
3830
+ username: sylvestre.mergulhao
3831
+ location:
3832
+ id: ''110346955653479''
3833
+ name: Rio de Janeiro, Rio de Janeiro
3834
+ education:
3835
+ - school:
3836
+ id: ''115555431792035''
3837
+ name: UniRio
3838
+ type: College
3839
+ with:
3840
+ - id: ''100001030509286''
3841
+ name: João Aguirre
3842
+ - id: ''512001183''
3843
+ name: Marcos Brando Margulies
3844
+ - id: ''100001650369677''
3845
+ name: Paulo Guilherme Ribeiro
3846
+ - id: ''678564390''
3847
+ name: Duim Knurf
3848
+ - school:
3849
+ id: ''109896575694939''
3850
+ name: Universidade Federal do Estado do Rio de Janeiro
3851
+ type: College
3852
+ with:
3853
+ - id: ''100000517388839''
3854
+ name: João Filho
3855
+ gender: male
3856
+ email: mergulhao83@gmail.com
3857
+ timezone: -2
3858
+ locale: pt_BR
3859
+ verified: true
3860
+ updated_time: ''2011-07-19T00:05:20+0000''
3861
+ ', "updated_at" = '2012-12-04 20:27:08.359161' WHERE "users"."id" = 1
3862
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3863
+  (0.3ms) rollback transaction
3864
+  (0.1ms) begin transaction
3865
+  (0.0ms) SAVEPOINT active_record_1
3866
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3867
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3868
+  (0.1ms) SELECT COUNT(*) FROM "users"
3869
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3870
+  (0.0ms) SAVEPOINT active_record_1
3871
+  (0.5ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3872
+ id: ''526830634''
3873
+ name: Sylvestre Mergulhão
3874
+ first_name: Sylvestre
3875
+ last_name: Mergulhão
3876
+ link: http://www.facebook.com/sylvestre.mergulhao
3877
+ username: sylvestre.mergulhao
3878
+ location:
3879
+ id: ''110346955653479''
3880
+ name: Rio de Janeiro, Rio de Janeiro
3881
+ education:
3882
+ - school:
3883
+ id: ''115555431792035''
3884
+ name: UniRio
3885
+ type: College
3886
+ with:
3887
+ - id: ''100001030509286''
3888
+ name: João Aguirre
3889
+ - id: ''512001183''
3890
+ name: Marcos Brando Margulies
3891
+ - id: ''100001650369677''
3892
+ name: Paulo Guilherme Ribeiro
3893
+ - id: ''678564390''
3894
+ name: Duim Knurf
3895
+ - school:
3896
+ id: ''109896575694939''
3897
+ name: Universidade Federal do Estado do Rio de Janeiro
3898
+ type: College
3899
+ with:
3900
+ - id: ''100000517388839''
3901
+ name: João Filho
3902
+ gender: male
3903
+ email: mergulhao83@gmail.com
3904
+ timezone: -2
3905
+ locale: pt_BR
3906
+ verified: true
3907
+ updated_time: ''2011-07-19T00:05:20+0000''
3908
+ ', "updated_at" = '2012-12-04 20:27:08.366968' WHERE "users"."id" = 1
3909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3910
+  (0.1ms) SELECT COUNT(*) FROM "users" 
3911
+  (0.4ms) rollback transaction
3912
+  (0.1ms) begin transaction
3913
+  (0.1ms) SAVEPOINT active_record_1
3914
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3915
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3916
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3917
+  (0.1ms) SAVEPOINT active_record_1
3918
+  (0.5ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3919
+ id: ''526830634''
3920
+ name: Sylvestre Mergulhão
3921
+ first_name: Sylvestre
3922
+ last_name: Mergulhão
3923
+ link: http://www.facebook.com/sylvestre.mergulhao
3924
+ username: sylvestre.mergulhao
3925
+ location:
3926
+ id: ''110346955653479''
3927
+ name: Rio de Janeiro, Rio de Janeiro
3928
+ education:
3929
+ - school:
3930
+ id: ''115555431792035''
3931
+ name: UniRio
3932
+ type: College
3933
+ with:
3934
+ - id: ''100001030509286''
3935
+ name: João Aguirre
3936
+ - id: ''512001183''
3937
+ name: Marcos Brando Margulies
3938
+ - id: ''100001650369677''
3939
+ name: Paulo Guilherme Ribeiro
3940
+ - id: ''678564390''
3941
+ name: Duim Knurf
3942
+ - school:
3943
+ id: ''109896575694939''
3944
+ name: Universidade Federal do Estado do Rio de Janeiro
3945
+ type: College
3946
+ with:
3947
+ - id: ''100000517388839''
3948
+ name: João Filho
3949
+ gender: male
3950
+ email: mergulhao83@gmail.com
3951
+ timezone: -2
3952
+ locale: pt_BR
3953
+ verified: true
3954
+ updated_time: ''2011-07-19T00:05:20+0000''
3955
+ ', "updated_at" = '2012-12-04 20:27:08.377102' WHERE "users"."id" = 1
3956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3957
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
3958
+  (0.3ms) rollback transaction
3959
+  (0.1ms) begin transaction
3960
+  (0.1ms) SAVEPOINT active_record_1
3961
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
3962
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3963
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
3964
+  (0.0ms) SAVEPOINT active_record_1
3965
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
3966
+ id: ''526830634''
3967
+ name: Sylvestre Mergulhão
3968
+ first_name: Sylvestre
3969
+ last_name: Mergulhão
3970
+ link: http://www.facebook.com/sylvestre.mergulhao
3971
+ username: sylvestre.mergulhao
3972
+ location:
3973
+ id: ''110346955653479''
3974
+ name: Rio de Janeiro, Rio de Janeiro
3975
+ education:
3976
+ - school:
3977
+ id: ''115555431792035''
3978
+ name: UniRio
3979
+ type: College
3980
+ with:
3981
+ - id: ''100001030509286''
3982
+ name: João Aguirre
3983
+ - id: ''512001183''
3984
+ name: Marcos Brando Margulies
3985
+ - id: ''100001650369677''
3986
+ name: Paulo Guilherme Ribeiro
3987
+ - id: ''678564390''
3988
+ name: Duim Knurf
3989
+ - school:
3990
+ id: ''109896575694939''
3991
+ name: Universidade Federal do Estado do Rio de Janeiro
3992
+ type: College
3993
+ with:
3994
+ - id: ''100000517388839''
3995
+ name: João Filho
3996
+ gender: male
3997
+ email: mergulhao83@gmail.com
3998
+ timezone: -2
3999
+ locale: pt_BR
4000
+ verified: true
4001
+ updated_time: ''2011-07-19T00:05:20+0000''
4002
+ ', "updated_at" = '2012-12-04 20:27:08.387750' WHERE "users"."id" = 1
4003
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4004
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4005
+  (0.3ms) rollback transaction
4006
+  (0.1ms) begin transaction
4007
+  (0.1ms) SAVEPOINT active_record_1
4008
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
4009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4010
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4011
+  (0.0ms) SAVEPOINT active_record_1
4012
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4013
+ id: ''526830634''
4014
+ name: Sylvestre Mergulhão
4015
+ first_name: Sylvestre
4016
+ last_name: Mergulhão
4017
+ link: http://www.facebook.com/sylvestre.mergulhao
4018
+ username: sylvestre.mergulhao
4019
+ location:
4020
+ id: ''110346955653479''
4021
+ name: Rio de Janeiro, Rio de Janeiro
4022
+ education:
4023
+ - school:
4024
+ id: ''115555431792035''
4025
+ name: UniRio
4026
+ type: College
4027
+ with:
4028
+ - id: ''100001030509286''
4029
+ name: João Aguirre
4030
+ - id: ''512001183''
4031
+ name: Marcos Brando Margulies
4032
+ - id: ''100001650369677''
4033
+ name: Paulo Guilherme Ribeiro
4034
+ - id: ''678564390''
4035
+ name: Duim Knurf
4036
+ - school:
4037
+ id: ''109896575694939''
4038
+ name: Universidade Federal do Estado do Rio de Janeiro
4039
+ type: College
4040
+ with:
4041
+ - id: ''100000517388839''
4042
+ name: João Filho
4043
+ gender: male
4044
+ email: mergulhao83@gmail.com
4045
+ timezone: -2
4046
+ locale: pt_BR
4047
+ verified: true
4048
+ updated_time: ''2011-07-19T00:05:20+0000''
4049
+ ', "updated_at" = '2012-12-04 20:27:08.396847' WHERE "users"."id" = 1
4050
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4051
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4052
+  (0.4ms) rollback transaction
4053
+  (0.0ms) begin transaction
4054
+  (0.0ms) SAVEPOINT active_record_1
4055
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
4056
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4057
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4058
+  (0.0ms) SAVEPOINT active_record_1
4059
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4060
+ id: ''526830634''
4061
+ name: Sylvestre Mergulhão
4062
+ first_name: Sylvestre
4063
+ last_name: Mergulhão
4064
+ link: http://www.facebook.com/sylvestre.mergulhao
4065
+ username: sylvestre.mergulhao
4066
+ location:
4067
+ id: ''110346955653479''
4068
+ name: Rio de Janeiro, Rio de Janeiro
4069
+ education:
4070
+ - school:
4071
+ id: ''115555431792035''
4072
+ name: UniRio
4073
+ type: College
4074
+ with:
4075
+ - id: ''100001030509286''
4076
+ name: João Aguirre
4077
+ - id: ''512001183''
4078
+ name: Marcos Brando Margulies
4079
+ - id: ''100001650369677''
4080
+ name: Paulo Guilherme Ribeiro
4081
+ - id: ''678564390''
4082
+ name: Duim Knurf
4083
+ - school:
4084
+ id: ''109896575694939''
4085
+ name: Universidade Federal do Estado do Rio de Janeiro
4086
+ type: College
4087
+ with:
4088
+ - id: ''100000517388839''
4089
+ name: João Filho
4090
+ gender: male
4091
+ email: mergulhao83@gmail.com
4092
+ timezone: -2
4093
+ locale: pt_BR
4094
+ verified: true
4095
+ updated_time: ''2011-07-19T00:05:20+0000''
4096
+ ', "updated_at" = '2012-12-04 20:27:08.406298' WHERE "users"."id" = 1
4097
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4098
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4099
+  (0.3ms) rollback transaction
4100
+  (0.1ms) begin transaction
4101
+  (0.1ms) SAVEPOINT active_record_1
4102
+ SQL (0.7ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
4103
+  (0.2ms) RELEASE SAVEPOINT active_record_1
4104
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4105
+  (0.1ms) SAVEPOINT active_record_1
4106
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4107
+ id: ''526830634''
4108
+ name: Sylvestre Mergulhão
4109
+ first_name: Sylvestre
4110
+ last_name: Mergulhão
4111
+ link: http://www.facebook.com/sylvestre.mergulhao
4112
+ username: sylvestre.mergulhao
4113
+ location:
4114
+ id: ''110346955653479''
4115
+ name: Rio de Janeiro, Rio de Janeiro
4116
+ education:
4117
+ - school:
4118
+ id: ''115555431792035''
4119
+ name: UniRio
4120
+ type: College
4121
+ with:
4122
+ - id: ''100001030509286''
4123
+ name: João Aguirre
4124
+ - id: ''512001183''
4125
+ name: Marcos Brando Margulies
4126
+ - id: ''100001650369677''
4127
+ name: Paulo Guilherme Ribeiro
4128
+ - id: ''678564390''
4129
+ name: Duim Knurf
4130
+ - school:
4131
+ id: ''109896575694939''
4132
+ name: Universidade Federal do Estado do Rio de Janeiro
4133
+ type: College
4134
+ with:
4135
+ - id: ''100000517388839''
4136
+ name: João Filho
4137
+ gender: male
4138
+ email: mergulhao83@gmail.com
4139
+ timezone: -2
4140
+ locale: pt_BR
4141
+ verified: true
4142
+ updated_time: ''2011-07-19T00:05:20+0000''
4143
+ ', "updated_at" = '2012-12-04 20:27:08.416203' WHERE "users"."id" = 1
4144
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4145
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4146
+  (0.4ms) rollback transaction
4147
+  (0.1ms) begin transaction
4148
+  (0.1ms) SAVEPOINT active_record_1
4149
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:27:08 UTC +00:00]]
4150
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4151
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4152
+  (0.1ms) SAVEPOINT active_record_1
4153
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4154
+ id: ''526830634''
4155
+ name: Sylvestre Mergulhão
4156
+ first_name: Sylvestre
4157
+ last_name: Mergulhão
4158
+ link: http://www.facebook.com/sylvestre.mergulhao
4159
+ username: sylvestre.mergulhao
4160
+ location:
4161
+ id: ''110346955653479''
4162
+ name: Rio de Janeiro, Rio de Janeiro
4163
+ education:
4164
+ - school:
4165
+ id: ''115555431792035''
4166
+ name: UniRio
4167
+ type: College
4168
+ with:
4169
+ - id: ''100001030509286''
4170
+ name: João Aguirre
4171
+ - id: ''512001183''
4172
+ name: Marcos Brando Margulies
4173
+ - id: ''100001650369677''
4174
+ name: Paulo Guilherme Ribeiro
4175
+ - id: ''678564390''
4176
+ name: Duim Knurf
4177
+ - school:
4178
+ id: ''109896575694939''
4179
+ name: Universidade Federal do Estado do Rio de Janeiro
4180
+ type: College
4181
+ with:
4182
+ - id: ''100000517388839''
4183
+ name: João Filho
4184
+ gender: male
4185
+ email: mergulhao83@gmail.com
4186
+ timezone: -2
4187
+ locale: pt_BR
4188
+ verified: true
4189
+ updated_time: ''2011-07-19T00:05:20+0000''
4190
+ ', "updated_at" = '2012-12-04 20:27:08.426825' WHERE "users"."id" = 1
4191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4192
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4193
+  (0.4ms) rollback transaction
4194
+  (0.0ms) begin transaction
4195
+  (0.1ms) rollback transaction
4196
+  (0.1ms) begin transaction
4197
+  (0.1ms) rollback transaction
4198
+  (0.1ms) begin transaction
4199
+  (0.0ms) rollback transaction
4200
+ Connecting to database specified by database.yml
4201
+  (0.3ms) begin transaction
4202
+  (0.1ms) rollback transaction
4203
+  (0.0ms) begin transaction
4204
+  (0.0ms) rollback transaction
4205
+  (0.0ms) begin transaction
4206
+  (0.0ms) rollback transaction
4207
+  (0.0ms) begin transaction
4208
+  (1.4ms) SELECT COUNT(*) FROM "users"
4209
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4210
+  (0.1ms) SAVEPOINT active_record_1
4211
+ SQL (5.0ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00]]
4212
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4213
+  (0.0ms) SAVEPOINT active_record_1
4214
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4215
+ id: ''526830634''
4216
+ name: Sylvestre Mergulhão
4217
+ first_name: Sylvestre
4218
+ last_name: Mergulhão
4219
+ link: http://www.facebook.com/sylvestre.mergulhao
4220
+ username: sylvestre.mergulhao
4221
+ location:
4222
+ id: ''110346955653479''
4223
+ name: Rio de Janeiro, Rio de Janeiro
4224
+ education:
4225
+ - school:
4226
+ id: ''115555431792035''
4227
+ name: UniRio
4228
+ type: College
4229
+ with:
4230
+ - id: ''100001030509286''
4231
+ name: João Aguirre
4232
+ - id: ''512001183''
4233
+ name: Marcos Brando Margulies
4234
+ - id: ''100001650369677''
4235
+ name: Paulo Guilherme Ribeiro
4236
+ - id: ''678564390''
4237
+ name: Duim Knurf
4238
+ - school:
4239
+ id: ''109896575694939''
4240
+ name: Universidade Federal do Estado do Rio de Janeiro
4241
+ type: College
4242
+ with:
4243
+ - id: ''100000517388839''
4244
+ name: João Filho
4245
+ gender: male
4246
+ email: mergulhao83@gmail.com
4247
+ timezone: -2
4248
+ locale: pt_BR
4249
+ verified: true
4250
+ updated_time: ''2011-07-19T00:05:20+0000''
4251
+ ', "updated_at" = '2012-12-04 20:28:00.930471' WHERE "users"."id" = 1
4252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4253
+  (0.1ms) SELECT COUNT(*) FROM "users"
4254
+  (0.3ms) rollback transaction
4255
+  (0.1ms) begin transaction
4256
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4257
+  (0.0ms) SAVEPOINT active_record_1
4258
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00]]
4259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4260
+  (0.0ms) SAVEPOINT active_record_1
4261
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4262
+ id: ''526830634''
4263
+ name: Sylvestre Mergulhão
4264
+ first_name: Sylvestre
4265
+ last_name: Mergulhão
4266
+ link: http://www.facebook.com/sylvestre.mergulhao
4267
+ username: sylvestre.mergulhao
4268
+ location:
4269
+ id: ''110346955653479''
4270
+ name: Rio de Janeiro, Rio de Janeiro
4271
+ education:
4272
+ - school:
4273
+ id: ''115555431792035''
4274
+ name: UniRio
4275
+ type: College
4276
+ with:
4277
+ - id: ''100001030509286''
4278
+ name: João Aguirre
4279
+ - id: ''512001183''
4280
+ name: Marcos Brando Margulies
4281
+ - id: ''100001650369677''
4282
+ name: Paulo Guilherme Ribeiro
4283
+ - id: ''678564390''
4284
+ name: Duim Knurf
4285
+ - school:
4286
+ id: ''109896575694939''
4287
+ name: Universidade Federal do Estado do Rio de Janeiro
4288
+ type: College
4289
+ with:
4290
+ - id: ''100000517388839''
4291
+ name: João Filho
4292
+ gender: male
4293
+ email: mergulhao83@gmail.com
4294
+ timezone: -2
4295
+ locale: pt_BR
4296
+ verified: true
4297
+ updated_time: ''2011-07-19T00:05:20+0000''
4298
+ ', "updated_at" = '2012-12-04 20:28:00.938394' WHERE "users"."id" = 1
4299
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4300
+  (0.4ms) rollback transaction
4301
+  (0.1ms) begin transaction
4302
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4303
+  (0.0ms) SAVEPOINT active_record_1
4304
+ SQL (0.5ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00]]
4305
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4306
+  (0.1ms) SAVEPOINT active_record_1
4307
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4308
+ id: ''526830634''
4309
+ name: Sylvestre Mergulhão
4310
+ first_name: Sylvestre
4311
+ last_name: Mergulhão
4312
+ link: http://www.facebook.com/sylvestre.mergulhao
4313
+ username: sylvestre.mergulhao
4314
+ location:
4315
+ id: ''110346955653479''
4316
+ name: Rio de Janeiro, Rio de Janeiro
4317
+ education:
4318
+ - school:
4319
+ id: ''115555431792035''
4320
+ name: UniRio
4321
+ type: College
4322
+ with:
4323
+ - id: ''100001030509286''
4324
+ name: João Aguirre
4325
+ - id: ''512001183''
4326
+ name: Marcos Brando Margulies
4327
+ - id: ''100001650369677''
4328
+ name: Paulo Guilherme Ribeiro
4329
+ - id: ''678564390''
4330
+ name: Duim Knurf
4331
+ - school:
4332
+ id: ''109896575694939''
4333
+ name: Universidade Federal do Estado do Rio de Janeiro
4334
+ type: College
4335
+ with:
4336
+ - id: ''100000517388839''
4337
+ name: João Filho
4338
+ gender: male
4339
+ email: mergulhao83@gmail.com
4340
+ timezone: -2
4341
+ locale: pt_BR
4342
+ verified: true
4343
+ updated_time: ''2011-07-19T00:05:20+0000''
4344
+ ', "updated_at" = '2012-12-04 20:28:00.946839' WHERE "users"."id" = 1
4345
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4346
+  (0.4ms) rollback transaction
4347
+  (0.1ms) begin transaction
4348
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4349
+  (0.0ms) SAVEPOINT active_record_1
4350
+ SQL (0.3ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00]]
4351
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4352
+  (0.0ms) SAVEPOINT active_record_1
4353
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4354
+ id: ''526830634''
4355
+ name: Sylvestre Mergulhão
4356
+ first_name: Sylvestre
4357
+ last_name: Mergulhão
4358
+ link: http://www.facebook.com/sylvestre.mergulhao
4359
+ username: sylvestre.mergulhao
4360
+ location:
4361
+ id: ''110346955653479''
4362
+ name: Rio de Janeiro, Rio de Janeiro
4363
+ education:
4364
+ - school:
4365
+ id: ''115555431792035''
4366
+ name: UniRio
4367
+ type: College
4368
+ with:
4369
+ - id: ''100001030509286''
4370
+ name: João Aguirre
4371
+ - id: ''512001183''
4372
+ name: Marcos Brando Margulies
4373
+ - id: ''100001650369677''
4374
+ name: Paulo Guilherme Ribeiro
4375
+ - id: ''678564390''
4376
+ name: Duim Knurf
4377
+ - school:
4378
+ id: ''109896575694939''
4379
+ name: Universidade Federal do Estado do Rio de Janeiro
4380
+ type: College
4381
+ with:
4382
+ - id: ''100000517388839''
4383
+ name: João Filho
4384
+ gender: male
4385
+ email: mergulhao83@gmail.com
4386
+ timezone: -2
4387
+ locale: pt_BR
4388
+ verified: true
4389
+ updated_time: ''2011-07-19T00:05:20+0000''
4390
+ ', "updated_at" = '2012-12-04 20:28:00.954766' WHERE "users"."id" = 1
4391
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4392
+  (0.5ms) rollback transaction
4393
+  (0.0ms) begin transaction
4394
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4395
+  (0.0ms) SAVEPOINT active_record_1
4396
+ SQL (0.3ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00]]
4397
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4398
+  (0.0ms) SAVEPOINT active_record_1
4399
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4400
+ id: ''526830634''
4401
+ name: Sylvestre Mergulhão
4402
+ first_name: Sylvestre
4403
+ last_name: Mergulhão
4404
+ link: http://www.facebook.com/sylvestre.mergulhao
4405
+ username: sylvestre.mergulhao
4406
+ location:
4407
+ id: ''110346955653479''
4408
+ name: Rio de Janeiro, Rio de Janeiro
4409
+ education:
4410
+ - school:
4411
+ id: ''115555431792035''
4412
+ name: UniRio
4413
+ type: College
4414
+ with:
4415
+ - id: ''100001030509286''
4416
+ name: João Aguirre
4417
+ - id: ''512001183''
4418
+ name: Marcos Brando Margulies
4419
+ - id: ''100001650369677''
4420
+ name: Paulo Guilherme Ribeiro
4421
+ - id: ''678564390''
4422
+ name: Duim Knurf
4423
+ - school:
4424
+ id: ''109896575694939''
4425
+ name: Universidade Federal do Estado do Rio de Janeiro
4426
+ type: College
4427
+ with:
4428
+ - id: ''100000517388839''
4429
+ name: João Filho
4430
+ gender: male
4431
+ email: mergulhao83@gmail.com
4432
+ timezone: -2
4433
+ locale: pt_BR
4434
+ verified: true
4435
+ updated_time: ''2011-07-19T00:05:20+0000''
4436
+ ', "updated_at" = '2012-12-04 20:28:00.960978' WHERE "users"."id" = 1
4437
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4438
+  (0.5ms) rollback transaction
4439
+  (0.0ms) begin transaction
4440
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4441
+  (0.1ms) SAVEPOINT active_record_1
4442
+ SQL (0.5ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00]]
4443
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4444
+  (0.0ms) SAVEPOINT active_record_1
4445
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4446
+ id: ''526830634''
4447
+ name: Sylvestre Mergulhão
4448
+ first_name: Sylvestre
4449
+ last_name: Mergulhão
4450
+ link: http://www.facebook.com/sylvestre.mergulhao
4451
+ username: sylvestre.mergulhao
4452
+ location:
4453
+ id: ''110346955653479''
4454
+ name: Rio de Janeiro, Rio de Janeiro
4455
+ education:
4456
+ - school:
4457
+ id: ''115555431792035''
4458
+ name: UniRio
4459
+ type: College
4460
+ with:
4461
+ - id: ''100001030509286''
4462
+ name: João Aguirre
4463
+ - id: ''512001183''
4464
+ name: Marcos Brando Margulies
4465
+ - id: ''100001650369677''
4466
+ name: Paulo Guilherme Ribeiro
4467
+ - id: ''678564390''
4468
+ name: Duim Knurf
4469
+ - school:
4470
+ id: ''109896575694939''
4471
+ name: Universidade Federal do Estado do Rio de Janeiro
4472
+ type: College
4473
+ with:
4474
+ - id: ''100000517388839''
4475
+ name: João Filho
4476
+ gender: male
4477
+ email: mergulhao83@gmail.com
4478
+ timezone: -2
4479
+ locale: pt_BR
4480
+ verified: true
4481
+ updated_time: ''2011-07-19T00:05:20+0000''
4482
+ ', "updated_at" = '2012-12-04 20:28:00.967987' WHERE "users"."id" = 1
4483
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4484
+  (0.4ms) rollback transaction
4485
+  (0.1ms) begin transaction
4486
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4487
+  (0.0ms) SAVEPOINT active_record_1
4488
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00]]
4489
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4490
+  (0.0ms) SAVEPOINT active_record_1
4491
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4492
+ id: ''526830634''
4493
+ name: Sylvestre Mergulhão
4494
+ first_name: Sylvestre
4495
+ last_name: Mergulhão
4496
+ link: http://www.facebook.com/sylvestre.mergulhao
4497
+ username: sylvestre.mergulhao
4498
+ location:
4499
+ id: ''110346955653479''
4500
+ name: Rio de Janeiro, Rio de Janeiro
4501
+ education:
4502
+ - school:
4503
+ id: ''115555431792035''
4504
+ name: UniRio
4505
+ type: College
4506
+ with:
4507
+ - id: ''100001030509286''
4508
+ name: João Aguirre
4509
+ - id: ''512001183''
4510
+ name: Marcos Brando Margulies
4511
+ - id: ''100001650369677''
4512
+ name: Paulo Guilherme Ribeiro
4513
+ - id: ''678564390''
4514
+ name: Duim Knurf
4515
+ - school:
4516
+ id: ''109896575694939''
4517
+ name: Universidade Federal do Estado do Rio de Janeiro
4518
+ type: College
4519
+ with:
4520
+ - id: ''100000517388839''
4521
+ name: João Filho
4522
+ gender: male
4523
+ email: mergulhao83@gmail.com
4524
+ timezone: -2
4525
+ locale: pt_BR
4526
+ verified: true
4527
+ updated_time: ''2011-07-19T00:05:20+0000''
4528
+ ', "updated_at" = '2012-12-04 20:28:00.975159' WHERE "users"."id" = 1
4529
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4530
+  (0.6ms) rollback transaction
4531
+  (0.0ms) begin transaction
4532
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4533
+  (0.0ms) SAVEPOINT active_record_1
4534
+ SQL (0.3ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00]]
4535
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4536
+  (0.0ms) SAVEPOINT active_record_1
4537
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4538
+ id: ''526830634''
4539
+ name: Sylvestre Mergulhão
4540
+ first_name: Sylvestre
4541
+ last_name: Mergulhão
4542
+ link: http://www.facebook.com/sylvestre.mergulhao
4543
+ username: sylvestre.mergulhao
4544
+ location:
4545
+ id: ''110346955653479''
4546
+ name: Rio de Janeiro, Rio de Janeiro
4547
+ education:
4548
+ - school:
4549
+ id: ''115555431792035''
4550
+ name: UniRio
4551
+ type: College
4552
+ with:
4553
+ - id: ''100001030509286''
4554
+ name: João Aguirre
4555
+ - id: ''512001183''
4556
+ name: Marcos Brando Margulies
4557
+ - id: ''100001650369677''
4558
+ name: Paulo Guilherme Ribeiro
4559
+ - id: ''678564390''
4560
+ name: Duim Knurf
4561
+ - school:
4562
+ id: ''109896575694939''
4563
+ name: Universidade Federal do Estado do Rio de Janeiro
4564
+ type: College
4565
+ with:
4566
+ - id: ''100000517388839''
4567
+ name: João Filho
4568
+ gender: male
4569
+ email: mergulhao83@gmail.com
4570
+ timezone: -2
4571
+ locale: pt_BR
4572
+ verified: true
4573
+ updated_time: ''2011-07-19T00:05:20+0000''
4574
+ ', "updated_at" = '2012-12-04 20:28:00.983144' WHERE "users"."id" = 1
4575
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4576
+  (0.4ms) rollback transaction
4577
+  (0.0ms) begin transaction
4578
+  (0.0ms) SAVEPOINT active_record_1
4579
+ SQL (0.5ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00]]
4580
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4581
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4582
+  (0.0ms) SAVEPOINT active_record_1
4583
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4584
+ id: ''526830634''
4585
+ name: Sylvestre Mergulhão
4586
+ first_name: Sylvestre
4587
+ last_name: Mergulhão
4588
+ link: http://www.facebook.com/sylvestre.mergulhao
4589
+ username: sylvestre.mergulhao
4590
+ location:
4591
+ id: ''110346955653479''
4592
+ name: Rio de Janeiro, Rio de Janeiro
4593
+ education:
4594
+ - school:
4595
+ id: ''115555431792035''
4596
+ name: UniRio
4597
+ type: College
4598
+ with:
4599
+ - id: ''100001030509286''
4600
+ name: João Aguirre
4601
+ - id: ''512001183''
4602
+ name: Marcos Brando Margulies
4603
+ - id: ''100001650369677''
4604
+ name: Paulo Guilherme Ribeiro
4605
+ - id: ''678564390''
4606
+ name: Duim Knurf
4607
+ - school:
4608
+ id: ''109896575694939''
4609
+ name: Universidade Federal do Estado do Rio de Janeiro
4610
+ type: College
4611
+ with:
4612
+ - id: ''100000517388839''
4613
+ name: João Filho
4614
+ gender: male
4615
+ email: mergulhao83@gmail.com
4616
+ timezone: -2
4617
+ locale: pt_BR
4618
+ verified: true
4619
+ updated_time: ''2011-07-19T00:05:20+0000''
4620
+ ', "updated_at" = '2012-12-04 20:28:00.990065' WHERE "users"."id" = 1
4621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4622
+  (0.5ms) rollback transaction
4623
+  (0.0ms) begin transaction
4624
+  (0.0ms) SAVEPOINT active_record_1
4625
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:00 UTC +00:00]]
4626
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4627
+  (0.1ms) SELECT COUNT(*) FROM "users"
4628
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4629
+  (0.0ms) SAVEPOINT active_record_1
4630
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4631
+ id: ''526830634''
4632
+ name: Sylvestre Mergulhão
4633
+ first_name: Sylvestre
4634
+ last_name: Mergulhão
4635
+ link: http://www.facebook.com/sylvestre.mergulhao
4636
+ username: sylvestre.mergulhao
4637
+ location:
4638
+ id: ''110346955653479''
4639
+ name: Rio de Janeiro, Rio de Janeiro
4640
+ education:
4641
+ - school:
4642
+ id: ''115555431792035''
4643
+ name: UniRio
4644
+ type: College
4645
+ with:
4646
+ - id: ''100001030509286''
4647
+ name: João Aguirre
4648
+ - id: ''512001183''
4649
+ name: Marcos Brando Margulies
4650
+ - id: ''100001650369677''
4651
+ name: Paulo Guilherme Ribeiro
4652
+ - id: ''678564390''
4653
+ name: Duim Knurf
4654
+ - school:
4655
+ id: ''109896575694939''
4656
+ name: Universidade Federal do Estado do Rio de Janeiro
4657
+ type: College
4658
+ with:
4659
+ - id: ''100000517388839''
4660
+ name: João Filho
4661
+ gender: male
4662
+ email: mergulhao83@gmail.com
4663
+ timezone: -2
4664
+ locale: pt_BR
4665
+ verified: true
4666
+ updated_time: ''2011-07-19T00:05:20+0000''
4667
+ ', "updated_at" = '2012-12-04 20:28:00.996620' WHERE "users"."id" = 1
4668
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4669
+  (0.1ms) SELECT COUNT(*) FROM "users" 
4670
+  (0.4ms) rollback transaction
4671
+  (0.1ms) begin transaction
4672
+  (0.0ms) SAVEPOINT active_record_1
4673
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00]]
4674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4675
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4676
+  (0.0ms) SAVEPOINT active_record_1
4677
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4678
+ id: ''526830634''
4679
+ name: Sylvestre Mergulhão
4680
+ first_name: Sylvestre
4681
+ last_name: Mergulhão
4682
+ link: http://www.facebook.com/sylvestre.mergulhao
4683
+ username: sylvestre.mergulhao
4684
+ location:
4685
+ id: ''110346955653479''
4686
+ name: Rio de Janeiro, Rio de Janeiro
4687
+ education:
4688
+ - school:
4689
+ id: ''115555431792035''
4690
+ name: UniRio
4691
+ type: College
4692
+ with:
4693
+ - id: ''100001030509286''
4694
+ name: João Aguirre
4695
+ - id: ''512001183''
4696
+ name: Marcos Brando Margulies
4697
+ - id: ''100001650369677''
4698
+ name: Paulo Guilherme Ribeiro
4699
+ - id: ''678564390''
4700
+ name: Duim Knurf
4701
+ - school:
4702
+ id: ''109896575694939''
4703
+ name: Universidade Federal do Estado do Rio de Janeiro
4704
+ type: College
4705
+ with:
4706
+ - id: ''100000517388839''
4707
+ name: João Filho
4708
+ gender: male
4709
+ email: mergulhao83@gmail.com
4710
+ timezone: -2
4711
+ locale: pt_BR
4712
+ verified: true
4713
+ updated_time: ''2011-07-19T00:05:20+0000''
4714
+ ', "updated_at" = '2012-12-04 20:28:01.004639' WHERE "users"."id" = 1
4715
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4716
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4717
+  (0.4ms) rollback transaction
4718
+  (0.0ms) begin transaction
4719
+  (0.0ms) SAVEPOINT active_record_1
4720
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00]]
4721
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4722
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4723
+  (0.0ms) SAVEPOINT active_record_1
4724
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4725
+ id: ''526830634''
4726
+ name: Sylvestre Mergulhão
4727
+ first_name: Sylvestre
4728
+ last_name: Mergulhão
4729
+ link: http://www.facebook.com/sylvestre.mergulhao
4730
+ username: sylvestre.mergulhao
4731
+ location:
4732
+ id: ''110346955653479''
4733
+ name: Rio de Janeiro, Rio de Janeiro
4734
+ education:
4735
+ - school:
4736
+ id: ''115555431792035''
4737
+ name: UniRio
4738
+ type: College
4739
+ with:
4740
+ - id: ''100001030509286''
4741
+ name: João Aguirre
4742
+ - id: ''512001183''
4743
+ name: Marcos Brando Margulies
4744
+ - id: ''100001650369677''
4745
+ name: Paulo Guilherme Ribeiro
4746
+ - id: ''678564390''
4747
+ name: Duim Knurf
4748
+ - school:
4749
+ id: ''109896575694939''
4750
+ name: Universidade Federal do Estado do Rio de Janeiro
4751
+ type: College
4752
+ with:
4753
+ - id: ''100000517388839''
4754
+ name: João Filho
4755
+ gender: male
4756
+ email: mergulhao83@gmail.com
4757
+ timezone: -2
4758
+ locale: pt_BR
4759
+ verified: true
4760
+ updated_time: ''2011-07-19T00:05:20+0000''
4761
+ ', "updated_at" = '2012-12-04 20:28:01.012514' WHERE "users"."id" = 1
4762
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4763
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4764
+  (0.5ms) rollback transaction
4765
+  (0.0ms) begin transaction
4766
+  (0.0ms) SAVEPOINT active_record_1
4767
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00]]
4768
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4769
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4770
+  (0.0ms) SAVEPOINT active_record_1
4771
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4772
+ id: ''526830634''
4773
+ name: Sylvestre Mergulhão
4774
+ first_name: Sylvestre
4775
+ last_name: Mergulhão
4776
+ link: http://www.facebook.com/sylvestre.mergulhao
4777
+ username: sylvestre.mergulhao
4778
+ location:
4779
+ id: ''110346955653479''
4780
+ name: Rio de Janeiro, Rio de Janeiro
4781
+ education:
4782
+ - school:
4783
+ id: ''115555431792035''
4784
+ name: UniRio
4785
+ type: College
4786
+ with:
4787
+ - id: ''100001030509286''
4788
+ name: João Aguirre
4789
+ - id: ''512001183''
4790
+ name: Marcos Brando Margulies
4791
+ - id: ''100001650369677''
4792
+ name: Paulo Guilherme Ribeiro
4793
+ - id: ''678564390''
4794
+ name: Duim Knurf
4795
+ - school:
4796
+ id: ''109896575694939''
4797
+ name: Universidade Federal do Estado do Rio de Janeiro
4798
+ type: College
4799
+ with:
4800
+ - id: ''100000517388839''
4801
+ name: João Filho
4802
+ gender: male
4803
+ email: mergulhao83@gmail.com
4804
+ timezone: -2
4805
+ locale: pt_BR
4806
+ verified: true
4807
+ updated_time: ''2011-07-19T00:05:20+0000''
4808
+ ', "updated_at" = '2012-12-04 20:28:01.019758' WHERE "users"."id" = 1
4809
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4810
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4811
+  (0.5ms) rollback transaction
4812
+  (0.1ms) begin transaction
4813
+  (0.0ms) SAVEPOINT active_record_1
4814
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00]]
4815
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4816
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4817
+  (0.0ms) SAVEPOINT active_record_1
4818
+  (0.5ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4819
+ id: ''526830634''
4820
+ name: Sylvestre Mergulhão
4821
+ first_name: Sylvestre
4822
+ last_name: Mergulhão
4823
+ link: http://www.facebook.com/sylvestre.mergulhao
4824
+ username: sylvestre.mergulhao
4825
+ location:
4826
+ id: ''110346955653479''
4827
+ name: Rio de Janeiro, Rio de Janeiro
4828
+ education:
4829
+ - school:
4830
+ id: ''115555431792035''
4831
+ name: UniRio
4832
+ type: College
4833
+ with:
4834
+ - id: ''100001030509286''
4835
+ name: João Aguirre
4836
+ - id: ''512001183''
4837
+ name: Marcos Brando Margulies
4838
+ - id: ''100001650369677''
4839
+ name: Paulo Guilherme Ribeiro
4840
+ - id: ''678564390''
4841
+ name: Duim Knurf
4842
+ - school:
4843
+ id: ''109896575694939''
4844
+ name: Universidade Federal do Estado do Rio de Janeiro
4845
+ type: College
4846
+ with:
4847
+ - id: ''100000517388839''
4848
+ name: João Filho
4849
+ gender: male
4850
+ email: mergulhao83@gmail.com
4851
+ timezone: -2
4852
+ locale: pt_BR
4853
+ verified: true
4854
+ updated_time: ''2011-07-19T00:05:20+0000''
4855
+ ', "updated_at" = '2012-12-04 20:28:01.027745' WHERE "users"."id" = 1
4856
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4857
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4858
+  (0.4ms) rollback transaction
4859
+  (0.1ms) begin transaction
4860
+  (0.1ms) SAVEPOINT active_record_1
4861
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00]]
4862
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4863
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4864
+  (0.0ms) SAVEPOINT active_record_1
4865
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4866
+ id: ''526830634''
4867
+ name: Sylvestre Mergulhão
4868
+ first_name: Sylvestre
4869
+ last_name: Mergulhão
4870
+ link: http://www.facebook.com/sylvestre.mergulhao
4871
+ username: sylvestre.mergulhao
4872
+ location:
4873
+ id: ''110346955653479''
4874
+ name: Rio de Janeiro, Rio de Janeiro
4875
+ education:
4876
+ - school:
4877
+ id: ''115555431792035''
4878
+ name: UniRio
4879
+ type: College
4880
+ with:
4881
+ - id: ''100001030509286''
4882
+ name: João Aguirre
4883
+ - id: ''512001183''
4884
+ name: Marcos Brando Margulies
4885
+ - id: ''100001650369677''
4886
+ name: Paulo Guilherme Ribeiro
4887
+ - id: ''678564390''
4888
+ name: Duim Knurf
4889
+ - school:
4890
+ id: ''109896575694939''
4891
+ name: Universidade Federal do Estado do Rio de Janeiro
4892
+ type: College
4893
+ with:
4894
+ - id: ''100000517388839''
4895
+ name: João Filho
4896
+ gender: male
4897
+ email: mergulhao83@gmail.com
4898
+ timezone: -2
4899
+ locale: pt_BR
4900
+ verified: true
4901
+ updated_time: ''2011-07-19T00:05:20+0000''
4902
+ ', "updated_at" = '2012-12-04 20:28:01.036438' WHERE "users"."id" = 1
4903
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4904
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4905
+  (0.4ms) rollback transaction
4906
+  (0.1ms) begin transaction
4907
+  (0.0ms) SAVEPOINT active_record_1
4908
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00]]
4909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4910
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
4911
+  (0.0ms) SAVEPOINT active_record_1
4912
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
4913
+ id: ''526830634''
4914
+ name: Sylvestre Mergulhão
4915
+ first_name: Sylvestre
4916
+ last_name: Mergulhão
4917
+ link: http://www.facebook.com/sylvestre.mergulhao
4918
+ username: sylvestre.mergulhao
4919
+ location:
4920
+ id: ''110346955653479''
4921
+ name: Rio de Janeiro, Rio de Janeiro
4922
+ education:
4923
+ - school:
4924
+ id: ''115555431792035''
4925
+ name: UniRio
4926
+ type: College
4927
+ with:
4928
+ - id: ''100001030509286''
4929
+ name: João Aguirre
4930
+ - id: ''512001183''
4931
+ name: Marcos Brando Margulies
4932
+ - id: ''100001650369677''
4933
+ name: Paulo Guilherme Ribeiro
4934
+ - id: ''678564390''
4935
+ name: Duim Knurf
4936
+ - school:
4937
+ id: ''109896575694939''
4938
+ name: Universidade Federal do Estado do Rio de Janeiro
4939
+ type: College
4940
+ with:
4941
+ - id: ''100000517388839''
4942
+ name: João Filho
4943
+ gender: male
4944
+ email: mergulhao83@gmail.com
4945
+ timezone: -2
4946
+ locale: pt_BR
4947
+ verified: true
4948
+ updated_time: ''2011-07-19T00:05:20+0000''
4949
+ ', "updated_at" = '2012-12-04 20:28:01.043859' WHERE "users"."id" = 1
4950
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4951
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4952
+  (0.4ms) rollback transaction
4953
+  (0.0ms) begin transaction
4954
+ Processing by SessionsController#destroy as HTML
4955
+ Redirected to http://test.host/
4956
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
4957
+  (0.1ms) rollback transaction
4958
+  (0.1ms) begin transaction
4959
+ Processing by SessionsController#destroy as HTML
4960
+ Redirected to http://test.host/
4961
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
4962
+  (0.1ms) rollback transaction
4963
+  (0.1ms) begin transaction
4964
+ Processing by SessionsController#destroy as HTML
4965
+ Redirected to http://test.host/
4966
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
4967
+  (0.0ms) rollback transaction
4968
+  (0.1ms) begin transaction
4969
+ Processing by SessionsController#failure as HTML
4970
+ Redirected to http://test.host/
4971
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
4972
+  (0.0ms) rollback transaction
4973
+  (0.0ms) begin transaction
4974
+ Processing by SessionsController#failure as HTML
4975
+ Redirected to http://test.host/
4976
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
4977
+  (0.0ms) rollback transaction
4978
+  (0.1ms) begin transaction
4979
+ Processing by SessionsController#failure as HTML
4980
+ Redirected to http://test.host/this/path
4981
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
4982
+  (0.0ms) rollback transaction
4983
+  (0.0ms) begin transaction
4984
+  (0.0ms) SAVEPOINT active_record_1
4985
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00]]
4986
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4987
+ Processing by SessionsController#create as HTML
4988
+ Parameters: {"provider"=>"facebook"}
4989
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
4990
+  (0.0ms) SAVEPOINT active_record_1
4991
+  (0.3ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 20:28:01.073775' WHERE "users"."id" = 1
4992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4993
+ Redirected to http://test.host/
4994
+ Completed 302 Found in 2ms (ActiveRecord: 0.5ms)
4995
+  (0.5ms) rollback transaction
4996
+  (0.0ms) begin transaction
4997
+  (0.0ms) SAVEPOINT active_record_1
4998
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00]]
4999
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5000
+ Processing by SessionsController#create as HTML
5001
+ Parameters: {"provider"=>"facebook"}
5002
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
5003
+  (0.0ms) SAVEPOINT active_record_1
5004
+  (0.4ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 20:28:01.081494' WHERE "users"."id" = 1
5005
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5006
+ Redirected to http://test.host/
5007
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
5008
+  (0.4ms) rollback transaction
5009
+  (0.1ms) begin transaction
5010
+  (0.0ms) SAVEPOINT active_record_1
5011
+ SQL (0.5ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00]]
5012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5013
+ Processing by SessionsController#create as HTML
5014
+ Parameters: {"provider"=>"facebook"}
5015
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
5016
+  (0.1ms) SAVEPOINT active_record_1
5017
+  (0.4ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 20:28:01.090475' WHERE "users"."id" = 1
5018
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5019
+ Redirected to http://test.host/
5020
+ Completed 302 Found in 3ms (ActiveRecord: 0.7ms)
5021
+  (0.4ms) rollback transaction
5022
+  (0.1ms) begin transaction
5023
+  (0.1ms) SAVEPOINT active_record_1
5024
+ SQL (0.7ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 20:28:01 UTC +00:00]]
5025
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5026
+ Processing by SessionsController#create as HTML
5027
+ Parameters: {"provider"=>"facebook"}
5028
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
5029
+  (0.0ms) SAVEPOINT active_record_1
5030
+  (0.3ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 20:28:01.100225' WHERE "users"."id" = 1
5031
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5032
+ Redirected to http://test.host/this/path
5033
+ Completed 302 Found in 2ms (ActiveRecord: 0.5ms)
5034
+  (0.4ms) rollback transaction
5035
+ Connecting to database specified by database.yml
5036
+  (0.3ms) begin transaction
5037
+  (0.1ms) SAVEPOINT active_record_1
5038
+ SQL (4.3ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:52 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:52 UTC +00:00]]
5039
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5040
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5041
+  (0.0ms) SAVEPOINT active_record_1
5042
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5043
+ id: ''526830634''
5044
+ name: Sylvestre Mergulhão
5045
+ first_name: Sylvestre
5046
+ last_name: Mergulhão
5047
+ link: http://www.facebook.com/sylvestre.mergulhao
5048
+ username: sylvestre.mergulhao
5049
+ location:
5050
+ id: ''110346955653479''
5051
+ name: Rio de Janeiro, Rio de Janeiro
5052
+ education:
5053
+ - school:
5054
+ id: ''115555431792035''
5055
+ name: UniRio
5056
+ type: College
5057
+ with:
5058
+ - id: ''100001030509286''
5059
+ name: João Aguirre
5060
+ - id: ''512001183''
5061
+ name: Marcos Brando Margulies
5062
+ - id: ''100001650369677''
5063
+ name: Paulo Guilherme Ribeiro
5064
+ - id: ''678564390''
5065
+ name: Duim Knurf
5066
+ - school:
5067
+ id: ''109896575694939''
5068
+ name: Universidade Federal do Estado do Rio de Janeiro
5069
+ type: College
5070
+ with:
5071
+ - id: ''100000517388839''
5072
+ name: João Filho
5073
+ gender: male
5074
+ email: mergulhao83@gmail.com
5075
+ timezone: -2
5076
+ locale: pt_BR
5077
+ verified: true
5078
+ updated_time: ''2011-07-19T00:05:20+0000''
5079
+ ', "updated_at" = '2012-12-04 20:28:52.963963' WHERE "users"."id" = 1
5080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5081
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
5082
+  (0.4ms) rollback transaction
5083
+  (0.1ms) begin transaction
5084
+  (0.1ms) SAVEPOINT active_record_1
5085
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:52 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:52 UTC +00:00]]
5086
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5087
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5088
+  (0.0ms) SAVEPOINT active_record_1
5089
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5090
+ id: ''526830634''
5091
+ name: Sylvestre Mergulhão
5092
+ first_name: Sylvestre
5093
+ last_name: Mergulhão
5094
+ link: http://www.facebook.com/sylvestre.mergulhao
5095
+ username: sylvestre.mergulhao
5096
+ location:
5097
+ id: ''110346955653479''
5098
+ name: Rio de Janeiro, Rio de Janeiro
5099
+ education:
5100
+ - school:
5101
+ id: ''115555431792035''
5102
+ name: UniRio
5103
+ type: College
5104
+ with:
5105
+ - id: ''100001030509286''
5106
+ name: João Aguirre
5107
+ - id: ''512001183''
5108
+ name: Marcos Brando Margulies
5109
+ - id: ''100001650369677''
5110
+ name: Paulo Guilherme Ribeiro
5111
+ - id: ''678564390''
5112
+ name: Duim Knurf
5113
+ - school:
5114
+ id: ''109896575694939''
5115
+ name: Universidade Federal do Estado do Rio de Janeiro
5116
+ type: College
5117
+ with:
5118
+ - id: ''100000517388839''
5119
+ name: João Filho
5120
+ gender: male
5121
+ email: mergulhao83@gmail.com
5122
+ timezone: -2
5123
+ locale: pt_BR
5124
+ verified: true
5125
+ updated_time: ''2011-07-19T00:05:20+0000''
5126
+ ', "updated_at" = '2012-12-04 20:28:52.974605' WHERE "users"."id" = 1
5127
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5128
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
5129
+  (0.4ms) rollback transaction
5130
+  (0.1ms) begin transaction
5131
+  (0.1ms) SAVEPOINT active_record_1
5132
+ SQL (0.7ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:52 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:52 UTC +00:00]]
5133
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5134
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5135
+  (0.1ms) SAVEPOINT active_record_1
5136
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5137
+ id: ''526830634''
5138
+ name: Sylvestre Mergulhão
5139
+ first_name: Sylvestre
5140
+ last_name: Mergulhão
5141
+ link: http://www.facebook.com/sylvestre.mergulhao
5142
+ username: sylvestre.mergulhao
5143
+ location:
5144
+ id: ''110346955653479''
5145
+ name: Rio de Janeiro, Rio de Janeiro
5146
+ education:
5147
+ - school:
5148
+ id: ''115555431792035''
5149
+ name: UniRio
5150
+ type: College
5151
+ with:
5152
+ - id: ''100001030509286''
5153
+ name: João Aguirre
5154
+ - id: ''512001183''
5155
+ name: Marcos Brando Margulies
5156
+ - id: ''100001650369677''
5157
+ name: Paulo Guilherme Ribeiro
5158
+ - id: ''678564390''
5159
+ name: Duim Knurf
5160
+ - school:
5161
+ id: ''109896575694939''
5162
+ name: Universidade Federal do Estado do Rio de Janeiro
5163
+ type: College
5164
+ with:
5165
+ - id: ''100000517388839''
5166
+ name: João Filho
5167
+ gender: male
5168
+ email: mergulhao83@gmail.com
5169
+ timezone: -2
5170
+ locale: pt_BR
5171
+ verified: true
5172
+ updated_time: ''2011-07-19T00:05:20+0000''
5173
+ ', "updated_at" = '2012-12-04 20:28:52.985260' WHERE "users"."id" = 1
5174
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5175
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
5176
+  (0.3ms) rollback transaction
5177
+  (0.1ms) begin transaction
5178
+  (0.1ms) SAVEPOINT active_record_1
5179
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:52 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:52 UTC +00:00]]
5180
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5181
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5182
+  (0.0ms) SAVEPOINT active_record_1
5183
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5184
+ id: ''526830634''
5185
+ name: Sylvestre Mergulhão
5186
+ first_name: Sylvestre
5187
+ last_name: Mergulhão
5188
+ link: http://www.facebook.com/sylvestre.mergulhao
5189
+ username: sylvestre.mergulhao
5190
+ location:
5191
+ id: ''110346955653479''
5192
+ name: Rio de Janeiro, Rio de Janeiro
5193
+ education:
5194
+ - school:
5195
+ id: ''115555431792035''
5196
+ name: UniRio
5197
+ type: College
5198
+ with:
5199
+ - id: ''100001030509286''
5200
+ name: João Aguirre
5201
+ - id: ''512001183''
5202
+ name: Marcos Brando Margulies
5203
+ - id: ''100001650369677''
5204
+ name: Paulo Guilherme Ribeiro
5205
+ - id: ''678564390''
5206
+ name: Duim Knurf
5207
+ - school:
5208
+ id: ''109896575694939''
5209
+ name: Universidade Federal do Estado do Rio de Janeiro
5210
+ type: College
5211
+ with:
5212
+ - id: ''100000517388839''
5213
+ name: João Filho
5214
+ gender: male
5215
+ email: mergulhao83@gmail.com
5216
+ timezone: -2
5217
+ locale: pt_BR
5218
+ verified: true
5219
+ updated_time: ''2011-07-19T00:05:20+0000''
5220
+ ', "updated_at" = '2012-12-04 20:28:52.995435' WHERE "users"."id" = 1
5221
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5222
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
5223
+  (0.5ms) rollback transaction
5224
+  (0.1ms) begin transaction
5225
+  (0.1ms) SAVEPOINT active_record_1
5226
+ SQL (0.7ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5227
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5228
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5229
+  (0.1ms) SAVEPOINT active_record_1
5230
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5231
+ id: ''526830634''
5232
+ name: Sylvestre Mergulhão
5233
+ first_name: Sylvestre
5234
+ last_name: Mergulhão
5235
+ link: http://www.facebook.com/sylvestre.mergulhao
5236
+ username: sylvestre.mergulhao
5237
+ location:
5238
+ id: ''110346955653479''
5239
+ name: Rio de Janeiro, Rio de Janeiro
5240
+ education:
5241
+ - school:
5242
+ id: ''115555431792035''
5243
+ name: UniRio
5244
+ type: College
5245
+ with:
5246
+ - id: ''100001030509286''
5247
+ name: João Aguirre
5248
+ - id: ''512001183''
5249
+ name: Marcos Brando Margulies
5250
+ - id: ''100001650369677''
5251
+ name: Paulo Guilherme Ribeiro
5252
+ - id: ''678564390''
5253
+ name: Duim Knurf
5254
+ - school:
5255
+ id: ''109896575694939''
5256
+ name: Universidade Federal do Estado do Rio de Janeiro
5257
+ type: College
5258
+ with:
5259
+ - id: ''100000517388839''
5260
+ name: João Filho
5261
+ gender: male
5262
+ email: mergulhao83@gmail.com
5263
+ timezone: -2
5264
+ locale: pt_BR
5265
+ verified: true
5266
+ updated_time: ''2011-07-19T00:05:20+0000''
5267
+ ', "updated_at" = '2012-12-04 20:28:53.005861' WHERE "users"."id" = 1
5268
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5269
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
5270
+  (0.3ms) rollback transaction
5271
+  (0.1ms) begin transaction
5272
+  (0.1ms) SAVEPOINT active_record_1
5273
+ SQL (1.0ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5274
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5275
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5276
+  (0.0ms) SAVEPOINT active_record_1
5277
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5278
+ id: ''526830634''
5279
+ name: Sylvestre Mergulhão
5280
+ first_name: Sylvestre
5281
+ last_name: Mergulhão
5282
+ link: http://www.facebook.com/sylvestre.mergulhao
5283
+ username: sylvestre.mergulhao
5284
+ location:
5285
+ id: ''110346955653479''
5286
+ name: Rio de Janeiro, Rio de Janeiro
5287
+ education:
5288
+ - school:
5289
+ id: ''115555431792035''
5290
+ name: UniRio
5291
+ type: College
5292
+ with:
5293
+ - id: ''100001030509286''
5294
+ name: João Aguirre
5295
+ - id: ''512001183''
5296
+ name: Marcos Brando Margulies
5297
+ - id: ''100001650369677''
5298
+ name: Paulo Guilherme Ribeiro
5299
+ - id: ''678564390''
5300
+ name: Duim Knurf
5301
+ - school:
5302
+ id: ''109896575694939''
5303
+ name: Universidade Federal do Estado do Rio de Janeiro
5304
+ type: College
5305
+ with:
5306
+ - id: ''100000517388839''
5307
+ name: João Filho
5308
+ gender: male
5309
+ email: mergulhao83@gmail.com
5310
+ timezone: -2
5311
+ locale: pt_BR
5312
+ verified: true
5313
+ updated_time: ''2011-07-19T00:05:20+0000''
5314
+ ', "updated_at" = '2012-12-04 20:28:53.016966' WHERE "users"."id" = 1
5315
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5316
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
5317
+  (0.7ms) rollback transaction
5318
+  (0.1ms) begin transaction
5319
+  (0.1ms) SAVEPOINT active_record_1
5320
+ SQL (0.5ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5321
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5322
+  (0.1ms) SELECT COUNT(*) FROM "users" 
5323
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5324
+  (0.0ms) SAVEPOINT active_record_1
5325
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5326
+ id: ''526830634''
5327
+ name: Sylvestre Mergulhão
5328
+ first_name: Sylvestre
5329
+ last_name: Mergulhão
5330
+ link: http://www.facebook.com/sylvestre.mergulhao
5331
+ username: sylvestre.mergulhao
5332
+ location:
5333
+ id: ''110346955653479''
5334
+ name: Rio de Janeiro, Rio de Janeiro
5335
+ education:
5336
+ - school:
5337
+ id: ''115555431792035''
5338
+ name: UniRio
5339
+ type: College
5340
+ with:
5341
+ - id: ''100001030509286''
5342
+ name: João Aguirre
5343
+ - id: ''512001183''
5344
+ name: Marcos Brando Margulies
5345
+ - id: ''100001650369677''
5346
+ name: Paulo Guilherme Ribeiro
5347
+ - id: ''678564390''
5348
+ name: Duim Knurf
5349
+ - school:
5350
+ id: ''109896575694939''
5351
+ name: Universidade Federal do Estado do Rio de Janeiro
5352
+ type: College
5353
+ with:
5354
+ - id: ''100000517388839''
5355
+ name: João Filho
5356
+ gender: male
5357
+ email: mergulhao83@gmail.com
5358
+ timezone: -2
5359
+ locale: pt_BR
5360
+ verified: true
5361
+ updated_time: ''2011-07-19T00:05:20+0000''
5362
+ ', "updated_at" = '2012-12-04 20:28:53.029171' WHERE "users"."id" = 1
5363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5364
+  (0.1ms) SELECT COUNT(*) FROM "users"
5365
+  (0.4ms) rollback transaction
5366
+  (0.1ms) begin transaction
5367
+  (0.1ms) SAVEPOINT active_record_1
5368
+ SQL (0.5ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", "my@old.me"], ["extra", nil], ["name", "My old name"], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5369
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5370
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5371
+  (0.0ms) SAVEPOINT active_record_1
5372
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5373
+ id: ''526830634''
5374
+ name: Sylvestre Mergulhão
5375
+ first_name: Sylvestre
5376
+ last_name: Mergulhão
5377
+ link: http://www.facebook.com/sylvestre.mergulhao
5378
+ username: sylvestre.mergulhao
5379
+ location:
5380
+ id: ''110346955653479''
5381
+ name: Rio de Janeiro, Rio de Janeiro
5382
+ education:
5383
+ - school:
5384
+ id: ''115555431792035''
5385
+ name: UniRio
5386
+ type: College
5387
+ with:
5388
+ - id: ''100001030509286''
5389
+ name: João Aguirre
5390
+ - id: ''512001183''
5391
+ name: Marcos Brando Margulies
5392
+ - id: ''100001650369677''
5393
+ name: Paulo Guilherme Ribeiro
5394
+ - id: ''678564390''
5395
+ name: Duim Knurf
5396
+ - school:
5397
+ id: ''109896575694939''
5398
+ name: Universidade Federal do Estado do Rio de Janeiro
5399
+ type: College
5400
+ with:
5401
+ - id: ''100000517388839''
5402
+ name: João Filho
5403
+ gender: male
5404
+ email: mergulhao83@gmail.com
5405
+ timezone: -2
5406
+ locale: pt_BR
5407
+ verified: true
5408
+ updated_time: ''2011-07-19T00:05:20+0000''
5409
+ ', "updated_at" = '2012-12-04 20:28:53.039397' WHERE "users"."id" = 1
5410
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5411
+  (0.4ms) rollback transaction
5412
+  (0.1ms) begin transaction
5413
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5414
+  (0.0ms) SAVEPOINT active_record_1
5415
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5416
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5417
+  (0.0ms) SAVEPOINT active_record_1
5418
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5419
+ id: ''526830634''
5420
+ name: Sylvestre Mergulhão
5421
+ first_name: Sylvestre
5422
+ last_name: Mergulhão
5423
+ link: http://www.facebook.com/sylvestre.mergulhao
5424
+ username: sylvestre.mergulhao
5425
+ location:
5426
+ id: ''110346955653479''
5427
+ name: Rio de Janeiro, Rio de Janeiro
5428
+ education:
5429
+ - school:
5430
+ id: ''115555431792035''
5431
+ name: UniRio
5432
+ type: College
5433
+ with:
5434
+ - id: ''100001030509286''
5435
+ name: João Aguirre
5436
+ - id: ''512001183''
5437
+ name: Marcos Brando Margulies
5438
+ - id: ''100001650369677''
5439
+ name: Paulo Guilherme Ribeiro
5440
+ - id: ''678564390''
5441
+ name: Duim Knurf
5442
+ - school:
5443
+ id: ''109896575694939''
5444
+ name: Universidade Federal do Estado do Rio de Janeiro
5445
+ type: College
5446
+ with:
5447
+ - id: ''100000517388839''
5448
+ name: João Filho
5449
+ gender: male
5450
+ email: mergulhao83@gmail.com
5451
+ timezone: -2
5452
+ locale: pt_BR
5453
+ verified: true
5454
+ updated_time: ''2011-07-19T00:05:20+0000''
5455
+ ', "updated_at" = '2012-12-04 20:28:53.047851' WHERE "users"."id" = 1
5456
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5457
+  (0.4ms) rollback transaction
5458
+  (0.1ms) begin transaction
5459
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5460
+  (0.1ms) SAVEPOINT active_record_1
5461
+ SQL (0.5ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5462
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5463
+  (0.0ms) SAVEPOINT active_record_1
5464
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5465
+ id: ''526830634''
5466
+ name: Sylvestre Mergulhão
5467
+ first_name: Sylvestre
5468
+ last_name: Mergulhão
5469
+ link: http://www.facebook.com/sylvestre.mergulhao
5470
+ username: sylvestre.mergulhao
5471
+ location:
5472
+ id: ''110346955653479''
5473
+ name: Rio de Janeiro, Rio de Janeiro
5474
+ education:
5475
+ - school:
5476
+ id: ''115555431792035''
5477
+ name: UniRio
5478
+ type: College
5479
+ with:
5480
+ - id: ''100001030509286''
5481
+ name: João Aguirre
5482
+ - id: ''512001183''
5483
+ name: Marcos Brando Margulies
5484
+ - id: ''100001650369677''
5485
+ name: Paulo Guilherme Ribeiro
5486
+ - id: ''678564390''
5487
+ name: Duim Knurf
5488
+ - school:
5489
+ id: ''109896575694939''
5490
+ name: Universidade Federal do Estado do Rio de Janeiro
5491
+ type: College
5492
+ with:
5493
+ - id: ''100000517388839''
5494
+ name: João Filho
5495
+ gender: male
5496
+ email: mergulhao83@gmail.com
5497
+ timezone: -2
5498
+ locale: pt_BR
5499
+ verified: true
5500
+ updated_time: ''2011-07-19T00:05:20+0000''
5501
+ ', "updated_at" = '2012-12-04 20:28:53.056188' WHERE "users"."id" = 1
5502
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5503
+  (0.4ms) rollback transaction
5504
+  (0.1ms) begin transaction
5505
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5506
+  (0.0ms) SAVEPOINT active_record_1
5507
+ SQL (0.5ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5508
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5509
+  (0.0ms) SAVEPOINT active_record_1
5510
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5511
+ id: ''526830634''
5512
+ name: Sylvestre Mergulhão
5513
+ first_name: Sylvestre
5514
+ last_name: Mergulhão
5515
+ link: http://www.facebook.com/sylvestre.mergulhao
5516
+ username: sylvestre.mergulhao
5517
+ location:
5518
+ id: ''110346955653479''
5519
+ name: Rio de Janeiro, Rio de Janeiro
5520
+ education:
5521
+ - school:
5522
+ id: ''115555431792035''
5523
+ name: UniRio
5524
+ type: College
5525
+ with:
5526
+ - id: ''100001030509286''
5527
+ name: João Aguirre
5528
+ - id: ''512001183''
5529
+ name: Marcos Brando Margulies
5530
+ - id: ''100001650369677''
5531
+ name: Paulo Guilherme Ribeiro
5532
+ - id: ''678564390''
5533
+ name: Duim Knurf
5534
+ - school:
5535
+ id: ''109896575694939''
5536
+ name: Universidade Federal do Estado do Rio de Janeiro
5537
+ type: College
5538
+ with:
5539
+ - id: ''100000517388839''
5540
+ name: João Filho
5541
+ gender: male
5542
+ email: mergulhao83@gmail.com
5543
+ timezone: -2
5544
+ locale: pt_BR
5545
+ verified: true
5546
+ updated_time: ''2011-07-19T00:05:20+0000''
5547
+ ', "updated_at" = '2012-12-04 20:28:53.064204' WHERE "users"."id" = 1
5548
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5549
+  (0.3ms) rollback transaction
5550
+  (0.1ms) begin transaction
5551
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5552
+  (0.0ms) SAVEPOINT active_record_1
5553
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5555
+  (0.0ms) SAVEPOINT active_record_1
5556
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5557
+ id: ''526830634''
5558
+ name: Sylvestre Mergulhão
5559
+ first_name: Sylvestre
5560
+ last_name: Mergulhão
5561
+ link: http://www.facebook.com/sylvestre.mergulhao
5562
+ username: sylvestre.mergulhao
5563
+ location:
5564
+ id: ''110346955653479''
5565
+ name: Rio de Janeiro, Rio de Janeiro
5566
+ education:
5567
+ - school:
5568
+ id: ''115555431792035''
5569
+ name: UniRio
5570
+ type: College
5571
+ with:
5572
+ - id: ''100001030509286''
5573
+ name: João Aguirre
5574
+ - id: ''512001183''
5575
+ name: Marcos Brando Margulies
5576
+ - id: ''100001650369677''
5577
+ name: Paulo Guilherme Ribeiro
5578
+ - id: ''678564390''
5579
+ name: Duim Knurf
5580
+ - school:
5581
+ id: ''109896575694939''
5582
+ name: Universidade Federal do Estado do Rio de Janeiro
5583
+ type: College
5584
+ with:
5585
+ - id: ''100000517388839''
5586
+ name: João Filho
5587
+ gender: male
5588
+ email: mergulhao83@gmail.com
5589
+ timezone: -2
5590
+ locale: pt_BR
5591
+ verified: true
5592
+ updated_time: ''2011-07-19T00:05:20+0000''
5593
+ ', "updated_at" = '2012-12-04 20:28:53.072463' WHERE "users"."id" = 1
5594
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5595
+  (0.3ms) rollback transaction
5596
+  (0.1ms) begin transaction
5597
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5598
+  (0.0ms) SAVEPOINT active_record_1
5599
+ SQL (0.7ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5600
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5601
+  (0.0ms) SAVEPOINT active_record_1
5602
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5603
+ id: ''526830634''
5604
+ name: Sylvestre Mergulhão
5605
+ first_name: Sylvestre
5606
+ last_name: Mergulhão
5607
+ link: http://www.facebook.com/sylvestre.mergulhao
5608
+ username: sylvestre.mergulhao
5609
+ location:
5610
+ id: ''110346955653479''
5611
+ name: Rio de Janeiro, Rio de Janeiro
5612
+ education:
5613
+ - school:
5614
+ id: ''115555431792035''
5615
+ name: UniRio
5616
+ type: College
5617
+ with:
5618
+ - id: ''100001030509286''
5619
+ name: João Aguirre
5620
+ - id: ''512001183''
5621
+ name: Marcos Brando Margulies
5622
+ - id: ''100001650369677''
5623
+ name: Paulo Guilherme Ribeiro
5624
+ - id: ''678564390''
5625
+ name: Duim Knurf
5626
+ - school:
5627
+ id: ''109896575694939''
5628
+ name: Universidade Federal do Estado do Rio de Janeiro
5629
+ type: College
5630
+ with:
5631
+ - id: ''100000517388839''
5632
+ name: João Filho
5633
+ gender: male
5634
+ email: mergulhao83@gmail.com
5635
+ timezone: -2
5636
+ locale: pt_BR
5637
+ verified: true
5638
+ updated_time: ''2011-07-19T00:05:20+0000''
5639
+ ', "updated_at" = '2012-12-04 20:28:53.082852' WHERE "users"."id" = 1
5640
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5641
+  (0.6ms) rollback transaction
5642
+  (0.1ms) begin transaction
5643
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5644
+  (0.0ms) SAVEPOINT active_record_1
5645
+ SQL (0.5ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5646
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5647
+  (0.0ms) SAVEPOINT active_record_1
5648
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5649
+ id: ''526830634''
5650
+ name: Sylvestre Mergulhão
5651
+ first_name: Sylvestre
5652
+ last_name: Mergulhão
5653
+ link: http://www.facebook.com/sylvestre.mergulhao
5654
+ username: sylvestre.mergulhao
5655
+ location:
5656
+ id: ''110346955653479''
5657
+ name: Rio de Janeiro, Rio de Janeiro
5658
+ education:
5659
+ - school:
5660
+ id: ''115555431792035''
5661
+ name: UniRio
5662
+ type: College
5663
+ with:
5664
+ - id: ''100001030509286''
5665
+ name: João Aguirre
5666
+ - id: ''512001183''
5667
+ name: Marcos Brando Margulies
5668
+ - id: ''100001650369677''
5669
+ name: Paulo Guilherme Ribeiro
5670
+ - id: ''678564390''
5671
+ name: Duim Knurf
5672
+ - school:
5673
+ id: ''109896575694939''
5674
+ name: Universidade Federal do Estado do Rio de Janeiro
5675
+ type: College
5676
+ with:
5677
+ - id: ''100000517388839''
5678
+ name: João Filho
5679
+ gender: male
5680
+ email: mergulhao83@gmail.com
5681
+ timezone: -2
5682
+ locale: pt_BR
5683
+ verified: true
5684
+ updated_time: ''2011-07-19T00:05:20+0000''
5685
+ ', "updated_at" = '2012-12-04 20:28:53.093732' WHERE "users"."id" = 1
5686
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5687
+  (0.4ms) rollback transaction
5688
+  (0.1ms) begin transaction
5689
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5690
+  (0.1ms) SAVEPOINT active_record_1
5691
+ SQL (0.5ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5692
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5693
+  (0.1ms) SAVEPOINT active_record_1
5694
+  (0.4ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5695
+ id: ''526830634''
5696
+ name: Sylvestre Mergulhão
5697
+ first_name: Sylvestre
5698
+ last_name: Mergulhão
5699
+ link: http://www.facebook.com/sylvestre.mergulhao
5700
+ username: sylvestre.mergulhao
5701
+ location:
5702
+ id: ''110346955653479''
5703
+ name: Rio de Janeiro, Rio de Janeiro
5704
+ education:
5705
+ - school:
5706
+ id: ''115555431792035''
5707
+ name: UniRio
5708
+ type: College
5709
+ with:
5710
+ - id: ''100001030509286''
5711
+ name: João Aguirre
5712
+ - id: ''512001183''
5713
+ name: Marcos Brando Margulies
5714
+ - id: ''100001650369677''
5715
+ name: Paulo Guilherme Ribeiro
5716
+ - id: ''678564390''
5717
+ name: Duim Knurf
5718
+ - school:
5719
+ id: ''109896575694939''
5720
+ name: Universidade Federal do Estado do Rio de Janeiro
5721
+ type: College
5722
+ with:
5723
+ - id: ''100000517388839''
5724
+ name: João Filho
5725
+ gender: male
5726
+ email: mergulhao83@gmail.com
5727
+ timezone: -2
5728
+ locale: pt_BR
5729
+ verified: true
5730
+ updated_time: ''2011-07-19T00:05:20+0000''
5731
+ ', "updated_at" = '2012-12-04 20:28:53.102538' WHERE "users"."id" = 1
5732
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5733
+  (0.4ms) rollback transaction
5734
+  (0.1ms) begin transaction
5735
+  (0.2ms) SELECT COUNT(*) FROM "users" 
5736
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '123456' LIMIT 1
5737
+  (0.0ms) SAVEPOINT active_record_1
5738
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "123456"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5739
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5740
+  (0.0ms) SAVEPOINT active_record_1
5741
+  (0.3ms) UPDATE "users" SET "name" = 'Sylvestre Mergulhão', "email" = 'mergulhao83@gmail.com', "photo_url" = 'http://graph.facebook.com/526830634/picture?type=square', "access_token" = 'AAADv', "extra" = '---
5742
+ id: ''526830634''
5743
+ name: Sylvestre Mergulhão
5744
+ first_name: Sylvestre
5745
+ last_name: Mergulhão
5746
+ link: http://www.facebook.com/sylvestre.mergulhao
5747
+ username: sylvestre.mergulhao
5748
+ location:
5749
+ id: ''110346955653479''
5750
+ name: Rio de Janeiro, Rio de Janeiro
5751
+ education:
5752
+ - school:
5753
+ id: ''115555431792035''
5754
+ name: UniRio
5755
+ type: College
5756
+ with:
5757
+ - id: ''100001030509286''
5758
+ name: João Aguirre
5759
+ - id: ''512001183''
5760
+ name: Marcos Brando Margulies
5761
+ - id: ''100001650369677''
5762
+ name: Paulo Guilherme Ribeiro
5763
+ - id: ''678564390''
5764
+ name: Duim Knurf
5765
+ - school:
5766
+ id: ''109896575694939''
5767
+ name: Universidade Federal do Estado do Rio de Janeiro
5768
+ type: College
5769
+ with:
5770
+ - id: ''100000517388839''
5771
+ name: João Filho
5772
+ gender: male
5773
+ email: mergulhao83@gmail.com
5774
+ timezone: -2
5775
+ locale: pt_BR
5776
+ verified: true
5777
+ updated_time: ''2011-07-19T00:05:20+0000''
5778
+ ', "updated_at" = '2012-12-04 20:28:53.111640' WHERE "users"."id" = 1
5779
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5780
+  (0.1ms) SELECT COUNT(*) FROM "users" 
5781
+  (0.4ms) rollback transaction
5782
+  (0.1ms) begin transaction
5783
+ Processing by SessionsController#failure as HTML
5784
+ Redirected to http://test.host/
5785
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
5786
+  (0.1ms) rollback transaction
5787
+  (0.1ms) begin transaction
5788
+ Processing by SessionsController#failure as HTML
5789
+ Redirected to http://test.host/this/path
5790
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
5791
+  (0.1ms) rollback transaction
5792
+  (0.1ms) begin transaction
5793
+ Processing by SessionsController#failure as HTML
5794
+ Redirected to http://test.host/
5795
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
5796
+  (0.1ms) rollback transaction
5797
+  (0.1ms) begin transaction
5798
+  (0.1ms) SAVEPOINT active_record_1
5799
+ SQL (0.8ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5800
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5801
+ Processing by SessionsController#create as HTML
5802
+ Parameters: {"provider"=>"facebook"}
5803
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
5804
+  (0.0ms) SAVEPOINT active_record_1
5805
+  (0.4ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 20:28:53.144265' WHERE "users"."id" = 1
5806
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5807
+ Redirected to http://test.host/
5808
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
5809
+  (0.4ms) rollback transaction
5810
+  (0.1ms) begin transaction
5811
+  (0.1ms) SAVEPOINT active_record_1
5812
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5813
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5814
+ Processing by SessionsController#create as HTML
5815
+ Parameters: {"provider"=>"facebook"}
5816
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
5817
+  (0.1ms) SAVEPOINT active_record_1
5818
+  (0.4ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 20:28:53.155118' WHERE "users"."id" = 1
5819
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5820
+ Redirected to http://test.host/
5821
+ Completed 302 Found in 5ms (ActiveRecord: 0.7ms)
5822
+  (0.9ms) rollback transaction
5823
+  (0.1ms) begin transaction
5824
+  (0.1ms) SAVEPOINT active_record_1
5825
+ SQL (0.4ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5826
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5827
+ Processing by SessionsController#create as HTML
5828
+ Parameters: {"provider"=>"facebook"}
5829
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
5830
+  (0.0ms) SAVEPOINT active_record_1
5831
+  (0.4ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 20:28:53.167155' WHERE "users"."id" = 1
5832
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5833
+ Redirected to http://test.host/this/path
5834
+ Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
5835
+  (0.4ms) rollback transaction
5836
+  (0.1ms) begin transaction
5837
+  (0.0ms) SAVEPOINT active_record_1
5838
+ SQL (0.6ms) INSERT INTO "users" ("access_token", "created_at", "email", "extra", "name", "photo_url", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["access_token", nil], ["created_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00], ["email", nil], ["extra", nil], ["name", nil], ["photo_url", nil], ["provider", "facebook"], ["uid", "100003045769261"], ["updated_at", Tue, 04 Dec 2012 20:28:53 UTC +00:00]]
5839
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5840
+ Processing by SessionsController#create as HTML
5841
+ Parameters: {"provider"=>"facebook"}
5842
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."provider" = 'facebook' AND "users"."uid" = '100003045769261' LIMIT 1
5843
+  (0.0ms) SAVEPOINT active_record_1
5844
+  (0.4ms) UPDATE "users" SET "name" = 'Dejurema Jockifort', "email" = 'contato@startupdev.com.br', "photo_url" = 'http://graph.facebook.com/100003045769261/picture?type=square', "access_token" = 'AAADvZADZBnlLABAMVZAUX1s7ptC0m9HZCaaIkMw8AMxFBtV3uZCmjflQDKba5PPt3kqZAgVlmZCeA6tXAUaBlLEInggas8lAGIzXzP4azfrsgZDZD', "updated_at" = '2012-12-04 20:28:53.176330' WHERE "users"."id" = 1
5845
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5846
+ Redirected to http://test.host/
5847
+ Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
5848
+  (0.4ms) rollback transaction
5849
+  (0.1ms) begin transaction
5850
+ Processing by SessionsController#destroy as HTML
5851
+ Redirected to http://test.host/
5852
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
5853
+  (0.1ms) rollback transaction
5854
+  (0.1ms) begin transaction
5855
+ Processing by SessionsController#destroy as HTML
5856
+ Redirected to http://test.host/
5857
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
5858
+  (0.1ms) rollback transaction
5859
+  (0.1ms) begin transaction
5860
+ Processing by SessionsController#destroy as HTML
5861
+ Redirected to http://test.host/
5862
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
5863
+  (0.1ms) rollback transaction
5864
+  (0.1ms) begin transaction
5865
+  (0.1ms) rollback transaction
5866
+  (0.1ms) begin transaction
5867
+  (0.1ms) rollback transaction
5868
+  (0.1ms) begin transaction
5869
+  (0.1ms) rollback transaction