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
@@ -0,0 +1,46 @@
1
+ <html>
2
+ <head>
3
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
4
+ <title>Ruby-GetText-Package Test Application</title>
5
+ <link href="/stylesheets/scaffold.css" media="screen" rel="Stylesheet" type="text/css" />
6
+ </head>
7
+ <body>
8
+ <p style="color: green"></p>
9
+
10
+ <h2>Singular message</h2>
11
+ <div class="errorExplanation" id="errorExplanation"><h2>ユーザにエラーが発生しました。</h2><p>次の項目を確認してください。</p><ul><li>名前は10文字以上で入力してください。</li></ul></div>
12
+
13
+ <h2>Plural messages</h2>
14
+ <div class="errorExplanation" id="errorExplanation"><h2>記事に2つのエラーが発生しました。</h2><p>次の全ての項目を確認してください。</p><ul><li>タイトルを入力してください。</li><li>内容は3文字以上で入力してください。</li></ul></div>
15
+
16
+ <h2>Multi object</h2>
17
+ <div class="errorExplanation" id="errorExplanation"><h2>記事に3つのエラーが発生しました。</h2><p>次の全ての項目を確認してください。</p><ul><li>タイトルを入力してください。</li><li>内容は3文字以上で入力してください。</li><li>名前は10文字以上で入力してください。</li></ul></div>
18
+
19
+ <h2>Multi object with :object_name</h2>
20
+ <div class="errorExplanation" id="errorExplanation"><h2>内容に3つのエラーが発生しました。</h2><p>次の全ての項目を確認してください。</p><ul><li>タイトルを入力してください。</li><li>内容は3文字以上で入力してください。</li><li>名前は10文字以上で入力してください。</li></ul></div>
21
+
22
+ <h2>Multi object with :object</h2>
23
+ <div class="errorExplanation" id="errorExplanation"><h2>に3つのエラーが発生しました。</h2><p>次の全ての項目を確認してください。</p><ul><li>タイトルを入力してください。</li><li>内容は3文字以上で入力してください。</li><li>名前は10文字以上で入力してください。</li></ul></div>
24
+
25
+ <h2>Change header with gettext options</h2>
26
+ <div class="errorExplanation" id="errorExplanation"><h2>単数形カスタムエラーメッセージ (ユーザ: 1)</h2><p>単数形カスタムエラー説明 (1)</p><ul><li>名前は10文字以上で入力してください。</li></ul></div>
27
+
28
+ <h2>Same result with Rails options</h2>
29
+ <div class="errorExplanation" id="errorExplanation"><h2>単数形カスタムエラーメッセージ (ユーザ: 1)</h2><p>単数形カスタムエラー説明 (1)</p><ul><li>名前は10文字以上で入力してください。</li></ul></div>
30
+
31
+ <h2>nil header</h2>
32
+ <div class="errorExplanation" id="errorExplanation"><p>単数形カスタムエラー説明 (1)</p><ul><li>名前は10文字以上で入力してください。</li></ul></div>
33
+
34
+ <h2>nil message</h2>
35
+ <div class="errorExplanation" id="errorExplanation"><h2>単数形カスタムエラーメッセージ (ユーザ: 1)</h2><ul><li>名前は10文字以上で入力してください。</li></ul></div>
36
+
37
+ <h2>nil header message and nil message</h2>
38
+ <div class="errorExplanation" id="errorExplanation"><ul><li>名前は10文字以上で入力してください。</li></ul></div>
39
+
40
+ <h2>String header message</h2>
41
+ <div class="errorExplanation" id="errorExplanation"><h2>String Header Message</h2><p>String Message</p><ul><li>名前は10文字以上で入力してください。</li></ul></div>
42
+
43
+
44
+ <a href="/">Back to Top</a>
45
+ </body>
46
+ </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gettext_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masao Mutoh
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-22 00:00:00 +09:00
12
+ date: 2009-04-19 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 2.0.0
23
+ version: 2.0.1
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: locale_rails
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 2.0.0
33
+ version: 2.0.1
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: rails
@@ -58,7 +58,6 @@ files:
58
58
  - po/es/gettext_rails.po
59
59
  - po/el
60
60
  - po/el/gettext_rails.po
61
- - po/sv
62
61
  - po/cs
63
62
  - po/cs/gettext_rails.po
64
63
  - po/ko
@@ -105,13 +104,11 @@ files:
105
104
  - po/de/gettext_rails.po
106
105
  - po/ca
107
106
  - po/ca/gettext_rails.po
108
- - replace.rb
109
107
  - ChangeLog
110
108
  - COPYING
111
109
  - lib
112
110
  - lib/gettext_rails
113
111
  - lib/gettext_rails/tools.rb
114
- - lib/gettext_rails/action_controller
115
112
  - lib/gettext_rails/action_controller.rb
116
113
  - lib/gettext_rails/version.rb
117
114
  - lib/gettext_rails/action_view.rb
@@ -159,16 +156,12 @@ files:
159
156
  - test/public/stylesheets
160
157
  - test/public/stylesheets/scaffold.css
161
158
  - test/public/stylesheets/blog.css
162
- - test/lib
163
- - test/lib/tasks
164
159
  - test/locale
165
160
  - test/locale/ja
166
161
  - test/locale/ja/LC_MESSAGES
167
162
  - test/locale/ja/LC_MESSAGES/rails_test.mo
168
163
  - test/db
169
164
  - test/db/schema.rb
170
- - test/db/test.sqlite3
171
- - test/db/development.sqlite3
172
165
  - test/README
173
166
  - test/test
174
167
  - test/test/fixtures
@@ -180,35 +173,28 @@ files:
180
173
  - test/test/result
181
174
  - test/test/result/fr
182
175
  - test/test/result/fr/multipart.html
183
- - test/test/result/fr/custom_error_message.html
184
176
  - test/test/result/fr/singlepart.html
177
+ - test/test/result/fr/error_message.html
185
178
  - test/test/result/fr/list.html
186
179
  - test/test/result/fr/new.html
187
- - test/test/result/fr/custom_error_message_with_plural.html
188
180
  - test/test/result/fr/distance_of_time_in_words.html
189
181
  - test/test/result/ja
190
182
  - test/test/result/ja/multipart.html
191
- - test/test/result/ja/custom_error_message.html
192
183
  - test/test/result/ja/singlepart.html
193
184
  - test/test/result/ja/show.html
185
+ - test/test/result/ja/error_message.html
194
186
  - test/test/result/ja/list.html
195
- - test/test/result/ja/change_title_error_messages_for.html
196
187
  - test/test/result/ja/create_error.html
197
188
  - test/test/result/ja/new.html
198
- - test/test/result/ja/multi_error_messages_for.html
199
- - test/test/result/ja/custom_error_message_with_plural.html
200
189
  - test/test/result/ja/distance_of_time_in_words.html
201
190
  - test/test/result/en
202
191
  - test/test/result/en/multipart.html
203
- - test/test/result/en/custom_error_message.html
204
192
  - test/test/result/en/singlepart.html
205
193
  - test/test/result/en/show.html
194
+ - test/test/result/en/error_message.html
206
195
  - test/test/result/en/list.html
207
- - test/test/result/en/change_title_error_messages_for.html
208
196
  - test/test/result/en/create_error.html
209
197
  - test/test/result/en/new.html
210
- - test/test/result/en/multi_error_messages_for.html
211
- - test/test/result/en/custom_error_message_with_plural.html
212
198
  - test/test/result/en/distance_of_time_in_words.html
213
199
  - test/test/test_helper.rb
214
200
  - test/test/unit
@@ -217,10 +203,6 @@ files:
217
203
  - test/test/unit/article_test.rb
218
204
  - test/test/performance
219
205
  - test/test/performance/browsing_test.rb
220
- - test/test/integration
221
- - test/log
222
- - test/log/development.log
223
- - test/log/test.log
224
206
  - test/config
225
207
  - test/config/initializers
226
208
  - test/config/initializers/session_store.rb
@@ -242,20 +224,18 @@ files:
242
224
  - test/app/helpers/articles_helper.rb
243
225
  - test/app/views
244
226
  - test/app/views/users
245
- - test/app/views/users/custom_error_message_fr.html.erb
227
+ - test/app/views/users/error_message.html.erb
228
+ - test/app/views/users/error_message_fr.html.erb
246
229
  - test/app/views/users/distance_of_time_in_words.html.erb
247
- - test/app/views/users/custom_error_message.html.erb
248
230
  - test/app/views/articles
249
231
  - test/app/views/articles/edit.html.erb
250
232
  - test/app/views/articles/list_fr.html.erb
251
233
  - test/app/views/articles/show.html.erb
252
234
  - test/app/views/articles/active_form_error.html.erb
253
- - test/app/views/articles/multi_error_messages_for.html.erb
254
235
  - test/app/views/articles/_form_fr.html.erb
255
236
  - test/app/views/articles/_form.html.erb
256
237
  - test/app/views/articles/list.html.erb
257
238
  - test/app/views/articles/new.html.erb
258
- - test/app/views/articles/change_title_error_messages_for.html.erb
259
239
  - test/app/views/mailer
260
240
  - test/app/views/mailer/coverpage_fr.html.erb
261
241
  - test/app/views/mailer/singlepart_fr.html.erb
@@ -280,11 +260,11 @@ files:
280
260
  - test/app/controllers/articles_controller.rb
281
261
  - test/vendor
282
262
  - test/vendor/plugins
283
- - test/tmp
284
- - test/tmp/cache
285
- - test/tmp/sockets
286
- - test/tmp/sessions
287
- - test/tmp/pids
263
+ - test/vendor/plugins/gettext_activerecord
264
+ - test/vendor/plugins/gettext_rails
265
+ - test/vendor/plugins/locale
266
+ - test/vendor/plugins/gettext
267
+ - test/vendor/plugins/locale_rails
288
268
  - test/Rakefile
289
269
  - sample
290
270
  - sample/po
@@ -452,19 +432,13 @@ files:
452
432
  - sample/locale/ca/LC_MESSAGES
453
433
  - sample/locale/ca/LC_MESSAGES/blog.mo
454
434
  - sample/db
455
- - sample/db/production.sqlite3
456
435
  - sample/db/schema.rb
457
- - sample/db/test.sqlite3
458
- - sample/db/development.sqlite3
459
436
  - sample/README
460
437
  - sample/test
461
438
  - sample/test/fixtures
462
439
  - sample/test/fixtures/articles.yml
463
440
  - sample/test/functional
464
441
  - sample/test/functional/articles_controller_test.rb
465
- - sample/test/result
466
- - sample/test/result/en
467
- - sample/test/result/en/list.html
468
442
  - sample/test/test_helper.rb
469
443
  - sample/test/unit
470
444
  - sample/test/unit/helpers
@@ -472,11 +446,6 @@ files:
472
446
  - sample/test/unit/article_test.rb
473
447
  - sample/test/performance
474
448
  - sample/test/performance/browsing_test.rb
475
- - sample/test/integration
476
- - sample/log
477
- - sample/log/production.log
478
- - sample/log/development.log
479
- - sample/log/test.log
480
449
  - sample/config
481
450
  - sample/config/initializers
482
451
  - sample/config/initializers/session_store.rb
@@ -640,11 +609,6 @@ files:
640
609
  - sample/vendor/plugins/lang_helper/locale/ca/LC_MESSAGES/lang_helper.mo
641
610
  - sample/vendor/plugins/lang_helper/README
642
611
  - sample/vendor/plugins/lang_helper/Rakefile
643
- - sample/tmp
644
- - sample/tmp/cache
645
- - sample/tmp/sockets
646
- - sample/tmp/sessions
647
- - sample/tmp/pids
648
612
  - sample/Rakefile
649
613
  - data
650
614
  - data/locale
data/replace.rb DELETED
@@ -1,21 +0,0 @@
1
- Dir.glob("**/*") do |v|
2
- lines = []
3
- changed = false
4
- next if File.directory? v
5
- IO.foreach(v) {|line|
6
- if line =~ /mutoh(at|@)highway.ne.jp/
7
- lines << line.gsub(/mutoh( at |@)highway.ne.jp/, "mutomasa at gmail.com")
8
- changed = true
9
- else
10
- lines << line
11
- end
12
- }
13
- if changed
14
- out = open(v, "w")
15
- lines.each {|l|
16
- out.write l
17
- }
18
- out.close
19
- end
20
- end
21
-
Binary file
Binary file
Binary file
@@ -1,635 +0,0 @@
1
- # Logfile created on Thu Mar 12 00:04:58 +0900 2009 SQL (0.6ms)  SELECT name
2
- FROM sqlite_master
3
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
4
- 
5
- SQL (0.1ms) SELECT version FROM schema_migrations
6
-
7
-
8
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-12 00:05:04) [GET]
9
- Rendering template within layouts/articles
10
- Rendering articles/new
11
- Article Load (0.5ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
12
- Completed in 135ms (View: 120, DB: 1) | 200 OK [http://localhost/articles/new]
13
-
14
-
15
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-12 00:05:06) [POST]
16
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"11", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"yPNWfvhYpqsaeSUk8nNQhWbJBK4iqnCvSbtOvE746qk="}
17
- Rendering template within layouts/articles
18
- Rendering articles/new
19
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
20
- Completed in 54ms (View: 36, DB: 0) | 200 OK [http://localhost/articles]
21
-
22
-
23
- Processing ArticlesController#cookie_locale (for 127.0.0.1 at 2009-03-12 00:05:09) [GET]
24
- Parameters: {"id"=>"it"}
25
- Redirected to actionindex
26
- Filter chain halted as [#<Proc:0x00007f8dbf644f20@/home/mutoh/dev/git/gettext_rails/sample/vendor/plugins/lang_helper/init.rb:12>] rendered_or_redirected.
27
- Completed in 28ms (DB: 0) | 302 Found [http://localhost/articles/cookie_locale/it]
28
-
29
-
30
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-12 00:05:09) [GET]
31
- Article Load (0.9ms) SELECT * FROM "articles" 
32
- Rendering template within layouts/articles
33
- Rendering articles/index
34
- Article Load (0.7ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
35
- Completed in 52ms (View: 39, DB: 2) | 200 OK [http://localhost/articles]
36
-
37
-
38
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-12 00:05:10) [GET]
39
- Rendering template within layouts/articles
40
- Rendering articles/new
41
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
42
- Completed in 200ms (View: 187, DB: 0) | 200 OK [http://localhost/articles/new]
43
-
44
-
45
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-12 00:05:12) [POST]
46
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"11", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"Crea", "authenticity_token"=>"yPNWfvhYpqsaeSUk8nNQhWbJBK4iqnCvSbtOvE746qk="}
47
- Rendering template within layouts/articles
48
- Rendering articles/new
49
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
50
- Completed in 101ms (View: 74, DB: 0) | 200 OK [http://localhost/articles]
51
- SQL (0.6ms)  SELECT name
52
- FROM sqlite_master
53
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
54
- 
55
- SQL (0.1ms) SELECT version FROM schema_migrations
56
- SQL (0.6ms)  SELECT name
57
- FROM sqlite_master
58
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
59
- 
60
- SQL (0.2ms) SELECT version FROM schema_migrations
61
-
62
-
63
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-12 01:25:12) [GET]
64
- Article Load (0.6ms) SELECT * FROM "articles" 
65
- Rendering template within layouts/articles
66
- Rendering articles/index
67
- Article Load (0.5ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
68
- Completed in 32ms (View: 22, DB: 1) | 200 OK [http://localhost/articles]
69
-
70
-
71
- Processing ArticlesController#cookie_locale (for 127.0.0.1 at 2009-03-12 01:25:17) [GET]
72
- Parameters: {"id"=>"ja"}
73
- Redirected to actionindex
74
- Filter chain halted as [#<Proc:0x00007f12292b75b8@/home/mutoh/dev/git/gettext_rails/sample/vendor/plugins/lang_helper/init.rb:12>] rendered_or_redirected.
75
- Completed in 27ms (DB: 0) | 302 Found [http://localhost/articles/cookie_locale/ja]
76
-
77
-
78
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-12 01:25:17) [GET]
79
- Article Load (0.7ms) SELECT * FROM "articles" 
80
- Rendering template within layouts/articles
81
- Rendering articles/index
82
- Article Load (0.5ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
83
- Completed in 31ms (View: 21, DB: 1) | 200 OK [http://localhost/articles]
84
-
85
-
86
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-12 01:25:19) [GET]
87
- Rendering template within layouts/articles
88
- Rendering articles/new
89
- Article Load (0.5ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
90
- Completed in 85ms (View: 76, DB: 0) | 200 OK [http://localhost/articles/new]
91
-
92
-
93
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-12 01:25:21) [POST]
94
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"11", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"yPNWfvhYpqsaeSUk8nNQhWbJBK4iqnCvSbtOvE746qk="}
95
- Rendering template within layouts/articles
96
- Rendering articles/new
97
- Article Load (0.5ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
98
- Completed in 188ms (View: 161, DB: 1) | 200 OK [http://localhost/articles]
99
-
100
-
101
- Processing ArticlesController#cookie_locale (for 127.0.0.1 at 2009-03-12 01:25:23) [GET]
102
- Parameters: {"id"=>"fr"}
103
- Redirected to actionindex
104
- Filter chain halted as [#<Proc:0x00007f12292b75b8@/home/mutoh/dev/git/gettext_rails/sample/vendor/plugins/lang_helper/init.rb:12>] rendered_or_redirected.
105
- Completed in 27ms (DB: 0) | 302 Found [http://localhost/articles/cookie_locale/fr]
106
-
107
-
108
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-12 01:25:23) [GET]
109
- Article Load (1.2ms) SELECT * FROM "articles" 
110
- Rendering template within layouts/articles
111
- Rendering articles/index
112
- Article Load (0.7ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
113
- Completed in 54ms (View: 37, DB: 2) | 200 OK [http://localhost/articles]
114
-
115
-
116
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-12 01:25:25) [GET]
117
- Rendering template within layouts/articles
118
- Rendering articles/new
119
- Article Load (0.6ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
120
- Completed in 119ms (View: 105, DB: 1) | 200 OK [http://localhost/articles/new]
121
-
122
-
123
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-12 01:25:26) [POST]
124
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"11", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"Créer", "authenticity_token"=>"yPNWfvhYpqsaeSUk8nNQhWbJBK4iqnCvSbtOvE746qk="}
125
- Rendering template within layouts/articles
126
- Rendering articles/new
127
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
128
- Completed in 160ms (View: 40, DB: 0) | 200 OK [http://localhost/articles]
129
- SQL (0.7ms)  SELECT name
130
- FROM sqlite_master
131
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
132
- 
133
- SQL (0.3ms) SELECT version FROM schema_migrations
134
- SQL (0.3ms)  SELECT name
135
- FROM sqlite_master
136
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
137
- 
138
- SQL (0.2ms) SELECT version FROM schema_migrations
139
- SQL (0.2ms) select sqlite_version(*)
140
- SQL (7.2ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT '' NOT NULL, "description" text DEFAULT '' NOT NULL, "lastupdate" date, "created_at" datetime, "updated_at" datetime) 
141
- SQL (0.2ms)  SELECT name
142
- FROM sqlite_master
143
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
144
- 
145
- SQL (3.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
146
- SQL (7.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
147
- SQL (0.2ms)  SELECT name
148
- FROM sqlite_master
149
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
150
- 
151
- SQL (0.1ms) SELECT version FROM "schema_migrations"
152
- SQL (6.0ms) INSERT INTO "schema_migrations" (version) VALUES ('1')
153
- SQL (0.6ms)  SELECT name
154
- FROM sqlite_master
155
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
156
- 
157
- SQL (0.2ms) SELECT version FROM schema_migrations
158
-
159
-
160
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-16 00:13:50) [GET]
161
- Article Load (1.7ms) SELECT * FROM "articles" 
162
- Rendering template within layouts/articles
163
- Rendering articles/index
164
- Article Load (0.7ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
165
- Completed in 457ms (View: 446, DB: 2) | 200 OK [http://localhost/articles]
166
- SQL (0.6ms)  SELECT name
167
- FROM sqlite_master
168
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
169
- 
170
- SQL (0.2ms) SELECT version FROM schema_migrations
171
- SQL (0.6ms)  SELECT name
172
- FROM sqlite_master
173
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
174
- 
175
- SQL (0.2ms) SELECT version FROM schema_migrations
176
-
177
-
178
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-16 00:33:33) [GET]
179
- Article Load (0.7ms) SELECT * FROM "articles" 
180
- Rendering template within layouts/articles
181
- Rendering articles/index
182
- Article Load (0.5ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
183
- Completed in 128ms (View: 117, DB: 1) | 200 OK [http://localhost/articles]
184
-
185
-
186
- Processing ApplicationController#index (for 127.0.0.1 at 2009-03-16 00:33:53) [GET]
187
-
188
- ActionController::RoutingError (No route matches "/users/custom_error_message" with {:method=>:get}):
189
- actionpack (2.3.0) lib/action_controller/routing/recognition_optimisation.rb:66:in `recognize_path'
190
- actionpack (2.3.0) lib/action_controller/routing/route_set.rb:437:in `recognize'
191
- actionpack (2.3.0) lib/action_controller/routing/route_set.rb:432:in `call'
192
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:65:in `dispatch'
193
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:88:in `_call'
194
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:59:in `initialize'
195
- activerecord (2.3.0) lib/active_record/query_cache.rb:29:in `call'
196
- activerecord (2.3.0) lib/active_record/query_cache.rb:29:in `call'
197
- activerecord (2.3.0) lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
198
- activerecord (2.3.0) lib/active_record/query_cache.rb:9:in `cache'
199
- activerecord (2.3.0) lib/active_record/query_cache.rb:28:in `call'
200
- actionpack (2.3.0) lib/action_controller/params_parser.rb:15:in `call'
201
- actionpack (2.3.0) lib/action_controller/rewindable_input.rb:25:in `call'
202
- actionpack (2.3.0) lib/action_controller/session/cookie_store.rb:93:in `call'
203
- actionpack (2.3.0) lib/action_controller/failsafe.rb:11:in `call'
204
- actionpack (2.3.0) lib/action_controller/rack_ext/lock.rb:15:in `call'
205
- actionpack (2.3.0) lib/action_controller/rack_ext/lock.rb:15:in `synchronize'
206
- actionpack (2.3.0) lib/action_controller/rack_ext/lock.rb:15:in `call'
207
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:83:in `call'
208
- rails (2.3.0) lib/rails/rack/static.rb:27:in `call'
209
- rails (2.3.0) lib/rails/rack/log_tailer.rb:17:in `call'
210
- rails (2.3.0) lib/commands/server.rb:100
211
-
212
- Rendering rescues/layout (not_found)
213
-
214
-
215
- Processing TestsController#custom_error_message (for 127.0.0.1 at 2009-03-16 00:36:10) [GET]
216
-
217
- ActiveRecord::StatementInvalid (Could not find table 'tests'):
218
- activerecord (2.3.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:29:in `table_structure'
219
- activesupport (2.3.0) lib/active_support/core_ext/object/misc.rb:39:in `returning'
220
- activerecord (2.3.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:28:in `table_structure'
221
- activerecord (2.3.0) lib/active_record/connection_adapters/sqlite_adapter.rb:189:in `columns'
222
- activerecord (2.3.0) lib/active_record/base.rb:1276:in `columns_without_gettext_activerecord'
223
- /usr/lib/ruby/gems/1.8/gems/gettext_activerecord-2.3.0/lib/gettext_activerecord/base.rb:55:in `columns'
224
- activerecord (2.3.0) lib/active_record/base.rb:3002:in `attributes_from_column_definition_without_lock'
225
- activerecord (2.3.0) lib/active_record/locking/optimistic.rb:55:in `attributes_from_column_definition'
226
- activerecord (2.3.0) lib/active_record/base.rb:2428:in `initialize'
227
- app/controllers/tests_controller.rb:3:in `new'
228
- app/controllers/tests_controller.rb:3:in `custom_error_message'
229
- actionpack (2.3.0) lib/action_controller/base.rb:1261:in `send'
230
- actionpack (2.3.0) lib/action_controller/base.rb:1261:in `perform_action_without_filters'
231
- actionpack (2.3.0) lib/action_controller/filters.rb:617:in `call_filters'
232
- actionpack (2.3.0) lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
233
- actionpack (2.3.0) lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
234
- actionpack (2.3.0) lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
235
- actionpack (2.3.0) lib/action_controller/rescue.rb:154:in `perform_action_without_flash'
236
- actionpack (2.3.0) lib/action_controller/flash.rb:141:in `perform_action'
237
- actionpack (2.3.0) lib/action_controller/base.rb:523:in `send'
238
- actionpack (2.3.0) lib/action_controller/base.rb:523:in `process_without_filters'
239
- actionpack (2.3.0) lib/action_controller/filters.rb:606:in `process'
240
- actionpack (2.3.0) lib/action_controller/base.rb:391:in `process'
241
- actionpack (2.3.0) lib/action_controller/base.rb:386:in `call'
242
- actionpack (2.3.0) lib/action_controller/routing/route_set.rb:433:in `call'
243
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:65:in `dispatch'
244
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:88:in `_call'
245
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:59:in `initialize'
246
- activerecord (2.3.0) lib/active_record/query_cache.rb:29:in `call'
247
- activerecord (2.3.0) lib/active_record/query_cache.rb:29:in `call'
248
- activerecord (2.3.0) lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
249
- activerecord (2.3.0) lib/active_record/query_cache.rb:9:in `cache'
250
- activerecord (2.3.0) lib/active_record/query_cache.rb:28:in `call'
251
- actionpack (2.3.0) lib/action_controller/params_parser.rb:15:in `call'
252
- actionpack (2.3.0) lib/action_controller/rewindable_input.rb:25:in `call'
253
- actionpack (2.3.0) lib/action_controller/session/cookie_store.rb:93:in `call'
254
- actionpack (2.3.0) lib/action_controller/failsafe.rb:11:in `call'
255
- actionpack (2.3.0) lib/action_controller/rack_ext/lock.rb:15:in `call'
256
- actionpack (2.3.0) lib/action_controller/rack_ext/lock.rb:15:in `synchronize'
257
- actionpack (2.3.0) lib/action_controller/rack_ext/lock.rb:15:in `call'
258
- actionpack (2.3.0) lib/action_controller/dispatcher.rb:83:in `call'
259
- rails (2.3.0) lib/rails/rack/static.rb:27:in `call'
260
- rails (2.3.0) lib/rails/rack/log_tailer.rb:17:in `call'
261
- rails (2.3.0) lib/commands/server.rb:100
262
-
263
- Rendered rescues/_trace (58.6ms)
264
- Rendered rescues/_request_and_response (0.9ms)
265
- Rendering rescues/layout (internal_server_error)
266
- SQL (0.6ms)  SELECT name
267
- FROM sqlite_master
268
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
269
- 
270
- SQL (0.4ms) select sqlite_version(*)
271
- SQL (4.1ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT '' NOT NULL, "description" text DEFAULT '' NOT NULL, "lastupdate" date, "created_at" datetime, "updated_at" datetime) 
272
- SQL (3.2ms) CREATE TABLE "tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT '' NOT NULL, "lastupdate" date) 
273
- SQL (0.5ms)  SELECT name
274
- FROM sqlite_master
275
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
276
- 
277
- SQL (11.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
278
- SQL (9.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
279
- SQL (0.6ms)  SELECT name
280
- FROM sqlite_master
281
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
282
- 
283
- SQL (0.3ms) SELECT version FROM "schema_migrations"
284
- SQL (5.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1')
285
- SQL (1.1ms)  SELECT name
286
- FROM sqlite_master
287
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
288
- 
289
- SQL (0.3ms) SELECT version FROM schema_migrations
290
-
291
-
292
- Processing TestsController#custom_error_message (for 127.0.0.1 at 2009-03-16 00:39:47) [GET]
293
- Rendering tests/custom_error_message
294
- Completed in 591ms (View: 568, DB: 0) | 200 OK [http://localhost/tests/custom_error_message]
295
- SQL (0.7ms)  SELECT name
296
- FROM sqlite_master
297
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
298
- 
299
- SQL (0.2ms) SELECT version FROM schema_migrations
300
- SQL (0.6ms)  SELECT name
301
- FROM sqlite_master
302
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
303
- 
304
- SQL (0.1ms) SELECT version FROM schema_migrations
305
- SQL (0.3ms) select sqlite_version(*)
306
- SQL (0.0ms) SQLite3::SQLException: table "articles" already exists: CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT '' NOT NULL, "description" text DEFAULT '' NOT NULL, "lastupdate" date, "created_at" datetime, "updated_at" datetime) 
307
- SQL (0.7ms)  SELECT name
308
- FROM sqlite_master
309
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
310
- 
311
- SQL (0.2ms) SELECT version FROM schema_migrations
312
-
313
-
314
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-20 20:47:08) [GET]
315
- Article Load (0.5ms) SELECT * FROM "articles" 
316
- Rendering template within layouts/articles
317
- Rendering articles/index
318
- Article Load (0.3ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
319
- Completed in 198ms (View: 162, DB: 1) | 200 OK [http://localhost/articles]
320
-
321
-
322
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-20 20:47:46) [GET]
323
- Article Load (0.5ms) SELECT * FROM "articles" 
324
- Rendering template within layouts/articles
325
- Rendering articles/index
326
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
327
- Completed in 26ms (View: 17, DB: 1) | 200 OK [http://localhost/articles]
328
-
329
-
330
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-20 20:48:24) [GET]
331
- Article Load (0.8ms) SELECT * FROM "articles" 
332
- Rendering template within layouts/articles
333
- Rendering articles/index
334
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
335
- Completed in 34ms (View: 20, DB: 1) | 200 OK [http://localhost/articles]
336
- SQL (0.6ms)  SELECT name
337
- FROM sqlite_master
338
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
339
- 
340
- SQL (0.2ms) SELECT version FROM schema_migrations
341
- SQL (0.6ms)  SELECT name
342
- FROM sqlite_master
343
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
344
- 
345
- SQL (0.1ms) SELECT version FROM schema_migrations
346
- SQL (0.6ms)  SELECT name
347
- FROM sqlite_master
348
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
349
- 
350
- SQL (0.2ms) SELECT version FROM schema_migrations
351
-
352
-
353
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 17:37:23) [GET]
354
- Article Load (0.5ms) SELECT * FROM "articles" 
355
- Rendering template within layouts/articles
356
- Rendering articles/index
357
- Article Load (0.3ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
358
- Completed in 105ms (View: 84, DB: 1) | 200 OK [http://localhost/articles]
359
-
360
-
361
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-22 17:37:26) [GET]
362
- Rendering template within layouts/articles
363
- Rendering articles/new
364
- Article Load (0.3ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
365
- Completed in 327ms (View: 312, DB: 0) | 200 OK [http://localhost/articles/new]
366
-
367
-
368
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:37:28) [POST]
369
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
370
- Rendering template within layouts/articles
371
- Rendering articles/new
372
- Article Load (0.3ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
373
- Completed in 82ms (View: 49, DB: 0) | 200 OK [http://localhost/articles]
374
-
375
-
376
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:37:36) [POST]
377
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
378
- Rendering template within layouts/articles
379
- Rendering articles/new
380
- Article Load (0.3ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
381
- Completed in 53ms (View: 30, DB: 0) | 200 OK [http://localhost/articles]
382
- SQL (0.9ms)  SELECT name
383
- FROM sqlite_master
384
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
385
- 
386
- SQL (0.2ms) SELECT version FROM schema_migrations
387
-
388
-
389
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:39:15) [POST]
390
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
391
- Rendering template within layouts/articles
392
- Rendering articles/new
393
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
394
- Completed in 62ms (View: 42, DB: 0) | 200 OK [http://localhost/articles]
395
-
396
-
397
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:39:16) [POST]
398
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
399
- Rendering template within layouts/articles
400
- Rendering articles/new
401
- Article Load (0.3ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
402
- Completed in 162ms (View: 130, DB: 0) | 200 OK [http://localhost/articles]
403
-
404
-
405
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:39:17) [POST]
406
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
407
- Rendering template within layouts/articles
408
- Rendering articles/new
409
- Article Load (0.5ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
410
- Completed in 78ms (View: 45, DB: 1) | 200 OK [http://localhost/articles]
411
-
412
-
413
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:39:18) [POST]
414
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
415
- Rendering template within layouts/articles
416
- Rendering articles/new
417
- Article Load (0.5ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
418
- Completed in 73ms (View: 43, DB: 1) | 200 OK [http://localhost/articles]
419
-
420
-
421
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:39:19) [POST]
422
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
423
- Rendering template within layouts/articles
424
- Rendering articles/new
425
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
426
- Completed in 170ms (View: 141, DB: 0) | 200 OK [http://localhost/articles]
427
- SQL (0.9ms)  SELECT name
428
- FROM sqlite_master
429
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
430
- 
431
- SQL (0.2ms) SELECT version FROM schema_migrations
432
-
433
-
434
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:43:23) [POST]
435
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
436
- Rendering template within layouts/articles
437
- Rendering articles/new
438
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
439
- Completed in 92ms (View: 58, DB: 0) | 200 OK [http://localhost/articles]
440
- SQL (0.7ms)  SELECT name
441
- FROM sqlite_master
442
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
443
- 
444
- SQL (0.2ms) SELECT version FROM schema_migrations
445
-
446
-
447
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:43:49) [POST]
448
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
449
- Rendering template within layouts/articles
450
- Rendering articles/new
451
- Article Load (0.5ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
452
- Completed in 103ms (View: 70, DB: 0) | 200 OK [http://localhost/articles]
453
- SQL (0.6ms)  SELECT name
454
- FROM sqlite_master
455
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
456
- 
457
- SQL (0.1ms) SELECT version FROM schema_migrations
458
-
459
-
460
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:44:29) [POST]
461
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
462
- Rendering template within layouts/articles
463
- Rendering articles/new
464
- Article Load (0.3ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
465
- Completed in 88ms (View: 55, DB: 0) | 200 OK [http://localhost/articles]
466
- SQL (0.6ms)  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
-
472
-
473
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 17:45:49) [GET]
474
- Article Load (0.8ms) SELECT * FROM "articles" 
475
- Rendering template within layouts/articles
476
- Rendering articles/index
477
- Article Load (0.3ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
478
- Completed in 44ms (View: 28, DB: 1) | 200 OK [http://localhost/articles]
479
-
480
-
481
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:45:53) [POST]
482
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
483
- Rendering template within layouts/articles
484
- Rendering articles/new
485
- Article Load (0.3ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
486
- Completed in 64ms (View: 44, DB: 0) | 200 OK [http://localhost/articles]
487
- SQL (0.7ms)  SELECT name
488
- FROM sqlite_master
489
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
490
- 
491
- SQL (0.2ms) SELECT version FROM schema_migrations
492
-
493
-
494
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:46:47) [POST]
495
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
496
- Rendering template within layouts/articles
497
- Rendering articles/new
498
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
499
- Completed in 91ms (View: 67, DB: 0) | 200 OK [http://localhost/articles]
500
-
501
-
502
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:48:39) [POST]
503
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
504
- Rendering template within layouts/articles
505
- Rendering articles/new
506
- Article Load (0.3ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
507
- Completed in 425ms (View: 388, DB: 0) | 200 OK [http://localhost/articles]
508
- SQL (0.7ms)  SELECT name
509
- FROM sqlite_master
510
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
511
- 
512
- SQL (0.2ms) SELECT version FROM schema_migrations
513
- SQL (1.1ms)  SELECT name
514
- FROM sqlite_master
515
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
516
- 
517
- SQL (0.3ms) SELECT version FROM schema_migrations
518
- SQL (0.6ms)  SELECT name
519
- FROM sqlite_master
520
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
521
- 
522
- SQL (0.2ms) SELECT version FROM schema_migrations
523
-
524
-
525
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:58:11) [POST]
526
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
527
- Rendering template within layouts/articles
528
- Rendering articles/new
529
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
530
- Completed in 106ms (View: 67, DB: 0) | 200 OK [http://localhost/articles]
531
-
532
-
533
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 17:58:14) [POST]
534
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
535
- Rendering template within layouts/articles
536
- Rendering articles/new
537
- Article Load (15.7ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
538
- Completed in 173ms (View: 125, DB: 16) | 200 OK [http://localhost/articles]
539
- SQL (0.8ms)  SELECT name
540
- FROM sqlite_master
541
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
542
- 
543
- SQL (0.2ms) SELECT version FROM schema_migrations
544
-
545
-
546
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 18:29:28) [GET]
547
- Article Load (0.6ms) SELECT * FROM "articles" 
548
- Rendering template within layouts/articles
549
- Rendering articles/index
550
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
551
- Completed in 33ms (View: 22, DB: 1) | 200 OK [http://localhost/articles]
552
-
553
-
554
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-22 18:29:30) [GET]
555
- Rendering template within layouts/articles
556
- Rendering articles/new
557
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
558
- Completed in 199ms (View: 188, DB: 0) | 200 OK [http://localhost/articles/new]
559
-
560
-
561
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 18:29:32) [POST]
562
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
563
- Rendering template within layouts/articles
564
- Rendering articles/new
565
- Article Load (0.3ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
566
- Completed in 55ms (View: 36, DB: 0) | 200 OK [http://localhost/articles]
567
- SQL (0.7ms)  SELECT name
568
- FROM sqlite_master
569
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
570
- 
571
- SQL (0.2ms) SELECT version FROM schema_migrations
572
-
573
-
574
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 18:30:35) [POST]
575
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
576
- Rendering template within layouts/articles
577
- Rendering articles/new
578
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
579
- Completed in 80ms (View: 51, DB: 0) | 200 OK [http://localhost/articles]
580
- SQL (0.6ms)  SELECT name
581
- FROM sqlite_master
582
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
583
- 
584
- SQL (0.2ms) SELECT version FROM schema_migrations
585
-
586
-
587
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 18:38:32) [GET]
588
- Article Load (0.6ms) SELECT * FROM "articles" 
589
- Rendering template within layouts/articles
590
- Rendering articles/index
591
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
592
- Completed in 33ms (View: 22, DB: 1) | 200 OK [http://localhost/articles]
593
-
594
-
595
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-22 18:38:36) [GET]
596
- Rendering template within layouts/articles
597
- Rendering articles/new
598
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
599
- Completed in 215ms (View: 200, DB: 0) | 200 OK [http://localhost/articles/new]
600
-
601
-
602
- Processing ArticlesController#create (for 127.0.0.1 at 2009-03-22 18:38:38) [POST]
603
- Parameters: {"article"=>{"lastupdate(2i)"=>"3", "lastupdate(3i)"=>"22", "title"=>"", "description"=>"", "lastupdate(1i)"=>"2009"}, "commit"=>"投稿", "authenticity_token"=>"Y+BCnfAzvSnQeWMhbYgOOZcTySSu06AC+QKlBKMFuyg="}
604
- Rendering template within layouts/articles
605
- Rendering articles/new
606
- Article Load (0.5ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
607
- Completed in 81ms (View: 49, DB: 0) | 200 OK [http://localhost/articles]
608
-
609
-
610
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 18:38:40) [GET]
611
- Article Load (0.7ms) SELECT * FROM "articles" 
612
- Rendering template within layouts/articles
613
- Rendering articles/index
614
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
615
- Completed in 36ms (View: 21, DB: 1) | 200 OK [http://localhost/articles]
616
- SQL (0.7ms)  SELECT name
617
- FROM sqlite_master
618
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
619
- 
620
- SQL (0.2ms) SELECT version FROM schema_migrations
621
-
622
-
623
- Processing ArticlesController#new (for 127.0.0.1 at 2009-03-22 18:39:15) [GET]
624
- Rendering template within layouts/articles
625
- Rendering articles/new
626
- Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
627
- Completed in 117ms (View: 101, DB: 0) | 200 OK [http://localhost/articles/new]
628
-
629
-
630
- Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 18:39:17) [GET]
631
- Article Load (0.7ms) SELECT * FROM "articles" 
632
- Rendering template within layouts/articles
633
- Rendering articles/index
634
- Article Load (0.5ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc
635
- Completed in 134ms (View: 119, DB: 1) | 200 OK [http://localhost/articles]