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.
- data/ChangeLog +9 -0
- data/README.rdoc +3 -7
- data/Rakefile +4 -4
- data/lib/gettext_rails/action_mailer.rb +1 -1
- data/lib/gettext_rails/action_view/active_record_helper.rb +8 -3
- data/lib/gettext_rails/version.rb +1 -2
- data/sample/app/controllers/application_controller.rb +6 -4
- data/test/Rakefile +1 -0
- data/test/app/controllers/articles_controller.rb +0 -16
- data/test/app/controllers/users_controller.rb +6 -6
- data/test/app/views/users/error_message.html.erb +50 -0
- data/test/app/views/users/{custom_error_message_fr.html.erb → error_message_fr.html.erb} +0 -8
- data/test/config/environment.rb +0 -1
- data/test/config/routes.rb +1 -6
- data/test/locale/ja/LC_MESSAGES/rails_test.mo +0 -0
- data/test/po/ja/rails_test.po +4 -4
- data/test/public/index.html +1 -3
- data/test/test/functional/articles_controller_test.rb +0 -16
- data/test/test/functional/users_controller_test.rb +10 -22
- data/test/test/result/en/error_message.html +46 -0
- data/test/test/result/fr/error_message.html +16 -0
- data/test/test/result/ja/error_message.html +46 -0
- metadata +14 -50
- data/replace.rb +0 -21
- data/sample/db/development.sqlite3 +0 -0
- data/sample/db/production.sqlite3 +0 -0
- data/sample/db/test.sqlite3 +0 -0
- data/sample/log/development.log +0 -635
- data/sample/log/production.log +0 -79475
- data/sample/log/test.log +0 -1592
- data/sample/test/result/en/list.html +0 -69
- data/test/app/views/articles/change_title_error_messages_for.html.erb +0 -15
- data/test/app/views/articles/multi_error_messages_for.html.erb +0 -19
- data/test/app/views/users/custom_error_message.html.erb +0 -13
- data/test/db/development.sqlite3 +0 -0
- data/test/db/test.sqlite3 +0 -0
- data/test/log/development.log +0 -1284
- data/test/log/test.log +0 -5595
- data/test/test/result/en/change_title_error_messages_for.html +0 -89
- data/test/test/result/en/custom_error_message.html +0 -84
- data/test/test/result/en/custom_error_message_with_plural.html +0 -84
- data/test/test/result/en/multi_error_messages_for.html +0 -155
- data/test/test/result/fr/custom_error_message.html +0 -84
- data/test/test/result/fr/custom_error_message_with_plural.html +0 -84
- data/test/test/result/ja/change_title_error_messages_for.html +0 -89
- data/test/test/result/ja/custom_error_message.html +0 -84
- data/test/test/result/ja/custom_error_message_with_plural.html +0 -84
- 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.
|
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-
|
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.
|
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.
|
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/
|
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/
|
284
|
-
- test/
|
285
|
-
- test/
|
286
|
-
- test/
|
287
|
-
- test/
|
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
|
data/sample/db/test.sqlite3
DELETED
Binary file
|
data/sample/log/development.log
DELETED
@@ -1,635 +0,0 @@
|
|
1
|
-
# Logfile created on Thu Mar 12 00:04:58 +0900 2009 [4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
2
|
-
FROM sqlite_master
|
3
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
4
|
-
[0m
|
5
|
-
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM schema_migrations[0m
|
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
|
-
[4;36;1mArticle Load (0.5ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;35;1mArticle Load (0.4ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.9ms)[0m [0;1mSELECT * FROM "articles" [0m
|
32
|
-
Rendering template within layouts/articles
|
33
|
-
Rendering articles/index
|
34
|
-
[4;35;1mArticle Load (0.7ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.4ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;35;1mArticle Load (0.4ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
50
|
-
Completed in 101ms (View: 74, DB: 0) | 200 OK [http://localhost/articles]
|
51
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
52
|
-
FROM sqlite_master
|
53
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
54
|
-
[0m
|
55
|
-
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM schema_migrations[0m
|
56
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
57
|
-
FROM sqlite_master
|
58
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
59
|
-
[0m
|
60
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
61
|
-
|
62
|
-
|
63
|
-
Processing ArticlesController#index (for 127.0.0.1 at 2009-03-12 01:25:12) [GET]
|
64
|
-
[4;36;1mArticle Load (0.6ms)[0m [0;1mSELECT * FROM "articles" [0m
|
65
|
-
Rendering template within layouts/articles
|
66
|
-
Rendering articles/index
|
67
|
-
[4;35;1mArticle Load (0.5ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.7ms)[0m [0;1mSELECT * FROM "articles" [0m
|
80
|
-
Rendering template within layouts/articles
|
81
|
-
Rendering articles/index
|
82
|
-
[4;35;1mArticle Load (0.5ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.5ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;35;1mArticle Load (0.5ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (1.2ms)[0m [0;1mSELECT * FROM "articles" [0m
|
110
|
-
Rendering template within layouts/articles
|
111
|
-
Rendering articles/index
|
112
|
-
[4;35;1mArticle Load (0.7ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.6ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;35;1mArticle Load (0.4ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
128
|
-
Completed in 160ms (View: 40, DB: 0) | 200 OK [http://localhost/articles]
|
129
|
-
[4;36;1mSQL (0.7ms)[0m [0;1m SELECT name
|
130
|
-
FROM sqlite_master
|
131
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
132
|
-
[0m
|
133
|
-
[4;35;1mSQL (0.3ms)[0m [0mSELECT version FROM schema_migrations[0m
|
134
|
-
[4;36;1mSQL (0.3ms)[0m [0;1m SELECT name
|
135
|
-
FROM sqlite_master
|
136
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
137
|
-
[0m
|
138
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
139
|
-
[4;36;1mSQL (0.2ms)[0m [0;1mselect sqlite_version(*)[0m
|
140
|
-
[4;35;1mSQL (7.2ms)[0m [0mCREATE 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) [0m
|
141
|
-
[4;36;1mSQL (0.2ms)[0m [0;1m SELECT name
|
142
|
-
FROM sqlite_master
|
143
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
144
|
-
[0m
|
145
|
-
[4;35;1mSQL (3.1ms)[0m [0mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
146
|
-
[4;36;1mSQL (7.9ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
147
|
-
[4;35;1mSQL (0.2ms)[0m [0m SELECT name
|
148
|
-
FROM sqlite_master
|
149
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
150
|
-
[0m
|
151
|
-
[4;36;1mSQL (0.1ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
152
|
-
[4;35;1mSQL (6.0ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('1')[0m
|
153
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
154
|
-
FROM sqlite_master
|
155
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
156
|
-
[0m
|
157
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
158
|
-
|
159
|
-
|
160
|
-
Processing ArticlesController#index (for 127.0.0.1 at 2009-03-16 00:13:50) [GET]
|
161
|
-
[4;36;1mArticle Load (1.7ms)[0m [0;1mSELECT * FROM "articles" [0m
|
162
|
-
Rendering template within layouts/articles
|
163
|
-
Rendering articles/index
|
164
|
-
[4;35;1mArticle Load (0.7ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
165
|
-
Completed in 457ms (View: 446, DB: 2) | 200 OK [http://localhost/articles]
|
166
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
167
|
-
FROM sqlite_master
|
168
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
169
|
-
[0m
|
170
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
171
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
172
|
-
FROM sqlite_master
|
173
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
174
|
-
[0m
|
175
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
176
|
-
|
177
|
-
|
178
|
-
Processing ArticlesController#index (for 127.0.0.1 at 2009-03-16 00:33:33) [GET]
|
179
|
-
[4;36;1mArticle Load (0.7ms)[0m [0;1mSELECT * FROM "articles" [0m
|
180
|
-
Rendering template within layouts/articles
|
181
|
-
Rendering articles/index
|
182
|
-
[4;35;1mArticle Load (0.5ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
267
|
-
FROM sqlite_master
|
268
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
269
|
-
[0m
|
270
|
-
[4;35;1mSQL (0.4ms)[0m [0mselect sqlite_version(*)[0m
|
271
|
-
[4;36;1mSQL (4.1ms)[0m [0;1mCREATE 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) [0m
|
272
|
-
[4;35;1mSQL (3.2ms)[0m [0mCREATE TABLE "tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT '' NOT NULL, "lastupdate" date) [0m
|
273
|
-
[4;36;1mSQL (0.5ms)[0m [0;1m SELECT name
|
274
|
-
FROM sqlite_master
|
275
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
276
|
-
[0m
|
277
|
-
[4;35;1mSQL (11.3ms)[0m [0mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
278
|
-
[4;36;1mSQL (9.8ms)[0m [0;1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
279
|
-
[4;35;1mSQL (0.6ms)[0m [0m SELECT name
|
280
|
-
FROM sqlite_master
|
281
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
282
|
-
[0m
|
283
|
-
[4;36;1mSQL (0.3ms)[0m [0;1mSELECT version FROM "schema_migrations"[0m
|
284
|
-
[4;35;1mSQL (5.5ms)[0m [0mINSERT INTO "schema_migrations" (version) VALUES ('1')[0m
|
285
|
-
[4;36;1mSQL (1.1ms)[0m [0;1m SELECT name
|
286
|
-
FROM sqlite_master
|
287
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
288
|
-
[0m
|
289
|
-
[4;35;1mSQL (0.3ms)[0m [0mSELECT version FROM schema_migrations[0m
|
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
|
-
[4;36;1mSQL (0.7ms)[0m [0;1m SELECT name
|
296
|
-
FROM sqlite_master
|
297
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
298
|
-
[0m
|
299
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
300
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
301
|
-
FROM sqlite_master
|
302
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
303
|
-
[0m
|
304
|
-
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM schema_migrations[0m
|
305
|
-
[4;36;1mSQL (0.3ms)[0m [0;1mselect sqlite_version(*)[0m
|
306
|
-
[4;35;1mSQL (0.0ms)[0m [0mSQLite3::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) [0m
|
307
|
-
[4;36;1mSQL (0.7ms)[0m [0;1m SELECT name
|
308
|
-
FROM sqlite_master
|
309
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
310
|
-
[0m
|
311
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
312
|
-
|
313
|
-
|
314
|
-
Processing ArticlesController#index (for 127.0.0.1 at 2009-03-20 20:47:08) [GET]
|
315
|
-
[4;36;1mArticle Load (0.5ms)[0m [0;1mSELECT * FROM "articles" [0m
|
316
|
-
Rendering template within layouts/articles
|
317
|
-
Rendering articles/index
|
318
|
-
[4;35;1mArticle Load (0.3ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.5ms)[0m [0;1mSELECT * FROM "articles" [0m
|
324
|
-
Rendering template within layouts/articles
|
325
|
-
Rendering articles/index
|
326
|
-
[4;35;1mArticle Load (0.4ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.8ms)[0m [0;1mSELECT * FROM "articles" [0m
|
332
|
-
Rendering template within layouts/articles
|
333
|
-
Rendering articles/index
|
334
|
-
[4;35;1mArticle Load (0.4ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
335
|
-
Completed in 34ms (View: 20, DB: 1) | 200 OK [http://localhost/articles]
|
336
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
337
|
-
FROM sqlite_master
|
338
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
339
|
-
[0m
|
340
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
341
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
342
|
-
FROM sqlite_master
|
343
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
344
|
-
[0m
|
345
|
-
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM schema_migrations[0m
|
346
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
347
|
-
FROM sqlite_master
|
348
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
349
|
-
[0m
|
350
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
351
|
-
|
352
|
-
|
353
|
-
Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 17:37:23) [GET]
|
354
|
-
[4;36;1mArticle Load (0.5ms)[0m [0;1mSELECT * FROM "articles" [0m
|
355
|
-
Rendering template within layouts/articles
|
356
|
-
Rendering articles/index
|
357
|
-
[4;35;1mArticle Load (0.3ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.3ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;35;1mArticle Load (0.3ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.3ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
381
|
-
Completed in 53ms (View: 30, DB: 0) | 200 OK [http://localhost/articles]
|
382
|
-
[4;36;1mSQL (0.9ms)[0m [0;1m SELECT name
|
383
|
-
FROM sqlite_master
|
384
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
385
|
-
[0m
|
386
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
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
|
-
[4;36;1mArticle Load (0.4ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;35;1mArticle Load (0.3ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.5ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;35;1mArticle Load (0.5ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.4ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
426
|
-
Completed in 170ms (View: 141, DB: 0) | 200 OK [http://localhost/articles]
|
427
|
-
[4;36;1mSQL (0.9ms)[0m [0;1m SELECT name
|
428
|
-
FROM sqlite_master
|
429
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
430
|
-
[0m
|
431
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
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
|
-
[4;36;1mArticle Load (0.4ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
439
|
-
Completed in 92ms (View: 58, DB: 0) | 200 OK [http://localhost/articles]
|
440
|
-
[4;36;1mSQL (0.7ms)[0m [0;1m SELECT name
|
441
|
-
FROM sqlite_master
|
442
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
443
|
-
[0m
|
444
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
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
|
-
[4;36;1mArticle Load (0.5ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
452
|
-
Completed in 103ms (View: 70, DB: 0) | 200 OK [http://localhost/articles]
|
453
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
454
|
-
FROM sqlite_master
|
455
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
456
|
-
[0m
|
457
|
-
[4;35;1mSQL (0.1ms)[0m [0mSELECT version FROM schema_migrations[0m
|
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
|
-
[4;36;1mArticle Load (0.3ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
465
|
-
Completed in 88ms (View: 55, DB: 0) | 200 OK [http://localhost/articles]
|
466
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
467
|
-
FROM sqlite_master
|
468
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
469
|
-
[0m
|
470
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
471
|
-
|
472
|
-
|
473
|
-
Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 17:45:49) [GET]
|
474
|
-
[4;36;1mArticle Load (0.8ms)[0m [0;1mSELECT * FROM "articles" [0m
|
475
|
-
Rendering template within layouts/articles
|
476
|
-
Rendering articles/index
|
477
|
-
[4;35;1mArticle Load (0.3ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.3ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
486
|
-
Completed in 64ms (View: 44, DB: 0) | 200 OK [http://localhost/articles]
|
487
|
-
[4;36;1mSQL (0.7ms)[0m [0;1m SELECT name
|
488
|
-
FROM sqlite_master
|
489
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
490
|
-
[0m
|
491
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
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
|
-
[4;36;1mArticle Load (0.4ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;35;1mArticle Load (0.3ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
507
|
-
Completed in 425ms (View: 388, DB: 0) | 200 OK [http://localhost/articles]
|
508
|
-
[4;36;1mSQL (0.7ms)[0m [0;1m SELECT name
|
509
|
-
FROM sqlite_master
|
510
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
511
|
-
[0m
|
512
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
513
|
-
[4;36;1mSQL (1.1ms)[0m [0;1m SELECT name
|
514
|
-
FROM sqlite_master
|
515
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
516
|
-
[0m
|
517
|
-
[4;35;1mSQL (0.3ms)[0m [0mSELECT version FROM schema_migrations[0m
|
518
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
519
|
-
FROM sqlite_master
|
520
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
521
|
-
[0m
|
522
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
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
|
-
[4;36;1mArticle Load (0.4ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;35;1mArticle Load (15.7ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
538
|
-
Completed in 173ms (View: 125, DB: 16) | 200 OK [http://localhost/articles]
|
539
|
-
[4;36;1mSQL (0.8ms)[0m [0;1m SELECT name
|
540
|
-
FROM sqlite_master
|
541
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
542
|
-
[0m
|
543
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
544
|
-
|
545
|
-
|
546
|
-
Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 18:29:28) [GET]
|
547
|
-
[4;36;1mArticle Load (0.6ms)[0m [0;1mSELECT * FROM "articles" [0m
|
548
|
-
Rendering template within layouts/articles
|
549
|
-
Rendering articles/index
|
550
|
-
[4;35;1mArticle Load (0.4ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.4ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;35;1mArticle Load (0.3ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
566
|
-
Completed in 55ms (View: 36, DB: 0) | 200 OK [http://localhost/articles]
|
567
|
-
[4;36;1mSQL (0.7ms)[0m [0;1m SELECT name
|
568
|
-
FROM sqlite_master
|
569
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
570
|
-
[0m
|
571
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
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
|
-
[4;36;1mArticle Load (0.4ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
579
|
-
Completed in 80ms (View: 51, DB: 0) | 200 OK [http://localhost/articles]
|
580
|
-
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
|
581
|
-
FROM sqlite_master
|
582
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
583
|
-
[0m
|
584
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
585
|
-
|
586
|
-
|
587
|
-
Processing ArticlesController#index (for 127.0.0.1 at 2009-03-22 18:38:32) [GET]
|
588
|
-
[4;36;1mArticle Load (0.6ms)[0m [0;1mSELECT * FROM "articles" [0m
|
589
|
-
Rendering template within layouts/articles
|
590
|
-
Rendering articles/index
|
591
|
-
[4;35;1mArticle Load (0.4ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.4ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;35;1mArticle Load (0.5ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;36;1mArticle Load (0.7ms)[0m [0;1mSELECT * FROM "articles" [0m
|
612
|
-
Rendering template within layouts/articles
|
613
|
-
Rendering articles/index
|
614
|
-
[4;35;1mArticle Load (0.4ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
615
|
-
Completed in 36ms (View: 21, DB: 1) | 200 OK [http://localhost/articles]
|
616
|
-
[4;36;1mSQL (0.7ms)[0m [0;1m SELECT name
|
617
|
-
FROM sqlite_master
|
618
|
-
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
619
|
-
[0m
|
620
|
-
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM schema_migrations[0m
|
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
|
-
[4;36;1mArticle Load (0.4ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
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
|
-
[4;35;1mArticle Load (0.7ms)[0m [0mSELECT * FROM "articles" [0m
|
632
|
-
Rendering template within layouts/articles
|
633
|
-
Rendering articles/index
|
634
|
-
[4;36;1mArticle Load (0.5ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
|
635
|
-
Completed in 134ms (View: 119, DB: 1) | 200 OK [http://localhost/articles]
|