gettext_rails 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. data/ChangeLog +9 -0
  2. data/README.rdoc +3 -7
  3. data/Rakefile +4 -4
  4. data/lib/gettext_rails/action_mailer.rb +1 -1
  5. data/lib/gettext_rails/action_view/active_record_helper.rb +8 -3
  6. data/lib/gettext_rails/version.rb +1 -2
  7. data/sample/app/controllers/application_controller.rb +6 -4
  8. data/test/Rakefile +1 -0
  9. data/test/app/controllers/articles_controller.rb +0 -16
  10. data/test/app/controllers/users_controller.rb +6 -6
  11. data/test/app/views/users/error_message.html.erb +50 -0
  12. data/test/app/views/users/{custom_error_message_fr.html.erb → error_message_fr.html.erb} +0 -8
  13. data/test/config/environment.rb +0 -1
  14. data/test/config/routes.rb +1 -6
  15. data/test/locale/ja/LC_MESSAGES/rails_test.mo +0 -0
  16. data/test/po/ja/rails_test.po +4 -4
  17. data/test/public/index.html +1 -3
  18. data/test/test/functional/articles_controller_test.rb +0 -16
  19. data/test/test/functional/users_controller_test.rb +10 -22
  20. data/test/test/result/en/error_message.html +46 -0
  21. data/test/test/result/fr/error_message.html +16 -0
  22. data/test/test/result/ja/error_message.html +46 -0
  23. metadata +14 -50
  24. data/replace.rb +0 -21
  25. data/sample/db/development.sqlite3 +0 -0
  26. data/sample/db/production.sqlite3 +0 -0
  27. data/sample/db/test.sqlite3 +0 -0
  28. data/sample/log/development.log +0 -635
  29. data/sample/log/production.log +0 -79475
  30. data/sample/log/test.log +0 -1592
  31. data/sample/test/result/en/list.html +0 -69
  32. data/test/app/views/articles/change_title_error_messages_for.html.erb +0 -15
  33. data/test/app/views/articles/multi_error_messages_for.html.erb +0 -19
  34. data/test/app/views/users/custom_error_message.html.erb +0 -13
  35. data/test/db/development.sqlite3 +0 -0
  36. data/test/db/test.sqlite3 +0 -0
  37. data/test/log/development.log +0 -1284
  38. data/test/log/test.log +0 -5595
  39. data/test/test/result/en/change_title_error_messages_for.html +0 -89
  40. data/test/test/result/en/custom_error_message.html +0 -84
  41. data/test/test/result/en/custom_error_message_with_plural.html +0 -84
  42. data/test/test/result/en/multi_error_messages_for.html +0 -155
  43. data/test/test/result/fr/custom_error_message.html +0 -84
  44. data/test/test/result/fr/custom_error_message_with_plural.html +0 -84
  45. data/test/test/result/ja/change_title_error_messages_for.html +0 -89
  46. data/test/test/result/ja/custom_error_message.html +0 -84
  47. data/test/test/result/ja/custom_error_message_with_plural.html +0 -84
  48. data/test/test/result/ja/multi_error_messages_for.html +0 -155
@@ -1,69 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
-
4
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
- <head>
6
- <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
7
- <title>GetText Sample Blog on RoR: index</title>
8
- <link href="/stylesheets/scaffold.css?1235200599" media="screen" rel="stylesheet" type="text/css" />
9
- <link href="/stylesheets/blog.css?1235755406" media="screen" rel="stylesheet" type="text/css" />
10
- </head>
11
- <body>
12
- <div class = "main">
13
- <p style="color: green"></p>
14
-
15
- <h1>GetText Sample Blog on RoR</h1>
16
-
17
- <p style="text-align:right">
18
- <a href="/articles/new">New article</a>
19
- </p>
20
-
21
-
22
-
23
- <h2>This is the first title (2009-01-01)</h2>
24
- <pre>This is the first description</pre>
25
- <p style="text-align:right;margin-right:3em"><a href="/articles/953125641">Show</a></p>
26
-
27
-
28
- <h2>This is the second title (2009-01-02)</h2>
29
- <pre>This is the second description</pre>
30
- <p style="text-align:right;margin-right:3em"><a href="/articles/996332877">Show</a></p>
31
-
32
-
33
-
34
-
35
-
36
- <div class="copyright">
37
- Copyright (C) 2005-2009 Masao Mutoh
38
- </div>
39
-
40
- </div>
41
-
42
-
43
- <div class="navigation">
44
- <img src="/images/rails.png" width="100" height="100" />
45
- <div class="window">
46
- <h4>Select locale</h4><a href="/articles/cookie_locale/bg">[bg]</a><a href="/articles/cookie_locale/bs">[bs]</a><a href="/articles/cookie_locale/ca">[ca]</a><a href="/articles/cookie_locale/cs">[cs]</a><a href="/articles/cookie_locale/de">[de]</a><a href="/articles/cookie_locale/el">[el]</a><br/><a href="/articles/cookie_locale/en">[en]</a><a href="/articles/cookie_locale/eo">[eo]</a><a href="/articles/cookie_locale/es">[es]</a><a href="/articles/cookie_locale/fr">[fr]</a><a href="/articles/cookie_locale/hr">[hr]</a><a href="/articles/cookie_locale/hu">[hu]</a><br/><a href="/articles/cookie_locale/it">[it]</a><a href="/articles/cookie_locale/ja">[ja]</a><a href="/articles/cookie_locale/ko">[ko]</a><a href="/articles/cookie_locale/lv">[lv]</a><a href="/articles/cookie_locale/nb">[nb]</a><a href="/articles/cookie_locale/nl">[nl]</a><br/><a href="/articles/cookie_locale/pt_BR">[pt_BR]</a><a href="/articles/cookie_locale/ru">[ru]</a><a href="/articles/cookie_locale/sr">[sr]</a><a href="/articles/cookie_locale/ua">[ua]</a><a href="/articles/cookie_locale/vi">[vi]</a><a href="/articles/cookie_locale/zh">[zh]</a><br/><a href="/articles/cookie_locale/zh_TW">[zh_TW]</a>
47
- </div>
48
- <div class="window">
49
- <h4>Ruby Links</h4>
50
- <dl>
51
- <li><a href="http://www.ruby-lang.org/">Ruby</a></li>
52
- <li><a href="http://rubyforge.org/projects/gettext/">Ruby-GetText-Package</a></li>
53
- <li><a href="http://wiki.rubyonrails.com/">Ruby on Rails Wiki</a></li>
54
- </dl>
55
- </div>
56
- <div class="window">
57
- <h4>Old articles</h4>
58
- <p>
59
- <dl>
60
- <li>2009-01-02: <a href="/articles/996332877">This is the second title</a></li><li>2009-01-01: <a href="/articles/953125641">This is the first title</a></li>
61
- </dl>
62
- </p>
63
- </div>
64
- </div>
65
-
66
-
67
- </body>
68
- </html>
69
-
@@ -1,15 +0,0 @@
1
- <%= error_messages_for 'article', :message_title => Nn_("Message Title","Message Titles"),
2
- :message_explanation => Nn_("Message Explanation", "Message Explanations")
3
- %>
4
-
5
- <!--[form:article]-->
6
- <p><label for="article_title"><%= _("Title") %></label><br/>
7
- <%= text_field 'article', 'title' %></p>
8
-
9
- <p><label for="article_description"><%= _("Description") %></label><br/>
10
- <%= text_area 'article', 'description' %></p>
11
-
12
- <p><label for="article_lastupdate"><%= _("Lastupdate") %></label><br/>
13
- <%= date_select 'article', 'lastupdate' %></p>
14
- <!--[eoform:article]-->
15
-
@@ -1,19 +0,0 @@
1
- <%= error_messages_for 'article', 'user', :object_name => _("Contents") %>
2
-
3
- <!--[form:article]-->
4
- <p><label for="article_title"><%= _("Title") %></label><br/>
5
- <%= text_field 'article', 'title' %></p>
6
-
7
- <p><label for="article_description"><%= _("Description") %></label><br/>
8
- <%= text_area 'article', 'description' %></p>
9
-
10
- <p><label for="article_lastupdate"><%= _("Lastupdate") %></label><br/>
11
- <%= date_select 'article', 'lastupdate' %></p>
12
-
13
- <p><label for="user_name"><%= _("Name") %></label><br/>
14
- <%= text_field 'user', 'name' %></p>
15
-
16
- <p><label for="user_lastupdate"><%= _("Lastupdate") %></label><br/>
17
- <%= date_select 'user', 'lastupdate' %></p>
18
- <!--[eoform:article]-->
19
-
@@ -1,13 +0,0 @@
1
- <%= error_messages_for 'user', {
2
- :message_title => Nn_("Singular Custom Error message %{record}: %{num}", "Plural Custom Error message %{record}: %{num}"),
3
- :message_explanation => Nn_("Singular Custom Error explanation %{num}", "Plural Custom Error explanation %{num}")
4
- } %>
5
-
6
- <!--[form:article]-->
7
- <p><label for="user_name"><%= _("Name") %></label><br/>
8
- <%= text_field 'user', 'name' %></p>
9
-
10
- <p><label for="user_lastupdate"><%= _("Lastupdate") %></label><br/>
11
- <%= date_select 'user', 'lastupdate' %></p>
12
- <!--[eoform:article]-->
13
-
Binary file
data/test/db/test.sqlite3 DELETED
Binary file
@@ -1,1284 +0,0 @@
1
- # Logfile created on Fri Mar 20 12:16:08 +0900 2009 SQL (0.4ms)  SELECT name
2
- FROM sqlite_master
3
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
4
- 
5
-
6
-
7
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-20 12:16:44) [GET]
8
- Article Load (0.0ms) SQLite3::SQLException: no such table: articles: SELECT * FROM "articles" 
9
-
10
- ActiveRecord::StatementInvalid (SQLite3::SQLException: no such table: articles: SELECT * FROM "articles" ):
11
- activerecord (2.3.0) lib/active_record/connection_adapters/abstract_adapter.rb:212:in `log'
12
- activerecord (2.3.0) lib/active_record/connection_adapters/sqlite_adapter.rb:132:in `execute'
13
- activerecord (2.3.0) lib/active_record/connection_adapters/sqlite_adapter.rb:372:in `catch_schema_changes'
14
- activerecord (2.3.0) lib/active_record/connection_adapters/sqlite_adapter.rb:132:in `execute'
15
- activerecord (2.3.0) lib/active_record/connection_adapters/sqlite_adapter.rb:275:in `select'
16
- activerecord (2.3.0) lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'
17
- activerecord (2.3.0) lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all'
18
- activerecord (2.3.0) lib/active_record/connection_adapters/abstract/query_cache.rb:81:in `cache_sql'
19
- activerecord (2.3.0) lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all'
20
- activerecord (2.3.0) lib/active_record/base.rb:661:in `find_by_sql'
21
- activerecord (2.3.0) lib/active_record/base.rb:1554:in `find_every'
22
- activerecord (2.3.0) lib/active_record/base.rb:615:in `find'
23
- app/controllers/articles_controller.rb:22:in `list'
24
- app/controllers/articles_controller.rb:17:in `index'
25
- actionpack (2.3.0) lib/action_controller/base.rb:1261:in `send'
26
- actionpack (2.3.0) lib/action_controller/base.rb:1261:in `perform_action_without_filters'
27
- actionpack (2.3.0) lib/action_controller/filters.rb:617:in `call_filters'
28
- actionpack (2.3.0) lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
29
- actionpack (2.3.0) lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
30
- actionpack (2.3.0) lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
31
- actionpack (2.3.0) lib/action_controller/rescue.rb:154:in `perform_action_without_flash'
32
- actionpack (2.3.0) lib/action_controller/flash.rb:141:in `perform_action'
33
- actionpack (2.3.0) lib/action_controller/base.rb:523:in `send'
34
- actionpack (2.3.0) lib/action_controller/base.rb:523:in `process_without_filters'
35
- actionpack (2.3.0) lib/action_controller/filters.rb:606:in `process'
36
- actionpack (2.3.0) lib/action_controller/base.rb:391:in `process'
37
- actionpack (2.3.0) lib/action_controller/base.rb:386:in `call'
38
- actionpack (2.3.0) lib/action_controller/routing/route_set.rb:433:in `call'
39
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:65:in `dispatch'
40
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:88:in `_call'
41
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:59:in `initialize'
42
- activerecord (2.3.0) lib/active_record/query_cache.rb:29:in `call'
43
- activerecord (2.3.0) lib/active_record/query_cache.rb:29:in `call'
44
- activerecord (2.3.0) lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
45
- activerecord (2.3.0) lib/active_record/query_cache.rb:9:in `cache'
46
- activerecord (2.3.0) lib/active_record/query_cache.rb:28:in `call'
47
- actionpack (2.3.0) lib/action_controller/params_parser.rb:15:in `call'
48
- actionpack (2.3.0) lib/action_controller/rewindable_input.rb:25:in `call'
49
- actionpack (2.3.0) lib/action_controller/session/cookie_store.rb:93:in `call'
50
- actionpack (2.3.0) lib/action_controller/failsafe.rb:11:in `call'
51
- actionpack (2.3.0) lib/action_controller/rack_ext/lock.rb:15:in `call'
52
- actionpack (2.3.0) lib/action_controller/rack_ext/lock.rb:15:in `synchronize'
53
- actionpack (2.3.0) lib/action_controller/rack_ext/lock.rb:15:in `call'
54
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:83:in `call'
55
- rails (2.3.0) lib/rails/rack/static.rb:27:in `call'
56
- rails (2.3.0) lib/rails/rack/log_tailer.rb:17:in `call'
57
- rails (2.3.0) lib/commands/server.rb:100
58
-
59
- Rendered rescues/_trace (114.4ms)
60
- Rendered rescues/_request_and_response (0.8ms)
61
- Rendering rescues/layout (internal_server_error)
62
- SQL (0.3ms)  SELECT name
63
- FROM sqlite_master
64
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
65
- 
66
- SQL (0.3ms) select sqlite_version(*)
67
- SQL (0.2ms)  SELECT name
68
- FROM sqlite_master
69
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
70
- 
71
- SQL (11.1ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "amount" integer(11), "person_id" integer(11)) 
72
- SQL (0.3ms)  SELECT name
73
- FROM sqlite_master
74
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
75
- 
76
- SQL (6.7ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT '' NOT NULL, "description" text NOT NULL, "lastupdate" date) 
77
- SQL (0.3ms)  SELECT name
78
- FROM sqlite_master
79
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
80
- 
81
- SQL (16.8ms) CREATE TABLE "article_properties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "article_id" integer, "key" varchar(255) NOT NULL, "value" varchar(255)) 
82
- SQL (0.3ms)  SELECT name
83
- FROM sqlite_master
84
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
85
- 
86
- SQL (4.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
87
- SQL (0.3ms)  SELECT name
88
- FROM sqlite_master
89
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
90
- 
91
- SQL (4.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT '' NOT NULL, "lastupdate" date) 
92
- SQL (0.3ms)  SELECT name
93
- FROM sqlite_master
94
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
95
- 
96
- SQL (4.8ms) CREATE TABLE "resumes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "content" text) 
97
- SQL (0.4ms)  SELECT name
98
- FROM sqlite_master
99
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
100
- 
101
- SQL (6.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
102
- SQL (19.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
103
- SQL (0.4ms)  SELECT name
104
- FROM sqlite_master
105
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
106
- 
107
- SQL (0.1ms) SELECT version FROM "schema_migrations"
108
- SQL (4.0ms) INSERT INTO "schema_migrations" (version) VALUES ('1')
109
- SQL (0.8ms)  SELECT name
110
- FROM sqlite_master
111
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
112
- 
113
- SQL (0.1ms) SELECT version FROM schema_migrations
114
-
115
-
116
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-20 12:18:02) [GET]
117
- Article Load (0.6ms) SELECT * FROM "articles" 
118
-
119
- ArgumentError (wrong number of arguments (3 for 2)):
120
- /usr/lib/ruby/gems/1.8/gems/locale_rails-2.3.0/lib/locale_rails/action_view.rb:59:in `find_template_without_locale_rails'
121
- /usr/lib/ruby/gems/1.8/gems/locale_rails-2.3.0/lib/locale_rails/action_view.rb:59:in `find_template'
122
- /usr/lib/ruby/gems/1.8/gems/locale_rails-2.3.0/lib/locale_rails/action_view.rb:55:in `each'
123
- /usr/lib/ruby/gems/1.8/gems/locale_rails-2.3.0/lib/locale_rails/action_view.rb:55:in `find_template'
124
- actionpack (2.3.0) lib/action_controller/base.rb:1319:in `default_template'
125
- actionpack (2.3.0) lib/action_controller/layout.rb:234:in `candidate_for_layout?'
126
- actionpack (2.3.0) lib/action_controller/layout.rb:257:in `pick_layout'
127
- actionpack (2.3.0) lib/action_controller/base.rb:885:in `render_without_benchmark'
128
- actionpack (2.3.0) lib/action_controller/benchmarking.rb:51:in `render'
129
- actionpack (2.3.0) lib/action_controller/benchmarking.rb:51:in `render'
130
- app/controllers/articles_controller.rb:18:in `index'
131
- actionpack (2.3.0) lib/action_controller/base.rb:1261:in `send'
132
- actionpack (2.3.0) lib/action_controller/base.rb:1261:in `perform_action_without_filters'
133
- actionpack (2.3.0) lib/action_controller/filters.rb:617:in `call_filters'
134
- actionpack (2.3.0) lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
135
- actionpack (2.3.0) lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
136
- actionpack (2.3.0) lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
137
- actionpack (2.3.0) lib/action_controller/rescue.rb:154:in `perform_action_without_flash'
138
- actionpack (2.3.0) lib/action_controller/flash.rb:141:in `perform_action'
139
- actionpack (2.3.0) lib/action_controller/base.rb:523:in `send'
140
- actionpack (2.3.0) lib/action_controller/base.rb:523:in `process_without_filters'
141
- actionpack (2.3.0) lib/action_controller/filters.rb:606:in `process'
142
- actionpack (2.3.0) lib/action_controller/base.rb:391:in `process'
143
- actionpack (2.3.0) lib/action_controller/base.rb:386:in `call'
144
- actionpack (2.3.0) lib/action_controller/routing/route_set.rb:433:in `call'
145
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:65:in `dispatch'
146
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:88:in `_call'
147
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:59:in `initialize'
148
- activerecord (2.3.0) lib/active_record/query_cache.rb:29:in `call'
149
- activerecord (2.3.0) lib/active_record/query_cache.rb:29:in `call'
150
- activerecord (2.3.0) lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
151
- activerecord (2.3.0) lib/active_record/query_cache.rb:9:in `cache'
152
- activerecord (2.3.0) lib/active_record/query_cache.rb:28:in `call'
153
- actionpack (2.3.0) lib/action_controller/params_parser.rb:15:in `call'
154
- actionpack (2.3.0) lib/action_controller/rewindable_input.rb:25:in `call'
155
- actionpack (2.3.0) lib/action_controller/session/cookie_store.rb:93:in `call'
156
- actionpack (2.3.0) lib/action_controller/failsafe.rb:11:in `call'
157
- actionpack (2.3.0) lib/action_controller/rack_ext/lock.rb:15:in `call'
158
- actionpack (2.3.0) lib/action_controller/rack_ext/lock.rb:15:in `synchronize'
159
- actionpack (2.3.0) lib/action_controller/rack_ext/lock.rb:15:in `call'
160
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:83:in `call'
161
- rails (2.3.0) lib/rails/rack/static.rb:27:in `call'
162
- rails (2.3.0) lib/rails/rack/log_tailer.rb:17:in `call'
163
- rails (2.3.0) lib/commands/server.rb:100
164
-
165
- Rendered rescues/_trace (124.8ms)
166
- Rendered rescues/_request_and_response (0.7ms)
167
- Rendering rescues/layout (internal_server_error)
168
- SQL (0.8ms)  SELECT name
169
- FROM sqlite_master
170
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
171
- 
172
- SQL (0.1ms) SELECT version FROM schema_migrations
173
-
174
-
175
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-20 12:23:23) [GET]
176
- Article Load (0.9ms) SELECT * FROM "articles" 
177
- Rendering template within layouts/application
178
- Rendering articles/list_fr
179
- Completed in 349ms (View: 327, DB: 1) | 200 OK [http://localhost/articles]
180
-
181
-
182
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-20 12:29:48) [GET]
183
- Article Load (0.9ms) SELECT * FROM "articles" 
184
- Rendering template within layouts/application
185
- Rendering articles/list
186
- Completed in 91ms (View: 78, DB: 1) | 200 OK [http://localhost/articles]
187
- SQL (0.9ms)  SELECT name
188
- FROM sqlite_master
189
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
190
- 
191
- SQL (0.2ms) SELECT version FROM schema_migrations
192
-
193
-
194
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-20 12:33:33) [GET]
195
- Rendering template within layouts/application
196
- Rendering articles/new
197
- Rendered articles/_form (86.8ms)
198
- Completed in 480ms (View: 467, DB: 0) | 200 OK [http://localhost/articles/new]
199
-
200
-
201
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-20 12:33:35) [POST]
202
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"17", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"作成", "authenticity_token"=>"0rN/ar8u+GMk8tU5tXcIfbvInwkX4lRhFdKNuxAdltE="}
203
- Article Exists (0.4ms) SELECT "articles".id FROM "articles" WHERE ("articles"."title" = '') LIMIT 1
204
- Rendering template within layouts/application
205
- Rendering articles/new
206
- Rendered articles/_form (375.0ms)
207
- Completed in 450ms (View: 420, DB: 0) | 200 OK [http://localhost/articles]
208
-
209
-
210
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-20 12:33:38) [GET]
211
- Article Load (0.9ms) SELECT * FROM "articles" 
212
- Rendering template within layouts/application
213
- Rendering articles/list
214
- Completed in 148ms (View: 27, DB: 1) | 200 OK [http://localhost/articles]
215
-
216
-
217
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-20 12:33:40) [GET]
218
- Rendering template within layouts/application
219
- Rendering articles/new
220
- Rendered articles/_form (9.4ms)
221
- Completed in 39ms (View: 30, DB: 0) | 200 OK [http://localhost/articles/new]
222
-
223
-
224
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-20 12:33:42) [POST]
225
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"17", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"作成", "authenticity_token"=>"0rN/ar8u+GMk8tU5tXcIfbvInwkX4lRhFdKNuxAdltE="}
226
- Article Exists (0.3ms) SELECT "articles".id FROM "articles" WHERE ("articles"."title" = '') LIMIT 1
227
- Rendering template within layouts/application
228
- Rendering articles/new
229
- Rendered articles/_form (16.8ms)
230
- Completed in 57ms (View: 38, DB: 0) | 200 OK [http://localhost/articles]
231
-
232
-
233
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-20 12:33:49) [POST]
234
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"17", "title"=>"aaaaaaaaaaaaaaaa", "description"=>"bbbbbbbbbbbb", "lastupdate(1i)"=>"2009"}, "commit"=>"作成", "authenticity_token"=>"0rN/ar8u+GMk8tU5tXcIfbvInwkX4lRhFdKNuxAdltE="}
235
- Article Exists (0.2ms) SELECT "articles".id FROM "articles" WHERE ("articles"."title" = 'aaaaaaaaaaaaaaaa') LIMIT 1
236
- Article Create (0.4ms) INSERT INTO "articles" ("lastupdate", "title", "description") VALUES('2009-03-17', 'aaaaaaaaaaaaaaaa', 'bbbbbbbbbbbb')
237
- Redirected to http://localhost:3000/articles/1
238
- Completed in 389ms (DB: 1) | 302 Found [http://localhost/articles]
239
-
240
-
241
- Processing ArticlesController#show (for 127.0.0.1 at 2009-03-20 12:33:49) [GET]
242
- Parameters: {"id"=>"1"}
243
- Article Load (0.3ms) SELECT * FROM "articles" WHERE ("articles"."id" = 1) 
244
- Rendering template within layouts/application
245
- Rendering articles/show
246
- Completed in 94ms (View: 85, DB: 0) | 200 OK [http://localhost/articles/1]
247
- SQL (0.9ms)  SELECT name
248
- FROM sqlite_master
249
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
250
- 
251
- SQL (0.2ms) SELECT version FROM schema_migrations
252
-
253
-
254
- Processing ArticlesController#show (for 127.0.0.1 at 2009-03-20 12:50:01) [GET]
255
- Parameters: {"id"=>"1"}
256
- Article Load (0.6ms) SELECT * FROM "articles" WHERE ("articles"."id" = 1) 
257
- Rendering template within layouts/application
258
- Rendering articles/show
259
- Completed in 68ms (View: 44, DB: 1) | 200 OK [http://localhost/articles/1]
260
-
261
-
262
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-20 12:50:06) [GET]
263
- Article Load (0.6ms) SELECT * FROM "articles" 
264
- Rendering template within layouts/application
265
- Rendering articles/list
266
- Completed in 27ms (View: 20, DB: 1) | 200 OK [http://localhost/articles]
267
- SQL (0.8ms)  SELECT name
268
- FROM sqlite_master
269
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
270
- 
271
- SQL (0.1ms) SELECT version FROM schema_migrations
272
-
273
-
274
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-20 12:51:14) [GET]
275
-
276
- ActionController::UnknownAction (No action responded to distance_of_time_in_words. Actions: custom_error_message):
277
-
278
-
279
- Rendering rescues/layout (not_found)
280
- SQL (1.4ms)  SELECT name
281
- FROM sqlite_master
282
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
283
- 
284
- SQL (0.3ms) SELECT version FROM schema_migrations
285
-
286
-
287
- Processing UsersController#custom_error_message (for 127.0.0.1 at 2009-03-20 12:52:33) [GET]
288
- Rendering template within layouts/users
289
- Rendering users/custom_error_message
290
- Completed in 142ms (View: 74, DB: 0) | 200 OK [http://localhost/users/custom_error_message]
291
-
292
-
293
- Processing ArticlesController#change_title_error_messages_for (for 127.0.0.1 at 2009-03-20 12:52:37) [GET]
294
- Article Exists (0.3ms) SELECT "articles".id FROM "articles" WHERE ("articles"."title" = '') LIMIT 1
295
- Rendering template within layouts/application
296
- Rendering articles/change_title_error_messages_for
297
- Completed in 1037ms (View: 983, DB: 0) | 200 OK [http://localhost/articles/change_title_error_messages_for]
298
-
299
-
300
- Processing ArticlesController#multi_error_messages_for (for 127.0.0.1 at 2009-03-20 12:52:46) [GET]
301
- Article Exists (0.3ms) SELECT "articles".id FROM "articles" WHERE ("articles"."title" = '') LIMIT 1
302
- Rendering template within layouts/application
303
- Rendering articles/multi_error_messages_for
304
- Completed in 127ms (View: 89, DB: 0) | 200 OK [http://localhost/articles/multi_error_messages_for]
305
- SQL (0.8ms)  SELECT name
306
- FROM sqlite_master
307
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
308
- 
309
- SQL (0.1ms) SELECT version FROM schema_migrations
310
-
311
-
312
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-20 12:55:53) [GET]
313
-
314
- ActionView::MissingTemplate (Missing template users/distance_of_time_in_words.erb in view path app/views):
315
- /usr/lib/ruby/gems/1.8/gems/locale_rails-2.3.0/lib/locale_rails/action_view.rb:35:in `find_template'
316
-
317
- Rendering rescues/layout (internal_server_error)
318
- SQL (0.8ms)  SELECT name
319
- FROM sqlite_master
320
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
321
- 
322
- SQL (0.1ms) SELECT version FROM schema_migrations
323
-
324
-
325
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-20 12:58:23) [GET]
326
- Rendering template within layouts/users
327
- Rendering users/distance_of_time_in_words
328
- Completed in 82ms (View: 75, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
329
-
330
-
331
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-20 12:59:37) [GET]
332
- Rendering template within layouts/users
333
- Rendering users/distance_of_time_in_words
334
- Completed in 47ms (View: 43, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
335
- SQL (0.9ms)  SELECT name
336
- FROM sqlite_master
337
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
338
- 
339
- SQL (0.2ms) SELECT version FROM schema_migrations
340
- SQL (0.5ms)  SELECT name
341
- FROM sqlite_master
342
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
343
- 
344
- SQL (0.1ms) SELECT version FROM schema_migrations
345
- SQL (0.2ms) select sqlite_version(*)
346
- SQL (0.2ms)  SELECT name
347
- FROM sqlite_master
348
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
349
- 
350
- SQL (3.8ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "amount" integer(11), "person_id" integer(11)) 
351
- SQL (0.2ms)  SELECT name
352
- FROM sqlite_master
353
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
354
- 
355
- SQL (3.1ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT '' NOT NULL, "description" text NOT NULL, "lastupdate" date) 
356
- SQL (0.2ms)  SELECT name
357
- FROM sqlite_master
358
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
359
- 
360
- SQL (5.0ms) CREATE TABLE "article_properties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "article_id" integer, "key" varchar(255) NOT NULL, "value" varchar(255)) 
361
- SQL (0.2ms)  SELECT name
362
- FROM sqlite_master
363
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
364
- 
365
- SQL (4.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
366
- SQL (0.3ms)  SELECT name
367
- FROM sqlite_master
368
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
369
- 
370
- SQL (5.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT '' NOT NULL, "lastupdate" date) 
371
- SQL (0.3ms)  SELECT name
372
- FROM sqlite_master
373
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
374
- 
375
- SQL (5.1ms) CREATE TABLE "resumes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "content" text) 
376
- SQL (0.3ms)  SELECT name
377
- FROM sqlite_master
378
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
379
- 
380
- SQL (4.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
381
- SQL (5.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
382
- SQL (0.3ms)  SELECT name
383
- FROM sqlite_master
384
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
385
- 
386
- SQL (0.1ms) SELECT version FROM "schema_migrations"
387
- SQL (4.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1')
388
- SQL (0.8ms)  SELECT name
389
- FROM sqlite_master
390
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
391
- 
392
- SQL (0.1ms) SELECT version FROM schema_migrations
393
-
394
-
395
- Processing ArticlesController#show (for 127.0.0.1 at 2009-03-20 15:55:48) [GET]
396
- Parameters: {"id"=>"1"}
397
- Article Load (0.3ms) SELECT * FROM "articles" WHERE ("articles"."id" = 1) 
398
- Rendering template within layouts/application
399
- Rendering articles/show
400
- Completed in 42ms (View: 27, DB: 0) | 200 OK [http://localhost/articles/1]
401
-
402
-
403
- Processing ArticlesController#show (for 127.0.0.1 at 2009-03-20 15:55:54) [GET]
404
- Parameters: {"id"=>"2"}
405
- Article Load (0.2ms) SELECT * FROM "articles" WHERE ("articles"."id" = 2) 
406
-
407
- ActiveRecord::RecordNotFound (Couldn't find Article with ID=2):
408
- app/controllers/articles_controller.rb:28:in `show'
409
-
410
- Rendered rescues/_trace (36.0ms)
411
- Rendered rescues/_request_and_response (1.3ms)
412
- Rendering rescues/layout (not_found)
413
- SQL (0.9ms)  SELECT name
414
- FROM sqlite_master
415
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
416
- 
417
- SQL (0.2ms) SELECT version FROM schema_migrations
418
-
419
-
420
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-20 15:57:06) [GET]
421
- Rendering template within layouts/application
422
- Rendering articles/new
423
- Rendered articles/_form (9.6ms)
424
- Completed in 53ms (View: 38, DB: 0) | 200 OK [http://localhost/articles/new]
425
-
426
-
427
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-20 15:57:15) [GET]
428
- Parameters: {"lang"=>"fr"}
429
- Rendering template within layouts/application
430
- Rendering articles/new
431
- Rendered articles/_form_fr (0.8ms)
432
- Completed in 35ms (View: 22, DB: 0) | 200 OK [http://localhost/articles/new?lang=fr]
433
- SQL (0.8ms)  SELECT name
434
- FROM sqlite_master
435
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
436
- 
437
- SQL (0.1ms) SELECT version FROM schema_migrations
438
- SQL (0.8ms)  SELECT name
439
- FROM sqlite_master
440
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
441
- 
442
- SQL (0.1ms) SELECT version FROM schema_migrations
443
- SQL (1.0ms)  SELECT name
444
- FROM sqlite_master
445
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
446
- 
447
- SQL (0.2ms) SELECT version FROM schema_migrations
448
-
449
-
450
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-20 16:04:15) [GET]
451
- Rendering template within layouts/users
452
- Rendering users/distance_of_time_in_words
453
- Completed in 70ms (View: 64, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
454
- SQL (0.9ms)  SELECT name
455
- FROM sqlite_master
456
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
457
- 
458
- SQL (0.2ms) SELECT version FROM schema_migrations
459
-
460
-
461
- Processing ArticlesController#change_title_error_messages_for (for 127.0.0.1 at 2009-03-20 16:17:36) [GET]
462
- Article Exists (0.3ms) SELECT "articles".id FROM "articles" WHERE ("articles"."title" = '') LIMIT 1
463
- Rendering template within layouts/application
464
- Rendering articles/change_title_error_messages_for
465
- Completed in 169ms (View: 134, DB: 0) | 200 OK [http://localhost/articles/change_title_error_messages_for]
466
- SQL (0.9ms)  SELECT name
467
- FROM sqlite_master
468
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
469
- 
470
- SQL (0.2ms) SELECT version FROM schema_migrations
471
- SQL (0.5ms)  SELECT name
472
- FROM sqlite_master
473
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
474
- 
475
- SQL (0.1ms) SELECT version FROM schema_migrations
476
- SQL (0.2ms) select sqlite_version(*)
477
- SQL (0.2ms)  SELECT name
478
- FROM sqlite_master
479
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
480
- 
481
- SQL (6.4ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "amount" integer(11), "person_id" integer(11)) 
482
- SQL (0.2ms)  SELECT name
483
- FROM sqlite_master
484
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
485
- 
486
- SQL (3.3ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT '' NOT NULL, "description" text NOT NULL, "lastupdate" date) 
487
- SQL (0.2ms)  SELECT name
488
- FROM sqlite_master
489
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
490
- 
491
- SQL (4.9ms) CREATE TABLE "article_properties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "article_id" integer, "key" varchar(255) NOT NULL, "value" varchar(255)) 
492
- SQL (0.2ms)  SELECT name
493
- FROM sqlite_master
494
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
495
- 
496
- SQL (5.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
497
- SQL (0.3ms)  SELECT name
498
- FROM sqlite_master
499
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
500
- 
501
- SQL (4.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT '' NOT NULL, "lastupdate" date) 
502
- SQL (0.3ms)  SELECT name
503
- FROM sqlite_master
504
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
505
- 
506
- SQL (5.3ms) CREATE TABLE "resumes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "content" text) 
507
- SQL (0.4ms)  SELECT name
508
- FROM sqlite_master
509
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
510
- 
511
- SQL (5.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
512
- SQL (6.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
513
- SQL (0.3ms)  SELECT name
514
- FROM sqlite_master
515
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
516
- 
517
- SQL (0.1ms) SELECT version FROM "schema_migrations"
518
- SQL (4.4ms) INSERT INTO "schema_migrations" (version) VALUES ('1')
519
- SQL (1.4ms)  SELECT name
520
- FROM sqlite_master
521
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
522
- 
523
- SQL (0.3ms) SELECT version FROM schema_migrations
524
- SQL (0.7ms)  SELECT name
525
- FROM sqlite_master
526
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
527
- 
528
- SQL (0.3ms) SELECT version FROM schema_migrations
529
- SQL (0.3ms) select sqlite_version(*)
530
- SQL (0.3ms)  SELECT name
531
- FROM sqlite_master
532
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
533
- 
534
- SQL (6.8ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "amount" integer(11), "person_id" integer(11)) 
535
- SQL (0.3ms)  SELECT name
536
- FROM sqlite_master
537
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
538
- 
539
- SQL (3.6ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT '' NOT NULL, "description" text NOT NULL, "lastupdate" date) 
540
- SQL (0.4ms)  SELECT name
541
- FROM sqlite_master
542
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
543
- 
544
- SQL (4.6ms) CREATE TABLE "article_properties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "article_id" integer, "key" varchar(255) NOT NULL, "value" varchar(255)) 
545
- SQL (0.4ms)  SELECT name
546
- FROM sqlite_master
547
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
548
- 
549
- SQL (33.5ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
550
- SQL (0.5ms)  SELECT name
551
- FROM sqlite_master
552
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
553
- 
554
- SQL (6.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT '' NOT NULL, "lastupdate" date) 
555
- SQL (0.5ms)  SELECT name
556
- FROM sqlite_master
557
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
558
- 
559
- SQL (5.0ms) CREATE TABLE "resumes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "content" text) 
560
- SQL (0.6ms)  SELECT name
561
- FROM sqlite_master
562
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
563
- 
564
- SQL (6.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
565
- SQL (6.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
566
- SQL (0.6ms)  SELECT name
567
- FROM sqlite_master
568
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
569
- 
570
- SQL (0.2ms) SELECT version FROM "schema_migrations"
571
- SQL (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')
572
- SQL (0.9ms)  SELECT name
573
- FROM sqlite_master
574
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
575
- 
576
- SQL (0.2ms) SELECT version FROM schema_migrations
577
- SQL (0.5ms)  SELECT name
578
- FROM sqlite_master
579
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
580
- 
581
- SQL (0.1ms) SELECT version FROM schema_migrations
582
- SQL (0.2ms) select sqlite_version(*)
583
- SQL (0.2ms)  SELECT name
584
- FROM sqlite_master
585
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
586
- 
587
- SQL (3.5ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "amount" integer(11), "person_id" integer(11)) 
588
- SQL (0.2ms)  SELECT name
589
- FROM sqlite_master
590
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
591
- 
592
- SQL (2.9ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT '' NOT NULL, "description" text NOT NULL, "lastupdate" date) 
593
- SQL (0.2ms)  SELECT name
594
- FROM sqlite_master
595
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
596
- 
597
- SQL (3.9ms) CREATE TABLE "article_properties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "article_id" integer, "key" varchar(255) NOT NULL, "value" varchar(255)) 
598
- SQL (0.3ms)  SELECT name
599
- FROM sqlite_master
600
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
601
- 
602
- SQL (6.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
603
- SQL (0.3ms)  SELECT name
604
- FROM sqlite_master
605
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
606
- 
607
- SQL (5.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT '' NOT NULL, "lastupdate" date) 
608
- SQL (0.3ms)  SELECT name
609
- FROM sqlite_master
610
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
611
- 
612
- SQL (6.0ms) CREATE TABLE "resumes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "content" text) 
613
- SQL (0.3ms)  SELECT name
614
- FROM sqlite_master
615
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
616
- 
617
- SQL (5.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
618
- SQL (6.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
619
- SQL (0.4ms)  SELECT name
620
- FROM sqlite_master
621
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
622
- 
623
- SQL (0.1ms) SELECT version FROM "schema_migrations"
624
- SQL (5.3ms) INSERT INTO "schema_migrations" (version) VALUES ('1')
625
- SQL (0.8ms)  SELECT name
626
- FROM sqlite_master
627
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
628
- 
629
- SQL (0.2ms) SELECT version FROM schema_migrations
630
- SQL (0.8ms)  SELECT name
631
- FROM sqlite_master
632
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
633
- 
634
- SQL (0.2ms) SELECT version FROM schema_migrations
635
- SQL (0.9ms)  SELECT name
636
- FROM sqlite_master
637
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
638
- 
639
- SQL (0.2ms) SELECT version FROM schema_migrations
640
- SQL (0.9ms)  SELECT name
641
- FROM sqlite_master
642
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
643
- 
644
- SQL (0.2ms) SELECT version FROM schema_migrations
645
- SQL (0.9ms)  SELECT name
646
- FROM sqlite_master
647
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
648
- 
649
- SQL (0.2ms) SELECT version FROM schema_migrations
650
- SQL (0.8ms)  SELECT name
651
- FROM sqlite_master
652
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
653
- 
654
- SQL (0.1ms) SELECT version FROM schema_migrations
655
- SQL (0.2ms) select sqlite_version(*)
656
- SQL (0.3ms)  SELECT name
657
- FROM sqlite_master
658
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
659
- 
660
- SQL (4.9ms) DROP TABLE "accounts"
661
- SQL (3.4ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "amount" integer(11), "person_id" integer(11)) 
662
- SQL (0.4ms)  SELECT name
663
- FROM sqlite_master
664
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
665
- 
666
- SQL (8.1ms) DROP TABLE "articles"
667
- SQL (6.0ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT '' NOT NULL, "description" text NOT NULL, "lastupdate" date) 
668
- SQL (0.5ms)  SELECT name
669
- FROM sqlite_master
670
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
671
- 
672
- SQL (6.2ms) DROP TABLE "article_properties"
673
- SQL (4.5ms) CREATE TABLE "article_properties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "article_id" integer, "key" varchar(255) NOT NULL, "value" varchar(255)) 
674
- SQL (0.4ms)  SELECT name
675
- FROM sqlite_master
676
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
677
- 
678
- SQL (3.5ms) DROP TABLE "people"
679
- SQL (3.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
680
- SQL (0.4ms)  SELECT name
681
- FROM sqlite_master
682
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
683
- 
684
- SQL (3.7ms) DROP TABLE "users"
685
- SQL (3.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT '' NOT NULL, "lastupdate" date) 
686
- SQL (0.4ms)  SELECT name
687
- FROM sqlite_master
688
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
689
- 
690
- SQL (3.9ms) DROP TABLE "resumes"
691
- SQL (4.0ms) CREATE TABLE "resumes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "content" text) 
692
- SQL (0.4ms)  SELECT name
693
- FROM sqlite_master
694
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
695
- 
696
- SQL (0.2ms) SELECT version FROM "schema_migrations"
697
- SQL (0.9ms)  SELECT name
698
- FROM sqlite_master
699
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
700
- 
701
- SQL (0.2ms) SELECT version FROM schema_migrations
702
- SQL (0.9ms)  SELECT name
703
- FROM sqlite_master
704
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
705
- 
706
- SQL (0.2ms) SELECT version FROM schema_migrations
707
- SQL (0.9ms)  SELECT name
708
- FROM sqlite_master
709
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
710
- 
711
- SQL (0.2ms) SELECT version FROM schema_migrations
712
- SQL (0.9ms)  SELECT name
713
- FROM sqlite_master
714
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
715
- 
716
- SQL (0.2ms) SELECT version FROM schema_migrations
717
- SQL (0.9ms)  SELECT name
718
- FROM sqlite_master
719
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
720
- 
721
- SQL (0.2ms) SELECT version FROM schema_migrations
722
- SQL (0.7ms)  SELECT name
723
- FROM sqlite_master
724
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
725
- 
726
- SQL (0.5ms)  SELECT name
727
- FROM sqlite_master
728
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
729
- 
730
- SQL (0.5ms)  SELECT name
731
- FROM sqlite_master
732
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
733
- 
734
- SQL (0.9ms)  SELECT name
735
- FROM sqlite_master
736
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
737
- 
738
- SQL (0.5ms)  SELECT name
739
- FROM sqlite_master
740
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
741
- 
742
- SQL (0.9ms)  SELECT name
743
- FROM sqlite_master
744
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
745
- 
746
- SQL (0.2ms) SELECT version FROM schema_migrations
747
- SQL (0.7ms)  SELECT name
748
- FROM sqlite_master
749
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
750
- 
751
- SQL (0.5ms)  SELECT name
752
- FROM sqlite_master
753
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
754
- 
755
- SQL (0.6ms)  SELECT name
756
- FROM sqlite_master
757
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
758
- 
759
- SQL (0.5ms)  SELECT name
760
- FROM sqlite_master
761
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
762
- 
763
- SQL (0.5ms)  SELECT name
764
- FROM sqlite_master
765
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
766
- 
767
- SQL (0.9ms)  SELECT name
768
- FROM sqlite_master
769
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
770
- 
771
- SQL (0.2ms) SELECT version FROM schema_migrations
772
- SQL (0.9ms)  SELECT name
773
- FROM sqlite_master
774
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
775
- 
776
- SQL (0.2ms) SELECT version FROM schema_migrations
777
- SQL (0.7ms)  SELECT name
778
- FROM sqlite_master
779
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
780
- 
781
- SQL (0.5ms)  SELECT name
782
- FROM sqlite_master
783
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
784
- 
785
- SQL (0.6ms)  SELECT name
786
- FROM sqlite_master
787
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
788
- 
789
- SQL (0.5ms)  SELECT name
790
- FROM sqlite_master
791
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
792
- 
793
- SQL (0.5ms)  SELECT name
794
- FROM sqlite_master
795
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
796
- 
797
- SQL (1.4ms)  SELECT name
798
- FROM sqlite_master
799
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
800
- 
801
- SQL (0.3ms) SELECT version FROM schema_migrations
802
- SQL (1.2ms)  SELECT name
803
- FROM sqlite_master
804
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
805
- 
806
- SQL (0.6ms)  SELECT name
807
- FROM sqlite_master
808
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
809
- 
810
- SQL (0.8ms)  SELECT name
811
- FROM sqlite_master
812
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
813
- 
814
- SQL (0.7ms)  SELECT name
815
- FROM sqlite_master
816
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
817
- 
818
- SQL (0.8ms)  SELECT name
819
- FROM sqlite_master
820
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
821
- 
822
- SQL (0.9ms)  SELECT name
823
- FROM sqlite_master
824
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
825
- 
826
- SQL (0.2ms) SELECT version FROM schema_migrations
827
-
828
-
829
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-22 17:58:48) [GET]
830
- Rendering template within layouts/users
831
- Rendering users/distance_of_time_in_words
832
- Completed in 75ms (View: 72, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
833
-
834
-
835
- Processing UsersController#change_title_error_messages_for (for 127.0.0.1 at 2009-03-22 17:58:58) [GET]
836
-
837
- ActionController::UnknownAction (No action responded to change_title_error_messages_for. Actions: custom_error_message and distance_of_time_in_words):
838
-
839
-
840
- Rendering rescues/layout (not_found)
841
-
842
-
843
- Processing UsersController#custom_error_message (for 127.0.0.1 at 2009-03-22 17:59:08) [GET]
844
- Rendering template within layouts/users
845
- Rendering users/custom_error_message
846
- Completed in 405ms (View: 35, DB: 0) | 200 OK [http://localhost/users/custom_error_message]
847
-
848
-
849
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-22 17:59:13) [GET]
850
- Rendering template within layouts/users
851
- Rendering users/distance_of_time_in_words
852
- Completed in 69ms (View: 63, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
853
- SQL (0.8ms)  SELECT name
854
- FROM sqlite_master
855
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
856
- 
857
- SQL (0.1ms) SELECT version FROM schema_migrations
858
-
859
-
860
- Processing UsersController#custom_error_message (for 127.0.0.1 at 2009-03-22 18:01:08) [GET]
861
- Rendering template within layouts/users
862
- Rendering users/custom_error_message
863
- Completed in 61ms (View: 33, DB: 0) | 200 OK [http://localhost/users/custom_error_message]
864
-
865
-
866
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 18:01:12) [GET]
867
- Article Load (0.9ms) SELECT * FROM "articles" 
868
- Rendering template within layouts/application
869
- Rendering articles/list
870
- Completed in 73ms (View: 36, DB: 1) | 200 OK [http://localhost/articles]
871
-
872
-
873
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-22 18:01:14) [GET]
874
- Rendering template within layouts/application
875
- Rendering articles/new
876
- Rendered articles/_form (18.3ms)
877
- Completed in 252ms (View: 128, DB: 0) | 200 OK [http://localhost/articles/new]
878
-
879
-
880
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 18:01:16) [POST]
881
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"17", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"作成", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
882
- Article Exists (0.4ms) SELECT "articles".id FROM "articles" WHERE ("articles"."title" = '') LIMIT 1
883
- Rendering template within layouts/application
884
- Rendering articles/new
885
- Rendered articles/_form (22.4ms)
886
- Completed in 63ms (View: 31, DB: 0) | 200 OK [http://localhost/articles]
887
-
888
-
889
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 18:01:19) [GET]
890
- Article Load (0.6ms) SELECT * FROM "articles" 
891
- Rendering template within layouts/application
892
- Rendering articles/list
893
- Completed in 158ms (View: 149, DB: 1) | 200 OK [http://localhost/articles]
894
-
895
-
896
- Processing MailersController#multipart (for 127.0.0.1 at 2009-03-22 18:01:23) [GET]
897
- Parameters: {"lang"=>"en"}
898
-
899
- NoMethodError (undefined method `create_bang_without_gettext' for #<Mailer:0x7f4841656068>):
900
- /usr/lib/ruby/gems/1.8/gems/gettext_rails-2.0.0/lib/gettext_rails/action_mailer.rb:30:in `create!'
901
- app/controllers/mailers_controller.rb:15:in `multipart'
902
-
903
- Rendered rescues/_trace (35.8ms)
904
- Rendered rescues/_request_and_response (1.4ms)
905
- Rendering rescues/layout (internal_server_error)
906
- SQL (0.8ms)  SELECT name
907
- FROM sqlite_master
908
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
909
- 
910
- SQL (0.2ms) SELECT version FROM schema_migrations
911
-
912
-
913
- Processing MailersController#multipart (for 127.0.0.1 at 2009-03-22 18:02:47) [GET]
914
- Parameters: {"lang"=>"en"}
915
- Sent mail to mutomasa@gmail.com
916
-
917
- Date: Mon, 1 Jan 2007 00:00:00 +0900
918
- From: mutomasa@gmail.com
919
- To: mutomasa@gmail.com
920
- Subject: multipart test mail
921
- Mime-Version: 1.0
922
- Content-Type: multipart/mixed; boundary=mimepart_49c5feb7f3b7c_27d33fc57700d97c1de
923
-
924
-
925
- --mimepart_49c5feb7f3b7c_27d33fc57700d97c1de
926
- Content-Type: text/plain; charset=iso-2022-jp
927
- Content-Transfer-Encoding: 7bit
928
- Content-Disposition: inline
929
-
930
- Hi foo,
931
-
932
- I attached public/images/* for example.
933
-
934
- --
935
- bar@example.com
936
-
937
- --mimepart_49c5feb7f3b7c_27d33fc57700d97c1de
938
- Content-Type: application/octet-stream; name=rails.png
939
- Content-Transfer-Encoding: Base64
940
- Content-Disposition: attachment; filename=rails.png
941
-
942
- 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
- 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
- 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
- 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
- qvde/e/e/97v3u/e/8e4Lt2L8DCCAFcGwF8ZBjYbgM1rAZoO+WLwZhDMu9y4
947
- +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
- 9/k3QHZtJ9oWtyCQe7wGX79TKVb7rP9pXJPDVxf0Rz+oyxm4HNWrahFNixdk
949
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- SQWulosojhxmeCeoDeaQSoVuy8lPtSKxYKnC2Bmf+DwtvBgv3/qfTI6uEtGu
971
- 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
- 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
- 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
- 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
- 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
- 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
- g8MYypVLNsLkJ2bxaZXM4i5EmCBPsEaoWJUUpfeSK7DgvEtQmh4ihTDQdf5F
978
- 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
- HmTWLsbqa7ai84wL6YrTqEyOqEmwonEExSoO//R7dLcJWiWCueF+7P7mjZAU
980
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- BQQzlZCFmErYeubzVJJR14SlQtVQMjO0xrXvoulXkq3OKnxAXqSsoSmNUbOM
995
- /BV35RjDDz9JrBXpnnEM3vsYjj38LLyZihI8QNAgQhITOCmTO46i+6w1MPm8
996
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- iMdy2wjzXBjxWYdRiSkhfDVVKGSstxM9l16JxZe/E2+848c49bPXK9D2vPUy
1004
- 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
- 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
- sPGM91C5iy8LI0s445bd9FkrAFHICt1N8DE+gdyeQczs34+uzeei68LNLGfd
1007
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
1017
- FaZRp2GGdo+mhpv6bBkNhepRzERpdASeW1aKSZ5RidpoUsRAvQ+NJCnJHHl+
1018
- bcZ80vjkij661vo/rWMQSitWskgnNv7LP+MNN38NadYuCPtYCItIFTjMRgfe
1019
- qClkhkFZ+FXCQmpFuyKXii7xNI93LT9szdrUMsNZnJkuwZX6zlKdaqRXrESi
1020
- q/e19kBC3NisLt+Gc/7jW0gtZ51Bl1MCmUaoM//aRv0aapnF0l362KIUnI6E
1021
- yuhCUOuWrIVfAZcRAj5NJWJ0C5epP19y1awJLWhdt/a1t3KcGF8Yxb5bbsLI
1022
- toeYmxZRkRWq46IrR9StX/tcw4oKsYH+nlrZpmbcZQ7R1tDPBvMbdIwofLpV
1023
- KIfcJy5nCa5WRhnDFkVOx+s5kr29GPzpfUxsuxg0zlQUxSZudG/CqNOSIJxY
1024
- CclGCA7fDRDpiCK6gIVfidVmWXrHRh0fmBd+eSYIIEcWdRhdJJsWp+aQT1vI
1025
- 9nYjnl3wuhSJLuhAJJ1WQWDisadUELCi0bD1WlscMpq6lrV1Ft0riC9tVcFD
1026
- 8odfDVS9bod5pNGgC3+XFnxsXA2rsw25/gHMTcwiRxdbvLgPsY7s61IktWSZ
1027
- inw6l8SbupNGvUlphB1yZY3aIhfZtRmz4XS3oMoA5JP6BywdvBIr24ytMdzs
1028
- WjHaMcnI0nXRG5FkdCrnS6gy6QzccxeMZDsJW+r1KbJ4pbKAVy6huXoyauVU
1029
- aAUjRK5WjN9cH05PCiZl84VfsXaSVTKf191C6F61qCXjtjAORtvTSPb0sgYo
1030
- Ei/UmEmnMj6JkpXA6z2cTAbxxV26GdEEZB12DVVV63BrIuwYaWpCGZyuJBWS
1031
- FSxPLTB5PH1+rhDDKlQbuvajNUzE+UVyRTTdQt+zWIrGWIJOozo8hjmashq8
1032
- PkXsZAoty1Yqi/gVnq6ru+p1pUKFTM3dENJzu421TiqKKq3hhUp45apSyM1V
1033
- GMH0xOi+liz0yOxUyijs2w2DlRjI+8tHB3XUIP+fGBxA9+LFr1kRgwV769p1
1034
- fPkEQ+9KRq+dKE9MsGKc1BmxltEC7W6CEdW0aUtocIvw0tcSt5JGu3R4OA+z
1035
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- bKXpPlcqqh0acqGe2S1oq1jzqmZ+b0mGDJNaM2bnjrHuPnYUifZOtDMKda9a
1044
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- M9hrvS2ZmZbuRUh2LpxPw7t60EWK8vgHPoCZ5w4i1pvBps99Bu2nbJ73XLyz
1061
- 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
- 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
- +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
- v3X9Kg4xknfLRNZ21h2/RYTX29avU0pUSwUcuP07KLw0oBZrA5bGozt2MlA5
1065
- updgzGuJnYyp6rt7778HP37fX+OJW77ZaKzKoo5eOdfRhMehO3+EbXzu8H/d
1066
- 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
- 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
- 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
- 56K6oGpOiMYreNfSc7eoE+FO00P334XJx3fQzM685zd8/Hqs/uCHGGEy9QEs
1070
- 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
- 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
- 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
- 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
- 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
- QgroKHd68qMfRcAEu+lrX1GdSdmBKjQn0aOrU9lso5bK53uSLiyscNu10tAy
1076
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 322897Pao/8nwAC+AZicLeuzngAAAABJRU5ErkJggg==
1090
-
1091
- --mimepart_49c5feb7f3b7c_27d33fc57700d97c1de--
1092
- Rendering template within layouts/mailers
1093
- Completed in 917ms (View: 29, DB: 0) | 200 OK [http://localhost/mailers/multipart?lang=en]
1094
-
1095
-
1096
- Processing UsersController#change_title_error_messages_for (for 127.0.0.1 at 2009-03-22 18:02:57) [GET]
1097
-
1098
- ActionController::UnknownAction (No action responded to change_title_error_messages_for. Actions: custom_error_message and distance_of_time_in_words):
1099
-
1100
-
1101
- Rendering rescues/layout (not_found)
1102
- SQL (0.8ms)  SELECT name
1103
- FROM sqlite_master
1104
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1105
- 
1106
- SQL (0.2ms) SELECT version FROM schema_migrations
1107
-
1108
-
1109
- Processing UsersController#change_title_error_messages_for (for 127.0.0.1 at 2009-03-22 18:04:17) [GET]
1110
-
1111
- ActionController::UnknownAction (No action responded to change_title_error_messages_for. Actions: custom_error_message and distance_of_time_in_words):
1112
-
1113
-
1114
- Rendering rescues/layout (not_found)
1115
-
1116
-
1117
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-22 18:04:21) [GET]
1118
- Rendering template within layouts/users
1119
- Rendering users/distance_of_time_in_words
1120
- Completed in 79ms (View: 74, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
1121
- SQL (0.8ms)  SELECT name
1122
- FROM sqlite_master
1123
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1124
- 
1125
- SQL (0.1ms) SELECT version FROM schema_migrations
1126
-
1127
-
1128
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-22 18:05:10) [GET]
1129
- Rendering template within layouts/users
1130
- Rendering users/distance_of_time_in_words
1131
- Completed in 90ms (View: 83, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
1132
-
1133
-
1134
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-22 18:05:12) [GET]
1135
- Rendering template within layouts/users
1136
- Rendering users/distance_of_time_in_words
1137
- Completed in 182ms (View: 176, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
1138
-
1139
-
1140
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-22 18:05:13) [GET]
1141
- Rendering template within layouts/users
1142
- Rendering users/distance_of_time_in_words
1143
- Completed in 76ms (View: 70, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
1144
- SQL (1.4ms)  SELECT name
1145
- FROM sqlite_master
1146
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1147
- 
1148
- SQL (0.3ms) SELECT version FROM schema_migrations
1149
-
1150
-
1151
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-22 18:05:48) [GET]
1152
- Rendering template within layouts/users
1153
- Rendering users/distance_of_time_in_words
1154
- Completed in 99ms (View: 70, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
1155
- SQL (0.9ms)  SELECT name
1156
- FROM sqlite_master
1157
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1158
- 
1159
- SQL (0.1ms) SELECT version FROM schema_migrations
1160
- SQL (1.4ms)  SELECT name
1161
- FROM sqlite_master
1162
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1163
- 
1164
- SQL (0.3ms) SELECT version FROM schema_migrations
1165
-
1166
-
1167
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-22 18:13:15) [GET]
1168
- Rendering template within layouts/users
1169
- Rendering users/distance_of_time_in_words
1170
- Completed in 41ms (View: 37, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
1171
- SQL (0.8ms)  SELECT name
1172
- FROM sqlite_master
1173
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1174
- 
1175
- SQL (0.1ms) SELECT version FROM schema_migrations
1176
-
1177
-
1178
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-22 18:14:04) [GET]
1179
- Rendering template within layouts/users
1180
- Rendering users/distance_of_time_in_words
1181
- Completed in 76ms (View: 72, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
1182
- SQL (0.8ms)  SELECT name
1183
- FROM sqlite_master
1184
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1185
- 
1186
- SQL (0.1ms) SELECT version FROM schema_migrations
1187
- SQL (1.5ms)  SELECT name
1188
- FROM sqlite_master
1189
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1190
- 
1191
- SQL (0.4ms) SELECT version FROM schema_migrations
1192
-
1193
-
1194
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-22 18:20:58) [GET]
1195
- Rendering template within layouts/users
1196
- Rendering users/distance_of_time_in_words
1197
- Completed in 100ms (View: 70, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
1198
-
1199
-
1200
- Processing UsersController#distance_of_time_in_words (for 127.0.0.1 at 2009-03-22 18:21:01) [GET]
1201
- Rendering template within layouts/users
1202
- Rendering users/distance_of_time_in_words
1203
- Completed in 68ms (View: 62, DB: 0) | 200 OK [http://localhost/users/distance_of_time_in_words]
1204
-
1205
-
1206
- Processing UsersController#change_title_error_messages_for (for 127.0.0.1 at 2009-03-22 18:21:04) [GET]
1207
-
1208
- ActionController::UnknownAction (No action responded to change_title_error_messages_for. Actions: custom_error_message and distance_of_time_in_words):
1209
-
1210
-
1211
- Rendering rescues/layout (not_found)
1212
-
1213
-
1214
- Processing UsersController#custom_error_message (for 127.0.0.1 at 2009-03-22 18:21:17) [GET]
1215
- Rendering template within layouts/users
1216
- Rendering users/custom_error_message
1217
- Completed in 65ms (View: 39, DB: 0) | 200 OK [http://localhost/users/custom_error_message]
1218
-
1219
-
1220
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 18:21:20) [GET]
1221
- Article Load (0.9ms) SELECT * FROM "articles" 
1222
- Rendering template within layouts/application
1223
- Rendering articles/list
1224
- Completed in 53ms (View: 34, DB: 1) | 200 OK [http://localhost/articles]
1225
-
1226
-
1227
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-22 18:21:21) [GET]
1228
- Rendering template within layouts/application
1229
- Rendering articles/new
1230
- Rendered articles/_form (12.7ms)
1231
- Completed in 142ms (View: 125, DB: 0) | 200 OK [http://localhost/articles/new]
1232
-
1233
-
1234
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 18:21:23) [POST]
1235
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"17", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"作成", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
1236
- Article Exists (0.3ms) SELECT "articles".id FROM "articles" WHERE ("articles"."title" = '') LIMIT 1
1237
- Rendering template within layouts/application
1238
- Rendering articles/new
1239
- Rendered articles/_form (19.0ms)
1240
- Completed in 62ms (View: 31, DB: 0) | 200 OK [http://localhost/articles]
1241
- SQL (0.9ms)  SELECT name
1242
- FROM sqlite_master
1243
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1244
- 
1245
- SQL (0.2ms) SELECT version FROM schema_migrations
1246
-
1247
-
1248
- Processing UsersController#change_title_error_messages_for (for 127.0.0.1 at 2009-03-22 18:31:42) [GET]
1249
-
1250
- ActionController::UnknownAction (No action responded to change_title_error_messages_for. Actions: custom_error_message and distance_of_time_in_words):
1251
-
1252
-
1253
- Rendering rescues/layout (not_found)
1254
-
1255
-
1256
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 18:31:45) [GET]
1257
- Article Load (0.6ms) SELECT * FROM "articles" 
1258
- Rendering template within layouts/application
1259
- Rendering articles/list
1260
- Completed in 34ms (View: 22, DB: 1) | 200 OK [http://localhost/articles]
1261
-
1262
-
1263
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-22 18:31:46) [GET]
1264
- Rendering template within layouts/application
1265
- Rendering articles/new
1266
- Rendered articles/_form (120.1ms)
1267
- Completed in 155ms (View: 141, DB: 0) | 200 OK [http://localhost/articles/new]
1268
-
1269
-
1270
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 18:31:48) [POST]
1271
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"17", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"作成", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
1272
- Article Exists (0.3ms) SELECT "articles".id FROM "articles" WHERE ("articles"."title" = '') LIMIT 1
1273
- Rendering template within layouts/application
1274
- Rendering articles/new
1275
- Rendered articles/_form (16.6ms)
1276
- Completed in 44ms (View: 24, DB: 0) | 200 OK [http://localhost/articles]
1277
-
1278
-
1279
- Processing UsersController#change_title_error_messages_for (for 127.0.0.1 at 2009-03-22 18:31:53) [GET]
1280
-
1281
- ActionController::UnknownAction (No action responded to change_title_error_messages_for. Actions: custom_error_message and distance_of_time_in_words):
1282
-
1283
-
1284
- Rendering rescues/layout (not_found)