gettext_rails 2.0.4 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/COPYING +9 -8
- data/ChangeLog +8 -0
- data/README.rdoc +4 -3
- data/Rakefile +15 -3
- data/lib/gettext_rails/action_view/date_helper.rb +3 -4
- data/lib/gettext_rails/version.rb +2 -2
- data/sample/db/development.sqlite3 +0 -0
- data/sample/log/development.log +101 -0
- data/test/config/environment.rb +5 -4
- data/test/config/environments/test.rb +11 -1
- data/test/db/development.sqlite3 +0 -0
- data/test/db/test.sqlite3 +0 -0
- data/test/log/development.log +2587 -0
- data/test/log/test.log +45199 -0
- data/test/test/result/fr/distance_of_time_in_words.html +2 -2
- metadata +312 -612
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.1.0
|
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-11-14 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.1.0
|
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.5
|
34
34
|
version:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: rails
|
@@ -51,646 +51,346 @@ extensions: []
|
|
51
51
|
extra_rdoc_files: []
|
52
52
|
|
53
53
|
files:
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
- po/es/gettext_rails.po
|
59
|
-
- po/el
|
60
|
-
- po/el/gettext_rails.po
|
61
|
-
- po/cs
|
62
|
-
- po/cs/gettext_rails.po
|
63
|
-
- po/ko
|
64
|
-
- po/ko/gettext_rails.po
|
65
|
-
- po/sr
|
66
|
-
- po/sr/gettext_rails.po
|
67
|
-
- po/nb
|
68
|
-
- po/nb/gettext_rails.po
|
69
|
-
- po/zh
|
70
|
-
- po/zh/gettext_rails.po
|
71
|
-
- po/eo
|
72
|
-
- po/eo/gettext_rails.po
|
73
|
-
- po/vi
|
74
|
-
- po/vi/gettext_rails.po
|
75
|
-
- po/nl
|
76
|
-
- po/nl/gettext_rails.po
|
77
|
-
- po/fr
|
78
|
-
- po/fr/gettext_rails.po
|
79
|
-
- po/bg
|
80
|
-
- po/bg/gettext_rails.po
|
81
|
-
- po/hu
|
82
|
-
- po/hu/gettext_rails.po
|
83
|
-
- po/ua
|
84
|
-
- po/ua/gettext_rails.po
|
85
|
-
- po/hr
|
86
|
-
- po/hr/gettext_rails.po
|
87
|
-
- po/et
|
88
|
-
- po/et/gettext_rails.po
|
89
|
-
- po/lv
|
90
|
-
- po/lv/gettext_rails.po
|
91
|
-
- po/it
|
92
|
-
- po/it/gettext_rails.po
|
93
|
-
- po/pt_BR
|
94
|
-
- po/pt_BR/gettext_rails.po
|
95
|
-
- po/ja
|
96
|
-
- po/ja/gettext_rails.po
|
97
|
-
- po/zh_TW
|
98
|
-
- po/zh_TW/gettext_rails.po
|
99
|
-
- po/ru
|
100
|
-
- po/ru/gettext_rails.po
|
101
|
-
- po/bs
|
102
|
-
- po/bs/gettext_rails.po
|
103
|
-
- po/de
|
104
|
-
- po/de/gettext_rails.po
|
105
|
-
- po/ca
|
106
|
-
- po/ca/gettext_rails.po
|
107
|
-
- ChangeLog
|
108
|
-
- COPYING
|
109
|
-
- lib
|
110
|
-
- lib/gettext_rails
|
111
|
-
- lib/gettext_rails/tools.rb
|
54
|
+
- lib/gettext_rails/action_view/date_helper.rb
|
55
|
+
- lib/gettext_rails/action_view/form_builder.rb
|
56
|
+
- lib/gettext_rails/action_view/active_record_helper.rb
|
57
|
+
- lib/gettext_rails/action_view.rb
|
112
58
|
- lib/gettext_rails/action_controller.rb
|
59
|
+
- lib/gettext_rails/tools.rb
|
113
60
|
- lib/gettext_rails/version.rb
|
114
|
-
- lib/gettext_rails/action_view.rb
|
115
61
|
- lib/gettext_rails/action_mailer.rb
|
116
|
-
- lib/gettext_rails/action_view
|
117
|
-
- lib/gettext_rails/action_view/active_record_helper.rb
|
118
|
-
- lib/gettext_rails/action_view/date_helper.rb
|
119
|
-
- lib/gettext_rails/action_view/form_builder.rb
|
120
62
|
- lib/gettext_rails.rb
|
121
|
-
- README.rdoc
|
122
|
-
- test
|
123
|
-
- test/po
|
124
|
-
- test/po/rails_test.pot
|
125
|
-
- test/po/ja
|
126
|
-
- test/po/ja/rails_test.po
|
127
|
-
- test/script
|
128
|
-
- test/script/plugin
|
129
63
|
- test/script/about
|
130
|
-
- test/script/
|
131
|
-
- test/script/
|
64
|
+
- test/script/plugin
|
65
|
+
- test/script/destroy
|
132
66
|
- test/script/performance/profiler
|
133
67
|
- test/script/performance/benchmarker
|
134
|
-
- test/script/server
|
135
|
-
- test/script/console
|
136
|
-
- test/script/runner
|
137
|
-
- test/script/destroy
|
138
68
|
- test/script/dbconsole
|
139
|
-
- test/
|
140
|
-
- test/
|
141
|
-
- test/
|
142
|
-
- test/
|
143
|
-
- test/public/images
|
144
|
-
- test/public/images/rails.png
|
145
|
-
- test/public/robots.txt
|
146
|
-
- test/public/favicon.ico
|
147
|
-
- test/public/500.html
|
148
|
-
- test/public/404.html
|
149
|
-
- test/public/422.html
|
150
|
-
- test/public/javascripts
|
151
|
-
- test/public/javascripts/effects.js
|
152
|
-
- test/public/javascripts/application.js
|
153
|
-
- test/public/javascripts/prototype.js
|
154
|
-
- test/public/javascripts/controls.js
|
155
|
-
- test/public/javascripts/dragdrop.js
|
156
|
-
- test/public/stylesheets
|
157
|
-
- test/public/stylesheets/scaffold.css
|
158
|
-
- test/public/stylesheets/blog.css
|
159
|
-
- test/locale
|
160
|
-
- test/locale/ja
|
161
|
-
- test/locale/ja/LC_MESSAGES
|
162
|
-
- test/locale/ja/LC_MESSAGES/rails_test.mo
|
163
|
-
- test/db
|
164
|
-
- test/db/schema.rb
|
165
|
-
- test/README
|
166
|
-
- test/test
|
167
|
-
- test/test/fixtures
|
168
|
-
- test/test/fixtures/articles.yml
|
169
|
-
- test/test/functional
|
170
|
-
- test/test/functional/users_controller_test.rb
|
171
|
-
- test/test/functional/mailers_controller_test.rb
|
172
|
-
- test/test/functional/articles_controller_test.rb
|
173
|
-
- test/test/result
|
174
|
-
- test/test/result/fr
|
175
|
-
- test/test/result/fr/multipart.html
|
176
|
-
- test/test/result/fr/singlepart.html
|
177
|
-
- test/test/result/fr/error_message.html
|
178
|
-
- test/test/result/fr/list.html
|
179
|
-
- test/test/result/fr/new.html
|
180
|
-
- test/test/result/fr/distance_of_time_in_words.html
|
181
|
-
- test/test/result/ja
|
182
|
-
- test/test/result/ja/multipart.html
|
183
|
-
- test/test/result/ja/singlepart.html
|
184
|
-
- test/test/result/ja/show.html
|
185
|
-
- test/test/result/ja/error_message.html
|
186
|
-
- test/test/result/ja/list.html
|
187
|
-
- test/test/result/ja/create_error.html
|
188
|
-
- test/test/result/ja/new.html
|
189
|
-
- test/test/result/ja/distance_of_time_in_words.html
|
190
|
-
- test/test/result/en
|
191
|
-
- test/test/result/en/multipart.html
|
192
|
-
- test/test/result/en/singlepart.html
|
69
|
+
- test/script/runner
|
70
|
+
- test/script/generate
|
71
|
+
- test/script/console
|
72
|
+
- test/script/server
|
193
73
|
- test/test/result/en/show.html
|
194
|
-
- test/test/result/en/error_message.html
|
195
|
-
- test/test/result/en/list.html
|
196
74
|
- test/test/result/en/create_error.html
|
197
|
-
- test/test/result/en/
|
75
|
+
- test/test/result/en/list.html
|
76
|
+
- test/test/result/en/singlepart.html
|
77
|
+
- test/test/result/en/error_message.html
|
78
|
+
- test/test/result/en/multipart.html
|
198
79
|
- test/test/result/en/distance_of_time_in_words.html
|
199
|
-
- test/test/
|
200
|
-
- test/test/
|
201
|
-
- test/test/
|
202
|
-
- test/test/
|
80
|
+
- test/test/result/en/new.html
|
81
|
+
- test/test/result/ja/show.html
|
82
|
+
- test/test/result/ja/create_error.html
|
83
|
+
- test/test/result/ja/list.html
|
84
|
+
- test/test/result/ja/singlepart.html
|
85
|
+
- test/test/result/ja/error_message.html
|
86
|
+
- test/test/result/ja/multipart.html
|
87
|
+
- test/test/result/ja/distance_of_time_in_words.html
|
88
|
+
- test/test/result/ja/new.html
|
89
|
+
- test/test/result/fr/list.html
|
90
|
+
- test/test/result/fr/singlepart.html
|
91
|
+
- test/test/result/fr/error_message.html
|
92
|
+
- test/test/result/fr/multipart.html
|
93
|
+
- test/test/result/fr/distance_of_time_in_words.html
|
94
|
+
- test/test/result/fr/new.html
|
203
95
|
- test/test/unit/article_test.rb
|
204
|
-
- test/test/
|
96
|
+
- test/test/unit/helpers/articles_helper_test.rb
|
205
97
|
- test/test/performance/browsing_test.rb
|
206
|
-
- test/
|
207
|
-
- test/
|
208
|
-
- test/
|
209
|
-
- test/
|
210
|
-
- test/
|
211
|
-
- test/
|
212
|
-
- test/
|
213
|
-
- test/
|
214
|
-
- test/
|
215
|
-
- test/
|
216
|
-
- test/
|
217
|
-
- test/
|
218
|
-
- test/
|
219
|
-
- test/
|
220
|
-
- test/
|
221
|
-
- test/
|
222
|
-
- test/app
|
223
|
-
- test/app/
|
224
|
-
- test/app/
|
225
|
-
- test/app/
|
226
|
-
- test/app/views
|
227
|
-
- test/app/views/users
|
98
|
+
- test/test/functional/users_controller_test.rb
|
99
|
+
- test/test/functional/articles_controller_test.rb
|
100
|
+
- test/test/functional/mailers_controller_test.rb
|
101
|
+
- test/test/test_helper.rb
|
102
|
+
- test/test/fixtures/articles.yml
|
103
|
+
- test/Rakefile
|
104
|
+
- test/db/test.sqlite3
|
105
|
+
- test/db/development.sqlite3
|
106
|
+
- test/db/schema.rb
|
107
|
+
- test/app/controllers/users_controller.rb
|
108
|
+
- test/app/controllers/application_controller.rb
|
109
|
+
- test/app/controllers/articles_controller.rb
|
110
|
+
- test/app/controllers/mailers_controller.rb
|
111
|
+
- test/app/models/user.rb
|
112
|
+
- test/app/models/mailer.rb
|
113
|
+
- test/app/models/article.rb
|
114
|
+
- test/app/models/user_observer.rb
|
115
|
+
- test/app/models/human_resources/resume.rb
|
116
|
+
- test/app/views/layouts/application.html.erb
|
117
|
+
- test/app/views/layouts/mailers.html.erb
|
118
|
+
- test/app/views/layouts/users.html.erb
|
119
|
+
- test/app/views/users/distance_of_time_in_words.html.erb
|
228
120
|
- test/app/views/users/error_message.html.erb
|
229
121
|
- test/app/views/users/error_message_fr.html.erb
|
230
|
-
- test/app/views/
|
231
|
-
- test/app/views/articles
|
232
|
-
- test/app/views/articles/edit.html.erb
|
233
|
-
- test/app/views/articles/list_fr.html.erb
|
234
|
-
- test/app/views/articles/show.html.erb
|
235
|
-
- test/app/views/articles/active_form_error.html.erb
|
236
|
-
- test/app/views/articles/_form_fr.html.erb
|
237
|
-
- test/app/views/articles/_form.html.erb
|
238
|
-
- test/app/views/articles/list.html.erb
|
239
|
-
- test/app/views/articles/new.html.erb
|
240
|
-
- test/app/views/mailer
|
122
|
+
- test/app/views/mailer/coverpage.html.erb
|
241
123
|
- test/app/views/mailer/coverpage_fr.html.erb
|
242
124
|
- test/app/views/mailer/singlepart_fr.html.erb
|
243
|
-
- test/app/views/mailer/coverpage.html.erb
|
244
125
|
- test/app/views/mailer/singlepart.html.erb
|
245
126
|
- test/app/views/mailer/index.html.erb
|
246
|
-
- test/app/views/
|
247
|
-
- test/app/views/
|
248
|
-
- test/app/views/
|
249
|
-
- test/app/views/
|
250
|
-
- test/app/
|
251
|
-
- test/app/
|
252
|
-
- test/app/
|
253
|
-
- test/app/
|
254
|
-
- test/app/
|
255
|
-
- test/app/
|
256
|
-
- test/
|
257
|
-
- test/
|
258
|
-
- test/
|
259
|
-
- test/
|
260
|
-
- test/
|
261
|
-
- test/
|
262
|
-
- test/
|
263
|
-
- test/
|
264
|
-
- test/
|
265
|
-
- test/
|
266
|
-
- test/
|
267
|
-
- test/
|
268
|
-
- test/
|
269
|
-
- test/
|
270
|
-
-
|
271
|
-
-
|
272
|
-
-
|
273
|
-
-
|
274
|
-
-
|
275
|
-
-
|
276
|
-
-
|
277
|
-
-
|
278
|
-
-
|
279
|
-
-
|
280
|
-
-
|
281
|
-
-
|
282
|
-
-
|
283
|
-
-
|
284
|
-
-
|
285
|
-
-
|
286
|
-
-
|
287
|
-
-
|
288
|
-
-
|
289
|
-
-
|
290
|
-
-
|
291
|
-
-
|
292
|
-
-
|
293
|
-
-
|
294
|
-
-
|
295
|
-
-
|
296
|
-
-
|
297
|
-
-
|
298
|
-
-
|
299
|
-
-
|
300
|
-
-
|
301
|
-
-
|
302
|
-
-
|
303
|
-
-
|
304
|
-
-
|
305
|
-
-
|
306
|
-
-
|
307
|
-
-
|
308
|
-
-
|
309
|
-
-
|
310
|
-
-
|
311
|
-
-
|
312
|
-
-
|
313
|
-
-
|
314
|
-
-
|
315
|
-
-
|
316
|
-
-
|
317
|
-
-
|
318
|
-
- sample/
|
319
|
-
- sample/
|
320
|
-
- sample/
|
321
|
-
- sample/
|
322
|
-
- sample/
|
323
|
-
- sample/
|
324
|
-
- sample/script
|
325
|
-
- sample/script/
|
326
|
-
- sample/script/
|
327
|
-
- sample/script/
|
328
|
-
- sample/script/
|
329
|
-
- sample/script/performance/profiler
|
330
|
-
- sample/script/performance/benchmarker
|
331
|
-
- sample/script/server
|
332
|
-
- sample/script/console
|
333
|
-
- sample/script/runner
|
334
|
-
- sample/script/destroy
|
335
|
-
- sample/script/dbconsole
|
336
|
-
- sample/doc
|
337
|
-
- sample/doc/README_FOR_APP
|
338
|
-
- sample/public
|
339
|
-
- sample/public/index.html
|
340
|
-
- sample/public/images
|
341
|
-
- sample/public/images/rails.png
|
342
|
-
- sample/public/robots.txt
|
343
|
-
- sample/public/favicon.ico
|
344
|
-
- sample/public/500.html
|
345
|
-
- sample/public/404.html
|
346
|
-
- sample/public/422.html
|
347
|
-
- sample/public/javascripts
|
348
|
-
- sample/public/javascripts/effects.js
|
349
|
-
- sample/public/javascripts/application.js
|
350
|
-
- sample/public/javascripts/prototype.js
|
351
|
-
- sample/public/javascripts/controls.js
|
352
|
-
- sample/public/javascripts/dragdrop.js
|
353
|
-
- sample/public/stylesheets
|
354
|
-
- sample/public/stylesheets/scaffold.css
|
355
|
-
- sample/public/stylesheets/blog.css
|
356
|
-
- sample/lib
|
357
|
-
- sample/lib/tasks
|
358
|
-
- sample/lib/tasks/gettext.rake
|
359
|
-
- sample/locale
|
360
|
-
- sample/locale/es
|
361
|
-
- sample/locale/es/LC_MESSAGES
|
362
|
-
- sample/locale/es/LC_MESSAGES/blog.mo
|
363
|
-
- sample/locale/el
|
364
|
-
- sample/locale/el/LC_MESSAGES
|
365
|
-
- sample/locale/el/LC_MESSAGES/blog.mo
|
366
|
-
- sample/locale/cs
|
367
|
-
- sample/locale/cs/LC_MESSAGES
|
368
|
-
- sample/locale/cs/LC_MESSAGES/blog.mo
|
369
|
-
- sample/locale/ko
|
370
|
-
- sample/locale/ko/LC_MESSAGES
|
371
|
-
- sample/locale/ko/LC_MESSAGES/blog.mo
|
372
|
-
- sample/locale/sr
|
373
|
-
- sample/locale/sr/LC_MESSAGES
|
374
|
-
- sample/locale/sr/LC_MESSAGES/blog.mo
|
375
|
-
- sample/locale/nb
|
376
|
-
- sample/locale/nb/LC_MESSAGES
|
377
|
-
- sample/locale/nb/LC_MESSAGES/blog.mo
|
378
|
-
- sample/locale/zh
|
379
|
-
- sample/locale/zh/LC_MESSAGES
|
380
|
-
- sample/locale/zh/LC_MESSAGES/blog.mo
|
381
|
-
- sample/locale/eo
|
382
|
-
- sample/locale/eo/LC_MESSAGES
|
383
|
-
- sample/locale/eo/LC_MESSAGES/blog.mo
|
384
|
-
- sample/locale/vi
|
385
|
-
- sample/locale/vi/LC_MESSAGES
|
386
|
-
- sample/locale/vi/LC_MESSAGES/blog.mo
|
387
|
-
- sample/locale/nl
|
388
|
-
- sample/locale/nl/LC_MESSAGES
|
389
|
-
- sample/locale/nl/LC_MESSAGES/blog.mo
|
390
|
-
- sample/locale/fr
|
391
|
-
- sample/locale/fr/LC_MESSAGES
|
392
|
-
- sample/locale/fr/LC_MESSAGES/blog.mo
|
393
|
-
- sample/locale/bg
|
394
|
-
- sample/locale/bg/LC_MESSAGES
|
395
|
-
- sample/locale/bg/LC_MESSAGES/blog.mo
|
396
|
-
- sample/locale/hu
|
397
|
-
- sample/locale/hu/LC_MESSAGES
|
398
|
-
- sample/locale/hu/LC_MESSAGES/blog.mo
|
399
|
-
- sample/locale/ua
|
400
|
-
- sample/locale/ua/LC_MESSAGES
|
401
|
-
- sample/locale/ua/LC_MESSAGES/blog.mo
|
402
|
-
- sample/locale/hr
|
403
|
-
- sample/locale/hr/LC_MESSAGES
|
404
|
-
- sample/locale/hr/LC_MESSAGES/blog.mo
|
405
|
-
- sample/locale/lv
|
406
|
-
- sample/locale/lv/LC_MESSAGES
|
407
|
-
- sample/locale/lv/LC_MESSAGES/blog.mo
|
408
|
-
- sample/locale/it
|
409
|
-
- sample/locale/it/LC_MESSAGES
|
410
|
-
- sample/locale/it/LC_MESSAGES/blog.mo
|
411
|
-
- sample/locale/pt_BR
|
412
|
-
- sample/locale/pt_BR/LC_MESSAGES
|
413
|
-
- sample/locale/pt_BR/LC_MESSAGES/blog.mo
|
414
|
-
- sample/locale/ja
|
415
|
-
- sample/locale/ja/LC_MESSAGES
|
416
|
-
- sample/locale/ja/LC_MESSAGES/blog.mo
|
417
|
-
- sample/locale/zh_TW
|
418
|
-
- sample/locale/zh_TW/LC_MESSAGES
|
419
|
-
- sample/locale/zh_TW/LC_MESSAGES/blog.mo
|
420
|
-
- sample/locale/en
|
421
|
-
- sample/locale/en/LC_MESSAGES
|
422
|
-
- sample/locale/en/LC_MESSAGES/blog.mo
|
423
|
-
- sample/locale/ru
|
424
|
-
- sample/locale/ru/LC_MESSAGES
|
425
|
-
- sample/locale/ru/LC_MESSAGES/blog.mo
|
426
|
-
- sample/locale/bs
|
427
|
-
- sample/locale/bs/LC_MESSAGES
|
428
|
-
- sample/locale/bs/LC_MESSAGES/blog.mo
|
429
|
-
- sample/locale/de
|
430
|
-
- sample/locale/de/LC_MESSAGES
|
431
|
-
- sample/locale/de/LC_MESSAGES/blog.mo
|
432
|
-
- sample/locale/ca
|
433
|
-
- sample/locale/ca/LC_MESSAGES
|
434
|
-
- sample/locale/ca/LC_MESSAGES/blog.mo
|
435
|
-
- sample/db
|
436
|
-
- sample/db/schema.rb
|
437
|
-
- sample/README
|
438
|
-
- sample/test
|
439
|
-
- sample/test/fixtures
|
440
|
-
- sample/test/fixtures/articles.yml
|
441
|
-
- sample/test/functional
|
442
|
-
- sample/test/functional/articles_controller_test.rb
|
443
|
-
- sample/test/test_helper.rb
|
444
|
-
- sample/test/unit
|
445
|
-
- sample/test/unit/helpers
|
446
|
-
- sample/test/unit/helpers/articles_helper_test.rb
|
127
|
+
- test/app/views/articles/show.html.erb
|
128
|
+
- test/app/views/articles/list.html.erb
|
129
|
+
- test/app/views/articles/active_form_error.html.erb
|
130
|
+
- test/app/views/articles/_form_fr.html.erb
|
131
|
+
- test/app/views/articles/new.html.erb
|
132
|
+
- test/app/views/articles/list_fr.html.erb
|
133
|
+
- test/app/views/articles/edit.html.erb
|
134
|
+
- test/app/views/articles/_form.html.erb
|
135
|
+
- test/app/helpers/application_helper.rb
|
136
|
+
- test/app/helpers/articles_helper.rb
|
137
|
+
- test/locale/ja/LC_MESSAGES/rails_test.mo
|
138
|
+
- test/log/development.log
|
139
|
+
- test/log/test.log
|
140
|
+
- test/README
|
141
|
+
- test/public/stylesheets/blog.css
|
142
|
+
- test/public/stylesheets/scaffold.css
|
143
|
+
- test/public/422.html
|
144
|
+
- test/public/index.html
|
145
|
+
- test/public/404.html
|
146
|
+
- test/public/favicon.ico
|
147
|
+
- test/public/robots.txt
|
148
|
+
- test/public/javascripts/effects.js
|
149
|
+
- test/public/javascripts/dragdrop.js
|
150
|
+
- test/public/javascripts/controls.js
|
151
|
+
- test/public/javascripts/prototype.js
|
152
|
+
- test/public/javascripts/application.js
|
153
|
+
- test/public/images/rails.png
|
154
|
+
- test/public/500.html
|
155
|
+
- test/po/ja/rails_test.po
|
156
|
+
- test/po/rails_test.pot
|
157
|
+
- test/doc/README_FOR_APP
|
158
|
+
- test/config/environments/development.rb
|
159
|
+
- test/config/environments/test.rb
|
160
|
+
- test/config/environments/production.rb
|
161
|
+
- test/config/routes.rb
|
162
|
+
- test/config/boot.rb
|
163
|
+
- test/config/initializers/backtrace_silencers.rb
|
164
|
+
- test/config/initializers/new_rails_defaults.rb
|
165
|
+
- test/config/initializers/session_store.rb
|
166
|
+
- test/config/initializers/mime_types.rb
|
167
|
+
- test/config/initializers/inflections.rb
|
168
|
+
- test/config/environment.rb
|
169
|
+
- test/config/database.yml
|
170
|
+
- Rakefile
|
171
|
+
- README.rdoc
|
172
|
+
- ChangeLog
|
173
|
+
- data/locale/ru/LC_MESSAGES/gettext_rails.mo
|
174
|
+
- data/locale/el/LC_MESSAGES/gettext_rails.mo
|
175
|
+
- data/locale/ko/LC_MESSAGES/gettext_rails.mo
|
176
|
+
- data/locale/ja/LC_MESSAGES/gettext_rails.mo
|
177
|
+
- data/locale/sr/LC_MESSAGES/gettext_rails.mo
|
178
|
+
- data/locale/eo/LC_MESSAGES/gettext_rails.mo
|
179
|
+
- data/locale/bs/LC_MESSAGES/gettext_rails.mo
|
180
|
+
- data/locale/zh/LC_MESSAGES/gettext_rails.mo
|
181
|
+
- data/locale/vi/LC_MESSAGES/gettext_rails.mo
|
182
|
+
- data/locale/et/LC_MESSAGES/gettext_rails.mo
|
183
|
+
- data/locale/it/LC_MESSAGES/gettext_rails.mo
|
184
|
+
- data/locale/zh_TW/LC_MESSAGES/gettext_rails.mo
|
185
|
+
- data/locale/nb/LC_MESSAGES/gettext_rails.mo
|
186
|
+
- data/locale/ua/LC_MESSAGES/gettext_rails.mo
|
187
|
+
- data/locale/es/LC_MESSAGES/gettext_rails.mo
|
188
|
+
- data/locale/pt_BR/LC_MESSAGES/gettext_rails.mo
|
189
|
+
- data/locale/hr/LC_MESSAGES/gettext_rails.mo
|
190
|
+
- data/locale/cs/LC_MESSAGES/gettext_rails.mo
|
191
|
+
- data/locale/ca/LC_MESSAGES/gettext_rails.mo
|
192
|
+
- data/locale/hu/LC_MESSAGES/gettext_rails.mo
|
193
|
+
- data/locale/bg/LC_MESSAGES/gettext_rails.mo
|
194
|
+
- data/locale/lv/LC_MESSAGES/gettext_rails.mo
|
195
|
+
- data/locale/de/LC_MESSAGES/gettext_rails.mo
|
196
|
+
- data/locale/nl/LC_MESSAGES/gettext_rails.mo
|
197
|
+
- data/locale/fr/LC_MESSAGES/gettext_rails.mo
|
198
|
+
- COPYING
|
199
|
+
- sample/lib/tasks/gettext.rake
|
200
|
+
- sample/script/about
|
201
|
+
- sample/script/plugin
|
202
|
+
- sample/script/destroy
|
203
|
+
- sample/script/performance/profiler
|
204
|
+
- sample/script/performance/benchmarker
|
205
|
+
- sample/script/dbconsole
|
206
|
+
- sample/script/runner
|
207
|
+
- sample/script/generate
|
208
|
+
- sample/script/console
|
209
|
+
- sample/script/server
|
447
210
|
- sample/test/unit/article_test.rb
|
448
|
-
- sample/test/
|
211
|
+
- sample/test/unit/helpers/articles_helper_test.rb
|
449
212
|
- sample/test/performance/browsing_test.rb
|
450
|
-
- sample/
|
451
|
-
- sample/
|
452
|
-
- sample/
|
453
|
-
- sample/
|
454
|
-
- sample/config/initializers/mime_types.rb
|
455
|
-
- sample/config/initializers/inflections.rb
|
456
|
-
- sample/config/initializers/new_rails_defaults.rb
|
457
|
-
- sample/config/boot.rb
|
458
|
-
- sample/config/routes.rb
|
459
|
-
- sample/config/environment.rb
|
460
|
-
- sample/config/database.yml
|
461
|
-
- sample/config/environments
|
462
|
-
- sample/config/environments/test.rb
|
463
|
-
- sample/config/environments/development.rb
|
464
|
-
- sample/config/environments/production.rb
|
465
|
-
- sample/app
|
466
|
-
- sample/app/helpers
|
467
|
-
- sample/app/helpers/application_helper.rb
|
468
|
-
- sample/app/helpers/articles_helper.rb
|
469
|
-
- sample/app/views
|
470
|
-
- sample/app/views/articles
|
471
|
-
- sample/app/views/articles/edit.html.erb
|
472
|
-
- sample/app/views/articles/show.html.erb
|
473
|
-
- sample/app/views/articles/new.html.erb
|
474
|
-
- sample/app/views/articles/index.html.erb
|
475
|
-
- sample/app/views/layouts
|
476
|
-
- sample/app/views/layouts/articles.html.erb
|
477
|
-
- sample/app/models
|
478
|
-
- sample/app/models/article.rb
|
479
|
-
- sample/app/controllers
|
480
|
-
- sample/app/controllers/application_controller.rb
|
481
|
-
- sample/app/controllers/articles_controller.rb
|
482
|
-
- sample/vendor
|
483
|
-
- sample/vendor/plugins
|
484
|
-
- sample/vendor/plugins/lang_helper
|
485
|
-
- sample/vendor/plugins/lang_helper/po
|
486
|
-
- sample/vendor/plugins/lang_helper/po/es
|
487
|
-
- sample/vendor/plugins/lang_helper/po/es/lang_helper.po
|
488
|
-
- sample/vendor/plugins/lang_helper/po/el
|
489
|
-
- sample/vendor/plugins/lang_helper/po/el/lang_helper.po
|
490
|
-
- sample/vendor/plugins/lang_helper/po/lang_helper.pot
|
491
|
-
- sample/vendor/plugins/lang_helper/po/cs
|
492
|
-
- sample/vendor/plugins/lang_helper/po/cs/lang_helper.po
|
493
|
-
- sample/vendor/plugins/lang_helper/po/ko
|
494
|
-
- sample/vendor/plugins/lang_helper/po/ko/lang_helper.po
|
495
|
-
- sample/vendor/plugins/lang_helper/po/sr
|
496
|
-
- sample/vendor/plugins/lang_helper/po/sr/lang_helper.po
|
497
|
-
- sample/vendor/plugins/lang_helper/po/nb
|
498
|
-
- sample/vendor/plugins/lang_helper/po/nb/lang_helper.po
|
499
|
-
- sample/vendor/plugins/lang_helper/po/zh
|
500
|
-
- sample/vendor/plugins/lang_helper/po/zh/lang_helper.po
|
501
|
-
- sample/vendor/plugins/lang_helper/po/eo
|
502
|
-
- sample/vendor/plugins/lang_helper/po/eo/lang_helper.po
|
503
|
-
- sample/vendor/plugins/lang_helper/po/vi
|
504
|
-
- sample/vendor/plugins/lang_helper/po/vi/lang_helper.po
|
505
|
-
- sample/vendor/plugins/lang_helper/po/nl
|
506
|
-
- sample/vendor/plugins/lang_helper/po/nl/lang_helper.po
|
507
|
-
- sample/vendor/plugins/lang_helper/po/fr
|
508
|
-
- sample/vendor/plugins/lang_helper/po/fr/lang_helper.po
|
509
|
-
- sample/vendor/plugins/lang_helper/po/bg
|
510
|
-
- sample/vendor/plugins/lang_helper/po/bg/lang_helper.po
|
511
|
-
- sample/vendor/plugins/lang_helper/po/hu
|
512
|
-
- sample/vendor/plugins/lang_helper/po/hu/lang_helper.po
|
513
|
-
- sample/vendor/plugins/lang_helper/po/ua
|
514
|
-
- sample/vendor/plugins/lang_helper/po/ua/lang_helper.po
|
515
|
-
- sample/vendor/plugins/lang_helper/po/hr
|
516
|
-
- sample/vendor/plugins/lang_helper/po/hr/lang_helper.po
|
517
|
-
- sample/vendor/plugins/lang_helper/po/lv
|
518
|
-
- sample/vendor/plugins/lang_helper/po/lv/lang_helper.po
|
519
|
-
- sample/vendor/plugins/lang_helper/po/it
|
520
|
-
- sample/vendor/plugins/lang_helper/po/it/lang_helper.po
|
521
|
-
- sample/vendor/plugins/lang_helper/po/pt_BR
|
522
|
-
- sample/vendor/plugins/lang_helper/po/pt_BR/lang_helper.po
|
523
|
-
- sample/vendor/plugins/lang_helper/po/ja
|
524
|
-
- sample/vendor/plugins/lang_helper/po/ja/lang_helper.po
|
525
|
-
- sample/vendor/plugins/lang_helper/po/zh_TW
|
526
|
-
- sample/vendor/plugins/lang_helper/po/zh_TW/lang_helper.po
|
527
|
-
- sample/vendor/plugins/lang_helper/po/ru
|
528
|
-
- sample/vendor/plugins/lang_helper/po/ru/lang_helper.po
|
529
|
-
- sample/vendor/plugins/lang_helper/po/bs
|
530
|
-
- sample/vendor/plugins/lang_helper/po/bs/lang_helper.po
|
531
|
-
- sample/vendor/plugins/lang_helper/po/de
|
532
|
-
- sample/vendor/plugins/lang_helper/po/de/lang_helper.po
|
533
|
-
- sample/vendor/plugins/lang_helper/po/ca
|
534
|
-
- sample/vendor/plugins/lang_helper/po/ca/lang_helper.po
|
535
|
-
- sample/vendor/plugins/lang_helper/init.rb
|
536
|
-
- sample/vendor/plugins/lang_helper/lib
|
213
|
+
- sample/test/functional/articles_controller_test.rb
|
214
|
+
- sample/test/test_helper.rb
|
215
|
+
- sample/test/fixtures/articles.yml
|
216
|
+
- sample/Rakefile
|
537
217
|
- sample/vendor/plugins/lang_helper/lib/lang_helper.rb
|
538
|
-
- sample/vendor/plugins/lang_helper/
|
539
|
-
- sample/vendor/plugins/lang_helper/locale/
|
540
|
-
- sample/vendor/plugins/lang_helper/locale/es/LC_MESSAGES
|
541
|
-
- sample/vendor/plugins/lang_helper/locale/es/LC_MESSAGES/lang_helper.mo
|
542
|
-
- sample/vendor/plugins/lang_helper/locale/el
|
543
|
-
- sample/vendor/plugins/lang_helper/locale/el/LC_MESSAGES
|
218
|
+
- sample/vendor/plugins/lang_helper/Rakefile
|
219
|
+
- sample/vendor/plugins/lang_helper/locale/ru/LC_MESSAGES/lang_helper.mo
|
544
220
|
- sample/vendor/plugins/lang_helper/locale/el/LC_MESSAGES/lang_helper.mo
|
545
|
-
- sample/vendor/plugins/lang_helper/locale/cs
|
546
|
-
- sample/vendor/plugins/lang_helper/locale/cs/LC_MESSAGES
|
547
|
-
- sample/vendor/plugins/lang_helper/locale/cs/LC_MESSAGES/lang_helper.mo
|
548
|
-
- sample/vendor/plugins/lang_helper/locale/ko
|
549
|
-
- sample/vendor/plugins/lang_helper/locale/ko/LC_MESSAGES
|
550
221
|
- sample/vendor/plugins/lang_helper/locale/ko/LC_MESSAGES/lang_helper.mo
|
551
|
-
- sample/vendor/plugins/lang_helper/locale/
|
552
|
-
- sample/vendor/plugins/lang_helper/locale/sr/LC_MESSAGES
|
222
|
+
- sample/vendor/plugins/lang_helper/locale/ja/LC_MESSAGES/lang_helper.mo
|
553
223
|
- sample/vendor/plugins/lang_helper/locale/sr/LC_MESSAGES/lang_helper.mo
|
554
|
-
- sample/vendor/plugins/lang_helper/locale/nb
|
555
|
-
- sample/vendor/plugins/lang_helper/locale/nb/LC_MESSAGES
|
556
|
-
- sample/vendor/plugins/lang_helper/locale/nb/LC_MESSAGES/lang_helper.mo
|
557
|
-
- sample/vendor/plugins/lang_helper/locale/zh
|
558
|
-
- sample/vendor/plugins/lang_helper/locale/zh/LC_MESSAGES
|
559
|
-
- sample/vendor/plugins/lang_helper/locale/zh/LC_MESSAGES/lang_helper.mo
|
560
|
-
- sample/vendor/plugins/lang_helper/locale/eo
|
561
|
-
- sample/vendor/plugins/lang_helper/locale/eo/LC_MESSAGES
|
562
224
|
- sample/vendor/plugins/lang_helper/locale/eo/LC_MESSAGES/lang_helper.mo
|
563
|
-
- sample/vendor/plugins/lang_helper/locale/
|
564
|
-
- sample/vendor/plugins/lang_helper/locale/
|
225
|
+
- sample/vendor/plugins/lang_helper/locale/bs/LC_MESSAGES/lang_helper.mo
|
226
|
+
- sample/vendor/plugins/lang_helper/locale/zh/LC_MESSAGES/lang_helper.mo
|
565
227
|
- sample/vendor/plugins/lang_helper/locale/vi/LC_MESSAGES/lang_helper.mo
|
566
|
-
- sample/vendor/plugins/lang_helper/locale/
|
567
|
-
- sample/vendor/plugins/lang_helper/locale/
|
568
|
-
- sample/vendor/plugins/lang_helper/locale/
|
569
|
-
- sample/vendor/plugins/lang_helper/locale/fr
|
570
|
-
- sample/vendor/plugins/lang_helper/locale/fr/LC_MESSAGES
|
571
|
-
- sample/vendor/plugins/lang_helper/locale/fr/LC_MESSAGES/lang_helper.mo
|
572
|
-
- sample/vendor/plugins/lang_helper/locale/bg
|
573
|
-
- sample/vendor/plugins/lang_helper/locale/bg/LC_MESSAGES
|
574
|
-
- sample/vendor/plugins/lang_helper/locale/bg/LC_MESSAGES/lang_helper.mo
|
575
|
-
- sample/vendor/plugins/lang_helper/locale/hu
|
576
|
-
- sample/vendor/plugins/lang_helper/locale/hu/LC_MESSAGES
|
577
|
-
- sample/vendor/plugins/lang_helper/locale/hu/LC_MESSAGES/lang_helper.mo
|
578
|
-
- sample/vendor/plugins/lang_helper/locale/ua
|
579
|
-
- sample/vendor/plugins/lang_helper/locale/ua/LC_MESSAGES
|
228
|
+
- sample/vendor/plugins/lang_helper/locale/it/LC_MESSAGES/lang_helper.mo
|
229
|
+
- sample/vendor/plugins/lang_helper/locale/zh_TW/LC_MESSAGES/lang_helper.mo
|
230
|
+
- sample/vendor/plugins/lang_helper/locale/nb/LC_MESSAGES/lang_helper.mo
|
580
231
|
- sample/vendor/plugins/lang_helper/locale/ua/LC_MESSAGES/lang_helper.mo
|
581
|
-
- sample/vendor/plugins/lang_helper/locale/
|
582
|
-
- sample/vendor/plugins/lang_helper/locale/
|
232
|
+
- sample/vendor/plugins/lang_helper/locale/es/LC_MESSAGES/lang_helper.mo
|
233
|
+
- sample/vendor/plugins/lang_helper/locale/pt_BR/LC_MESSAGES/lang_helper.mo
|
583
234
|
- sample/vendor/plugins/lang_helper/locale/hr/LC_MESSAGES/lang_helper.mo
|
584
|
-
- sample/vendor/plugins/lang_helper/locale/
|
585
|
-
- sample/vendor/plugins/lang_helper/locale/
|
235
|
+
- sample/vendor/plugins/lang_helper/locale/cs/LC_MESSAGES/lang_helper.mo
|
236
|
+
- sample/vendor/plugins/lang_helper/locale/ca/LC_MESSAGES/lang_helper.mo
|
237
|
+
- sample/vendor/plugins/lang_helper/locale/hu/LC_MESSAGES/lang_helper.mo
|
238
|
+
- sample/vendor/plugins/lang_helper/locale/bg/LC_MESSAGES/lang_helper.mo
|
586
239
|
- sample/vendor/plugins/lang_helper/locale/lv/LC_MESSAGES/lang_helper.mo
|
587
|
-
- sample/vendor/plugins/lang_helper/locale/it
|
588
|
-
- sample/vendor/plugins/lang_helper/locale/it/LC_MESSAGES
|
589
|
-
- sample/vendor/plugins/lang_helper/locale/it/LC_MESSAGES/lang_helper.mo
|
590
|
-
- sample/vendor/plugins/lang_helper/locale/pt_BR
|
591
|
-
- sample/vendor/plugins/lang_helper/locale/pt_BR/LC_MESSAGES
|
592
|
-
- sample/vendor/plugins/lang_helper/locale/pt_BR/LC_MESSAGES/lang_helper.mo
|
593
|
-
- sample/vendor/plugins/lang_helper/locale/ja
|
594
|
-
- sample/vendor/plugins/lang_helper/locale/ja/LC_MESSAGES
|
595
|
-
- sample/vendor/plugins/lang_helper/locale/ja/LC_MESSAGES/lang_helper.mo
|
596
|
-
- sample/vendor/plugins/lang_helper/locale/zh_TW
|
597
|
-
- sample/vendor/plugins/lang_helper/locale/zh_TW/LC_MESSAGES
|
598
|
-
- sample/vendor/plugins/lang_helper/locale/zh_TW/LC_MESSAGES/lang_helper.mo
|
599
|
-
- sample/vendor/plugins/lang_helper/locale/ru
|
600
|
-
- sample/vendor/plugins/lang_helper/locale/ru/LC_MESSAGES
|
601
|
-
- sample/vendor/plugins/lang_helper/locale/ru/LC_MESSAGES/lang_helper.mo
|
602
|
-
- sample/vendor/plugins/lang_helper/locale/bs
|
603
|
-
- sample/vendor/plugins/lang_helper/locale/bs/LC_MESSAGES
|
604
|
-
- sample/vendor/plugins/lang_helper/locale/bs/LC_MESSAGES/lang_helper.mo
|
605
|
-
- sample/vendor/plugins/lang_helper/locale/de
|
606
|
-
- sample/vendor/plugins/lang_helper/locale/de/LC_MESSAGES
|
607
240
|
- sample/vendor/plugins/lang_helper/locale/de/LC_MESSAGES/lang_helper.mo
|
608
|
-
- sample/vendor/plugins/lang_helper/locale/
|
609
|
-
- sample/vendor/plugins/lang_helper/locale/
|
610
|
-
- sample/vendor/plugins/lang_helper/
|
241
|
+
- sample/vendor/plugins/lang_helper/locale/nl/LC_MESSAGES/lang_helper.mo
|
242
|
+
- sample/vendor/plugins/lang_helper/locale/fr/LC_MESSAGES/lang_helper.mo
|
243
|
+
- sample/vendor/plugins/lang_helper/init.rb
|
611
244
|
- sample/vendor/plugins/lang_helper/README
|
612
|
-
- sample/vendor/plugins/lang_helper/
|
613
|
-
- sample/
|
614
|
-
-
|
615
|
-
-
|
616
|
-
-
|
617
|
-
-
|
618
|
-
-
|
619
|
-
-
|
620
|
-
-
|
621
|
-
-
|
622
|
-
-
|
623
|
-
-
|
624
|
-
-
|
625
|
-
-
|
626
|
-
-
|
627
|
-
-
|
628
|
-
-
|
629
|
-
-
|
630
|
-
-
|
631
|
-
-
|
632
|
-
-
|
633
|
-
-
|
634
|
-
-
|
635
|
-
-
|
636
|
-
-
|
637
|
-
-
|
638
|
-
-
|
639
|
-
-
|
640
|
-
-
|
641
|
-
-
|
642
|
-
-
|
643
|
-
-
|
644
|
-
-
|
645
|
-
-
|
646
|
-
-
|
647
|
-
-
|
648
|
-
-
|
649
|
-
-
|
650
|
-
-
|
651
|
-
-
|
652
|
-
-
|
653
|
-
-
|
654
|
-
-
|
655
|
-
-
|
656
|
-
-
|
657
|
-
-
|
658
|
-
-
|
659
|
-
-
|
660
|
-
-
|
661
|
-
-
|
662
|
-
-
|
663
|
-
-
|
664
|
-
-
|
665
|
-
-
|
666
|
-
-
|
667
|
-
-
|
668
|
-
-
|
669
|
-
-
|
670
|
-
-
|
671
|
-
-
|
672
|
-
-
|
673
|
-
-
|
674
|
-
-
|
675
|
-
-
|
676
|
-
-
|
677
|
-
-
|
678
|
-
-
|
679
|
-
-
|
680
|
-
-
|
681
|
-
-
|
682
|
-
-
|
683
|
-
-
|
684
|
-
-
|
685
|
-
-
|
686
|
-
-
|
687
|
-
-
|
688
|
-
-
|
689
|
-
-
|
690
|
-
-
|
691
|
-
-
|
245
|
+
- sample/vendor/plugins/lang_helper/po/ru/lang_helper.po
|
246
|
+
- sample/vendor/plugins/lang_helper/po/el/lang_helper.po
|
247
|
+
- sample/vendor/plugins/lang_helper/po/ko/lang_helper.po
|
248
|
+
- sample/vendor/plugins/lang_helper/po/ja/lang_helper.po
|
249
|
+
- sample/vendor/plugins/lang_helper/po/sr/lang_helper.po
|
250
|
+
- sample/vendor/plugins/lang_helper/po/eo/lang_helper.po
|
251
|
+
- sample/vendor/plugins/lang_helper/po/bs/lang_helper.po
|
252
|
+
- sample/vendor/plugins/lang_helper/po/zh/lang_helper.po
|
253
|
+
- sample/vendor/plugins/lang_helper/po/vi/lang_helper.po
|
254
|
+
- sample/vendor/plugins/lang_helper/po/it/lang_helper.po
|
255
|
+
- sample/vendor/plugins/lang_helper/po/lang_helper.pot
|
256
|
+
- sample/vendor/plugins/lang_helper/po/zh_TW/lang_helper.po
|
257
|
+
- sample/vendor/plugins/lang_helper/po/nb/lang_helper.po
|
258
|
+
- sample/vendor/plugins/lang_helper/po/ua/lang_helper.po
|
259
|
+
- sample/vendor/plugins/lang_helper/po/es/lang_helper.po
|
260
|
+
- sample/vendor/plugins/lang_helper/po/pt_BR/lang_helper.po
|
261
|
+
- sample/vendor/plugins/lang_helper/po/hr/lang_helper.po
|
262
|
+
- sample/vendor/plugins/lang_helper/po/cs/lang_helper.po
|
263
|
+
- sample/vendor/plugins/lang_helper/po/ca/lang_helper.po
|
264
|
+
- sample/vendor/plugins/lang_helper/po/hu/lang_helper.po
|
265
|
+
- sample/vendor/plugins/lang_helper/po/bg/lang_helper.po
|
266
|
+
- sample/vendor/plugins/lang_helper/po/lv/lang_helper.po
|
267
|
+
- sample/vendor/plugins/lang_helper/po/de/lang_helper.po
|
268
|
+
- sample/vendor/plugins/lang_helper/po/nl/lang_helper.po
|
269
|
+
- sample/vendor/plugins/lang_helper/po/fr/lang_helper.po
|
270
|
+
- sample/db/development.sqlite3
|
271
|
+
- sample/db/schema.rb
|
272
|
+
- sample/app/controllers/application_controller.rb
|
273
|
+
- sample/app/controllers/articles_controller.rb
|
274
|
+
- sample/app/models/article.rb
|
275
|
+
- sample/app/views/layouts/articles.html.erb
|
276
|
+
- sample/app/views/articles/show.html.erb
|
277
|
+
- sample/app/views/articles/new.html.erb
|
278
|
+
- sample/app/views/articles/edit.html.erb
|
279
|
+
- sample/app/views/articles/index.html.erb
|
280
|
+
- sample/app/helpers/application_helper.rb
|
281
|
+
- sample/app/helpers/articles_helper.rb
|
282
|
+
- sample/locale/ru/LC_MESSAGES/blog.mo
|
283
|
+
- sample/locale/en/LC_MESSAGES/blog.mo
|
284
|
+
- sample/locale/el/LC_MESSAGES/blog.mo
|
285
|
+
- sample/locale/ko/LC_MESSAGES/blog.mo
|
286
|
+
- sample/locale/ja/LC_MESSAGES/blog.mo
|
287
|
+
- sample/locale/sr/LC_MESSAGES/blog.mo
|
288
|
+
- sample/locale/eo/LC_MESSAGES/blog.mo
|
289
|
+
- sample/locale/bs/LC_MESSAGES/blog.mo
|
290
|
+
- sample/locale/zh/LC_MESSAGES/blog.mo
|
291
|
+
- sample/locale/vi/LC_MESSAGES/blog.mo
|
292
|
+
- sample/locale/it/LC_MESSAGES/blog.mo
|
293
|
+
- sample/locale/zh_TW/LC_MESSAGES/blog.mo
|
294
|
+
- sample/locale/nb/LC_MESSAGES/blog.mo
|
295
|
+
- sample/locale/ua/LC_MESSAGES/blog.mo
|
296
|
+
- sample/locale/es/LC_MESSAGES/blog.mo
|
297
|
+
- sample/locale/pt_BR/LC_MESSAGES/blog.mo
|
298
|
+
- sample/locale/hr/LC_MESSAGES/blog.mo
|
299
|
+
- sample/locale/cs/LC_MESSAGES/blog.mo
|
300
|
+
- sample/locale/ca/LC_MESSAGES/blog.mo
|
301
|
+
- sample/locale/hu/LC_MESSAGES/blog.mo
|
302
|
+
- sample/locale/bg/LC_MESSAGES/blog.mo
|
303
|
+
- sample/locale/lv/LC_MESSAGES/blog.mo
|
304
|
+
- sample/locale/de/LC_MESSAGES/blog.mo
|
305
|
+
- sample/locale/nl/LC_MESSAGES/blog.mo
|
306
|
+
- sample/locale/fr/LC_MESSAGES/blog.mo
|
307
|
+
- sample/log/development.log
|
308
|
+
- sample/README
|
309
|
+
- sample/public/stylesheets/blog.css
|
310
|
+
- sample/public/stylesheets/scaffold.css
|
311
|
+
- sample/public/422.html
|
312
|
+
- sample/public/index.html
|
313
|
+
- sample/public/404.html
|
314
|
+
- sample/public/favicon.ico
|
315
|
+
- sample/public/robots.txt
|
316
|
+
- sample/public/javascripts/effects.js
|
317
|
+
- sample/public/javascripts/dragdrop.js
|
318
|
+
- sample/public/javascripts/controls.js
|
319
|
+
- sample/public/javascripts/prototype.js
|
320
|
+
- sample/public/javascripts/application.js
|
321
|
+
- sample/public/images/rails.png
|
322
|
+
- sample/public/500.html
|
323
|
+
- sample/po/ru/blog.po
|
324
|
+
- sample/po/en/blog.po
|
325
|
+
- sample/po/el/blog.po
|
326
|
+
- sample/po/ko/blog.po
|
327
|
+
- sample/po/ja/blog.po
|
328
|
+
- sample/po/sr/blog.po
|
329
|
+
- sample/po/eo/blog.po
|
330
|
+
- sample/po/eo/tmp.patch
|
331
|
+
- sample/po/blog.pot
|
332
|
+
- sample/po/bs/blog.po
|
333
|
+
- sample/po/zh/blog.po
|
334
|
+
- sample/po/vi/blog.po
|
335
|
+
- sample/po/it/blog.po
|
336
|
+
- sample/po/zh_TW/blog.po
|
337
|
+
- sample/po/nb/blog.po
|
338
|
+
- sample/po/ua/blog.po
|
339
|
+
- sample/po/es/blog.po
|
340
|
+
- sample/po/pt_BR/blog.po
|
341
|
+
- sample/po/hr/blog.po
|
342
|
+
- sample/po/cs/blog.po
|
343
|
+
- sample/po/ca/blog.po
|
344
|
+
- sample/po/hu/blog.po
|
345
|
+
- sample/po/bg/blog.po
|
346
|
+
- sample/po/lv/blog.po
|
347
|
+
- sample/po/de/blog.po
|
348
|
+
- sample/po/nl/blog.po
|
349
|
+
- sample/po/fr/blog.po
|
350
|
+
- sample/doc/README_FOR_APP
|
351
|
+
- sample/config/environments/development.rb
|
352
|
+
- sample/config/environments/test.rb
|
353
|
+
- sample/config/environments/production.rb
|
354
|
+
- sample/config/routes.rb
|
355
|
+
- sample/config/boot.rb
|
356
|
+
- sample/config/initializers/backtrace_silencers.rb
|
357
|
+
- sample/config/initializers/new_rails_defaults.rb
|
358
|
+
- sample/config/initializers/session_store.rb
|
359
|
+
- sample/config/initializers/mime_types.rb
|
360
|
+
- sample/config/initializers/inflections.rb
|
361
|
+
- sample/config/environment.rb
|
362
|
+
- sample/config/database.yml
|
363
|
+
- po/ru/gettext_rails.po
|
364
|
+
- po/el/gettext_rails.po
|
365
|
+
- po/ko/gettext_rails.po
|
366
|
+
- po/ja/gettext_rails.po
|
367
|
+
- po/sr/gettext_rails.po
|
368
|
+
- po/eo/gettext_rails.po
|
369
|
+
- po/bs/gettext_rails.po
|
370
|
+
- po/zh/gettext_rails.po
|
371
|
+
- po/vi/gettext_rails.po
|
372
|
+
- po/test.rb
|
373
|
+
- po/et/gettext_rails.po
|
374
|
+
- po/it/gettext_rails.po
|
375
|
+
- po/zh_TW/gettext_rails.po
|
376
|
+
- po/nb/gettext_rails.po
|
377
|
+
- po/ua/gettext_rails.po
|
378
|
+
- po/es/gettext_rails.po
|
379
|
+
- po/pt_BR/gettext_rails.po
|
380
|
+
- po/hr/gettext_rails.po
|
381
|
+
- po/cs/gettext_rails.po
|
382
|
+
- po/ca/gettext_rails.po
|
383
|
+
- po/hu/gettext_rails.po
|
384
|
+
- po/bg/gettext_rails.po
|
385
|
+
- po/lv/gettext_rails.po
|
386
|
+
- po/de/gettext_rails.po
|
387
|
+
- po/nl/gettext_rails.po
|
388
|
+
- po/gettext_rails.pot
|
389
|
+
- po/fr/gettext_rails.po
|
692
390
|
has_rdoc: true
|
693
391
|
homepage: http://gettext.rubyforge.org/
|
392
|
+
licenses: []
|
393
|
+
|
694
394
|
post_install_message:
|
695
395
|
rdoc_options: []
|
696
396
|
|
@@ -711,9 +411,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
711
411
|
requirements: []
|
712
412
|
|
713
413
|
rubyforge_project: gettext
|
714
|
-
rubygems_version: 1.3.
|
414
|
+
rubygems_version: 1.3.5
|
715
415
|
signing_key:
|
716
|
-
specification_version:
|
416
|
+
specification_version: 3
|
717
417
|
summary: Localization support for Ruby on Rails(>=2.3) by Ruby-GetText-Package.
|
718
418
|
test_files: []
|
719
419
|
|