i18n_viz 0.3.2 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/app/assets/javascripts/i18n_viz/utils.js.coffee +8 -5
- data/lib/i18n_viz/version.rb +1 -1
- data/lib/i18n_viz/view_helpers.rb +5 -1
- data/test/dummy/app/views/test/test.html.erb +2 -1
- data/test/dummy/config/application.rb +1 -1
- data/test/dummy/config/locales/en.yml +2 -0
- data/test/dummy/config/routes.rb +1 -1
- data/test/i18n_viz_test.rb +4 -1
- metadata +56 -126
- data/test/dummy/log/development.log +0 -131
- data/test/dummy/log/test.log +0 -256
- data/test/dummy/tmp/cache/assets/C77/6B0/sprockets%2Fa249164018b347101e462e1cace59497 +0 -0
- data/test/dummy/tmp/cache/assets/C90/9E0/sprockets%2F8955fa9487a6b3447c3a37d708f82322 +0 -0
- data/test/dummy/tmp/cache/assets/CB4/830/sprockets%2F2b9361b7965178fb6d1e8b352b12f382 +0 -0
- data/test/dummy/tmp/cache/assets/CC2/330/sprockets%2Fafe5f41822d7a8273893426e9651e90f +0 -0
- data/test/dummy/tmp/cache/assets/CC3/A70/sprockets%2F164087327aaacaae26b0a43818a30445 +0 -0
- data/test/dummy/tmp/cache/assets/CCF/060/sprockets%2Fd9a97689e40f96795260c5a6f766f1a3 +0 -0
- data/test/dummy/tmp/cache/assets/CDD/640/sprockets%2F7dbb69499115ae2b043de298a03264b7 +0 -0
- data/test/dummy/tmp/cache/assets/CDF/CE0/sprockets%2F5b28ba105943c3d7648e1c3a64497d6a +0 -0
- data/test/dummy/tmp/cache/assets/CEA/CA0/sprockets%2F7987986446fd444a1a2a337de1b741fc +0 -0
- data/test/dummy/tmp/cache/assets/CEF/E90/sprockets%2F8fe7c5ae3e339e5a1b61824f84172795 +0 -0
- data/test/dummy/tmp/cache/assets/D50/6D0/sprockets%2Ff9c883e31fbe9c9881cf86400231fcb7 +0 -0
- data/test/dummy/tmp/cache/assets/D54/320/sprockets%2F44c608d6ee4067fe7af19d5f2788c56a +0 -0
- data/test/dummy/tmp/cache/assets/D69/F70/sprockets%2Fc65d0f4dc24dd9e86c5c234b9d10b154 +0 -0
- data/test/dummy/tmp/cache/assets/D6C/DC0/sprockets%2F32d69b64b7ccdcb24f7235b5cd5247e2 +0 -0
- data/test/dummy/tmp/cache/assets/D6E/1F0/sprockets%2Fc4bf981e11f41d3d86dd137f2a6a27a9 +0 -0
- data/test/dummy/tmp/cache/assets/D77/EB0/sprockets%2Ff0c491b74cc59df17b6cbc87e3076b65 +0 -0
- data/test/dummy/tmp/cache/assets/D7C/FF0/sprockets%2F813778cca328c7d9a71e6ad9bd6b5b93 +0 -0
- data/test/dummy/tmp/cache/assets/DA3/D20/sprockets%2F63df6e036aece0ef7016793d7efd3c42 +0 -0
- data/test/dummy/tmp/cache/assets/DA9/9C0/sprockets%2Fde7818edd5229ecc4f5808d25aea085d +0 -0
- data/test/dummy/tmp/cache/assets/DBD/B70/sprockets%2F36bf26c5e53dcd5516c4d1e22e1bc1ae +0 -0
- data/test/dummy/tmp/cache/assets/DC9/070/sprockets%2F57f13ac38af1acf54f39b2b0c9ab881e +0 -0
- data/test/dummy/tmp/cache/assets/DD1/B10/sprockets%2Fd65f9eba5c3c91a49242c3dc7fa9d4d1 +0 -0
- data/test/dummy/tmp/cache/assets/DD7/5C0/sprockets%2F294bc6ce88b9bf4a4a5e41c7fa440e9f +0 -0
- data/test/dummy/tmp/cache/assets/DF9/820/sprockets%2Fceb0a01e297bae8cdcf9106b497b3a9e +0 -0
- data/test/dummy/tmp/cache/assets/E13/A60/sprockets%2F8de3ecdfd45e8cc4844532ee8f41cff7 +0 -0
- data/test/dummy/tmp/cache/assets/E6E/2F0/sprockets%2F7567fcf6a91aaca6cee8ff86bc6df30f +0 -0
- data/test/dummy/tmp/capybara/capybara-201302051004415317958594.html +0 -23
- data/test/dummy/tmp/capybara/capybara-20130205100610422998976.html +0 -23
- data/test/dummy/tmp/pids/server.pid +0 -1
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 86416d5ee0a9ab4b1721d0bf562fc99b2b83de61
|
4
|
+
data.tar.gz: c7091f4394875996c5333a1266e7349e200c2581
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 0cfaa9284468fd497b73309a4a83874e51a942909dc4e561b291eecbfbd69e9394704eb3337f51af046a245f1468000ea216658f4a95ad2894ecb819186e3f5a
|
7
|
+
data.tar.gz: 33535896b06ae1d6ebc6319822be09a6375609715c9edb2338d7b99ee547f2b7928d0e9f2f803adc5a778a5b32af22b8f553ca23b98ef4d56252f55bbd99f636
|
@@ -1,8 +1,11 @@
|
|
1
1
|
# get all the textnode children for an element
|
2
2
|
# edited
|
3
3
|
$.fn.textNodes = () ->
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
4
|
+
try
|
5
|
+
$(this).contents().filter () ->
|
6
|
+
try
|
7
|
+
(this.nodeType == 3)
|
8
|
+
catch err
|
9
|
+
false
|
10
|
+
catch e
|
11
|
+
$([])
|
data/lib/i18n_viz/version.rb
CHANGED
@@ -4,7 +4,11 @@ module I18nViz
|
|
4
4
|
def translate(key, options = {}) # TODO: alias
|
5
5
|
if display_i18n_viz? && options[:i18n_viz] != false
|
6
6
|
# TODO: ActionController::Base.perform_caching = false if ActionController::Base.perform_caching == true
|
7
|
-
|
7
|
+
if !options[:scope].blank?
|
8
|
+
"#{super(key, options)}--#{options[:scope].to_s}.#{key}--"
|
9
|
+
else
|
10
|
+
"#{super(key, options)}--#{key}--"
|
11
|
+
end
|
8
12
|
else
|
9
13
|
super(key, options)
|
10
14
|
end
|
data/test/dummy/config/routes.rb
CHANGED
data/test/i18n_viz_test.rb
CHANGED
@@ -18,6 +18,8 @@ class I18nVizIntegrationTest < ActionDispatch::IntegrationTest
|
|
18
18
|
|
19
19
|
assert page.has_content?("bar")
|
20
20
|
assert !page.has_content?("--foo--")
|
21
|
+
|
22
|
+
assert page.has_content?("foo")
|
21
23
|
end
|
22
24
|
|
23
25
|
test 'disable I18nViz' do
|
@@ -45,6 +47,7 @@ class I18nVizJavascriptIntegrationTest < ActionDispatch::IntegrationTest
|
|
45
47
|
|
46
48
|
assert !page.has_content?("--hello--") # should be removed by js
|
47
49
|
assert page.has_css?(".i18n-viz")
|
50
|
+
save_and_open_page
|
48
51
|
assert page.has_css?("#i18n_viz_tooltip")
|
49
52
|
end
|
50
|
-
end
|
53
|
+
end
|
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i18n_viz
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.4.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Jakob Hilden
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2015-11-20 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description:
|
15
14
|
email:
|
@@ -18,177 +17,108 @@ executables: []
|
|
18
17
|
extensions: []
|
19
18
|
extra_rdoc_files: []
|
20
19
|
files:
|
20
|
+
- MIT-LICENSE
|
21
|
+
- README.md
|
22
|
+
- Rakefile
|
21
23
|
- app/assets/javascripts/i18n_viz.js
|
22
24
|
- app/assets/javascripts/i18n_viz/gui.js.coffee
|
23
25
|
- app/assets/javascripts/i18n_viz/processing.js.coffee
|
24
|
-
- app/assets/javascripts/i18n_viz/utils.js.coffee
|
25
26
|
- app/assets/javascripts/i18n_viz/settings.js.coffee.erb
|
27
|
+
- app/assets/javascripts/i18n_viz/utils.js.coffee
|
26
28
|
- app/assets/stylesheets/i18n_viz.css
|
27
29
|
- lib/generators/i18n_viz/install_generator.rb
|
30
|
+
- lib/i18n_viz.rb
|
31
|
+
- lib/i18n_viz/engine.rb
|
28
32
|
- lib/i18n_viz/version.rb
|
29
33
|
- lib/i18n_viz/view_helpers.rb
|
30
|
-
- lib/i18n_viz/engine.rb
|
31
|
-
- lib/i18n_viz.rb
|
32
|
-
- MIT-LICENSE
|
33
|
-
- Rakefile
|
34
|
-
- README.md
|
35
|
-
- test/i18n_viz_test.rb
|
36
|
-
- test/dummy/log/test.log
|
37
|
-
- test/dummy/log/development.log
|
38
34
|
- test/dummy/README.rdoc
|
39
|
-
- test/dummy/
|
40
|
-
- test/dummy/app/
|
35
|
+
- test/dummy/Rakefile
|
36
|
+
- test/dummy/app/assets/javascripts/application.js.erb
|
37
|
+
- test/dummy/app/assets/stylesheets/application.css.erb
|
41
38
|
- test/dummy/app/controllers/application_controller.rb
|
42
39
|
- test/dummy/app/controllers/test_controller.rb
|
43
40
|
- test/dummy/app/helpers/application_helper.rb
|
44
41
|
- test/dummy/app/helpers/posts_helper.rb
|
45
|
-
- test/dummy/app/
|
46
|
-
- test/dummy/app/
|
47
|
-
- test/dummy/tmp/pids/server.pid
|
48
|
-
- test/dummy/tmp/capybara/capybara-20130205100610422998976.html
|
49
|
-
- test/dummy/tmp/capybara/capybara-201302051004415317958594.html
|
50
|
-
- test/dummy/tmp/cache/assets/CC2/330/sprockets%2Fafe5f41822d7a8273893426e9651e90f
|
51
|
-
- test/dummy/tmp/cache/assets/DC9/070/sprockets%2F57f13ac38af1acf54f39b2b0c9ab881e
|
52
|
-
- test/dummy/tmp/cache/assets/DF9/820/sprockets%2Fceb0a01e297bae8cdcf9106b497b3a9e
|
53
|
-
- test/dummy/tmp/cache/assets/E13/A60/sprockets%2F8de3ecdfd45e8cc4844532ee8f41cff7
|
54
|
-
- test/dummy/tmp/cache/assets/CEF/E90/sprockets%2F8fe7c5ae3e339e5a1b61824f84172795
|
55
|
-
- test/dummy/tmp/cache/assets/CDD/640/sprockets%2F7dbb69499115ae2b043de298a03264b7
|
56
|
-
- test/dummy/tmp/cache/assets/DD1/B10/sprockets%2Fd65f9eba5c3c91a49242c3dc7fa9d4d1
|
57
|
-
- test/dummy/tmp/cache/assets/DD7/5C0/sprockets%2F294bc6ce88b9bf4a4a5e41c7fa440e9f
|
58
|
-
- test/dummy/tmp/cache/assets/D54/320/sprockets%2F44c608d6ee4067fe7af19d5f2788c56a
|
59
|
-
- test/dummy/tmp/cache/assets/DA3/D20/sprockets%2F63df6e036aece0ef7016793d7efd3c42
|
60
|
-
- test/dummy/tmp/cache/assets/CB4/830/sprockets%2F2b9361b7965178fb6d1e8b352b12f382
|
61
|
-
- test/dummy/tmp/cache/assets/C77/6B0/sprockets%2Fa249164018b347101e462e1cace59497
|
62
|
-
- test/dummy/tmp/cache/assets/DBD/B70/sprockets%2F36bf26c5e53dcd5516c4d1e22e1bc1ae
|
63
|
-
- test/dummy/tmp/cache/assets/D7C/FF0/sprockets%2F813778cca328c7d9a71e6ad9bd6b5b93
|
64
|
-
- test/dummy/tmp/cache/assets/DA9/9C0/sprockets%2Fde7818edd5229ecc4f5808d25aea085d
|
65
|
-
- test/dummy/tmp/cache/assets/D69/F70/sprockets%2Fc65d0f4dc24dd9e86c5c234b9d10b154
|
66
|
-
- test/dummy/tmp/cache/assets/CDF/CE0/sprockets%2F5b28ba105943c3d7648e1c3a64497d6a
|
67
|
-
- test/dummy/tmp/cache/assets/CEA/CA0/sprockets%2F7987986446fd444a1a2a337de1b741fc
|
68
|
-
- test/dummy/tmp/cache/assets/C90/9E0/sprockets%2F8955fa9487a6b3447c3a37d708f82322
|
69
|
-
- test/dummy/tmp/cache/assets/CC3/A70/sprockets%2F164087327aaacaae26b0a43818a30445
|
70
|
-
- test/dummy/tmp/cache/assets/D77/EB0/sprockets%2Ff0c491b74cc59df17b6cbc87e3076b65
|
71
|
-
- test/dummy/tmp/cache/assets/CCF/060/sprockets%2Fd9a97689e40f96795260c5a6f766f1a3
|
72
|
-
- test/dummy/tmp/cache/assets/E6E/2F0/sprockets%2F7567fcf6a91aaca6cee8ff86bc6df30f
|
73
|
-
- test/dummy/tmp/cache/assets/D6C/DC0/sprockets%2F32d69b64b7ccdcb24f7235b5cd5247e2
|
74
|
-
- test/dummy/tmp/cache/assets/D6E/1F0/sprockets%2Fc4bf981e11f41d3d86dd137f2a6a27a9
|
75
|
-
- test/dummy/tmp/cache/assets/D50/6D0/sprockets%2Ff9c883e31fbe9c9881cf86400231fcb7
|
76
|
-
- test/dummy/script/rails
|
77
|
-
- test/dummy/Rakefile
|
78
|
-
- test/dummy/public/404.html
|
79
|
-
- test/dummy/public/favicon.ico
|
80
|
-
- test/dummy/public/500.html
|
81
|
-
- test/dummy/public/422.html
|
42
|
+
- test/dummy/app/views/layouts/application.html.erb
|
43
|
+
- test/dummy/app/views/test/test.html.erb
|
82
44
|
- test/dummy/config.ru
|
83
|
-
- test/dummy/config/
|
45
|
+
- test/dummy/config/application.rb
|
84
46
|
- test/dummy/config/boot.rb
|
85
47
|
- test/dummy/config/environment.rb
|
86
48
|
- test/dummy/config/environments/development.rb
|
87
49
|
- test/dummy/config/environments/production.rb
|
88
50
|
- test/dummy/config/environments/test.rb
|
89
|
-
- test/dummy/config/
|
90
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
91
|
-
- test/dummy/config/initializers/secret_token.rb
|
92
|
-
- test/dummy/config/initializers/inflections.rb
|
93
|
-
- test/dummy/config/initializers/session_store.rb
|
51
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
94
52
|
- test/dummy/config/initializers/i18n_viz.rb
|
53
|
+
- test/dummy/config/initializers/inflections.rb
|
95
54
|
- test/dummy/config/initializers/mime_types.rb
|
96
|
-
- test/dummy/config/initializers/
|
97
|
-
- test/dummy/config/
|
55
|
+
- test/dummy/config/initializers/secret_token.rb
|
56
|
+
- test/dummy/config/initializers/session_store.rb
|
57
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
58
|
+
- test/dummy/config/locales/en.yml
|
59
|
+
- test/dummy/config/routes.rb
|
60
|
+
- test/dummy/public/404.html
|
61
|
+
- test/dummy/public/422.html
|
62
|
+
- test/dummy/public/500.html
|
63
|
+
- test/dummy/public/favicon.ico
|
64
|
+
- test/dummy/script/rails
|
65
|
+
- test/i18n_viz_test.rb
|
98
66
|
- test/test_helper.rb
|
99
67
|
homepage: https://github.com/jhilden/i18n_viz
|
100
68
|
licenses: []
|
69
|
+
metadata: {}
|
101
70
|
post_install_message:
|
102
71
|
rdoc_options: []
|
103
72
|
require_paths:
|
104
73
|
- lib
|
105
74
|
required_ruby_version: !ruby/object:Gem::Requirement
|
106
|
-
none: false
|
107
75
|
requirements:
|
108
|
-
- -
|
76
|
+
- - ">="
|
109
77
|
- !ruby/object:Gem::Version
|
110
78
|
version: '0'
|
111
|
-
segments:
|
112
|
-
- 0
|
113
|
-
hash: -2008761901509605951
|
114
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
115
|
-
none: false
|
116
80
|
requirements:
|
117
|
-
- -
|
81
|
+
- - ">="
|
118
82
|
- !ruby/object:Gem::Version
|
119
83
|
version: '0'
|
120
|
-
segments:
|
121
|
-
- 0
|
122
|
-
hash: -2008761901509605951
|
123
84
|
requirements: []
|
124
85
|
rubyforge_project:
|
125
|
-
rubygems_version:
|
86
|
+
rubygems_version: 2.4.7
|
126
87
|
signing_key:
|
127
|
-
specification_version:
|
88
|
+
specification_version: 4
|
128
89
|
summary: Visualize i18n strings alongside their keys within the frontend of internationalized
|
129
90
|
Rails/Ruby web applications.
|
130
91
|
test_files:
|
131
92
|
- test/i18n_viz_test.rb
|
132
|
-
- test/dummy/log/test.log
|
133
|
-
- test/dummy/log/development.log
|
134
|
-
- test/dummy/README.rdoc
|
135
|
-
- test/dummy/app/views/test/test.html.erb
|
136
|
-
- test/dummy/app/views/layouts/application.html.erb
|
137
|
-
- test/dummy/app/controllers/application_controller.rb
|
138
|
-
- test/dummy/app/controllers/test_controller.rb
|
139
|
-
- test/dummy/app/helpers/application_helper.rb
|
140
|
-
- test/dummy/app/helpers/posts_helper.rb
|
141
|
-
- test/dummy/app/assets/javascripts/application.js.erb
|
142
|
-
- test/dummy/app/assets/stylesheets/application.css.erb
|
143
|
-
- test/dummy/tmp/pids/server.pid
|
144
|
-
- test/dummy/tmp/capybara/capybara-20130205100610422998976.html
|
145
|
-
- test/dummy/tmp/capybara/capybara-201302051004415317958594.html
|
146
|
-
- test/dummy/tmp/cache/assets/CC2/330/sprockets%2Fafe5f41822d7a8273893426e9651e90f
|
147
|
-
- test/dummy/tmp/cache/assets/DC9/070/sprockets%2F57f13ac38af1acf54f39b2b0c9ab881e
|
148
|
-
- test/dummy/tmp/cache/assets/DF9/820/sprockets%2Fceb0a01e297bae8cdcf9106b497b3a9e
|
149
|
-
- test/dummy/tmp/cache/assets/E13/A60/sprockets%2F8de3ecdfd45e8cc4844532ee8f41cff7
|
150
|
-
- test/dummy/tmp/cache/assets/CEF/E90/sprockets%2F8fe7c5ae3e339e5a1b61824f84172795
|
151
|
-
- test/dummy/tmp/cache/assets/CDD/640/sprockets%2F7dbb69499115ae2b043de298a03264b7
|
152
|
-
- test/dummy/tmp/cache/assets/DD1/B10/sprockets%2Fd65f9eba5c3c91a49242c3dc7fa9d4d1
|
153
|
-
- test/dummy/tmp/cache/assets/DD7/5C0/sprockets%2F294bc6ce88b9bf4a4a5e41c7fa440e9f
|
154
|
-
- test/dummy/tmp/cache/assets/D54/320/sprockets%2F44c608d6ee4067fe7af19d5f2788c56a
|
155
|
-
- test/dummy/tmp/cache/assets/DA3/D20/sprockets%2F63df6e036aece0ef7016793d7efd3c42
|
156
|
-
- test/dummy/tmp/cache/assets/CB4/830/sprockets%2F2b9361b7965178fb6d1e8b352b12f382
|
157
|
-
- test/dummy/tmp/cache/assets/C77/6B0/sprockets%2Fa249164018b347101e462e1cace59497
|
158
|
-
- test/dummy/tmp/cache/assets/DBD/B70/sprockets%2F36bf26c5e53dcd5516c4d1e22e1bc1ae
|
159
|
-
- test/dummy/tmp/cache/assets/D7C/FF0/sprockets%2F813778cca328c7d9a71e6ad9bd6b5b93
|
160
|
-
- test/dummy/tmp/cache/assets/DA9/9C0/sprockets%2Fde7818edd5229ecc4f5808d25aea085d
|
161
|
-
- test/dummy/tmp/cache/assets/D69/F70/sprockets%2Fc65d0f4dc24dd9e86c5c234b9d10b154
|
162
|
-
- test/dummy/tmp/cache/assets/CDF/CE0/sprockets%2F5b28ba105943c3d7648e1c3a64497d6a
|
163
|
-
- test/dummy/tmp/cache/assets/CEA/CA0/sprockets%2F7987986446fd444a1a2a337de1b741fc
|
164
|
-
- test/dummy/tmp/cache/assets/C90/9E0/sprockets%2F8955fa9487a6b3447c3a37d708f82322
|
165
|
-
- test/dummy/tmp/cache/assets/CC3/A70/sprockets%2F164087327aaacaae26b0a43818a30445
|
166
|
-
- test/dummy/tmp/cache/assets/D77/EB0/sprockets%2Ff0c491b74cc59df17b6cbc87e3076b65
|
167
|
-
- test/dummy/tmp/cache/assets/CCF/060/sprockets%2Fd9a97689e40f96795260c5a6f766f1a3
|
168
|
-
- test/dummy/tmp/cache/assets/E6E/2F0/sprockets%2F7567fcf6a91aaca6cee8ff86bc6df30f
|
169
|
-
- test/dummy/tmp/cache/assets/D6C/DC0/sprockets%2F32d69b64b7ccdcb24f7235b5cd5247e2
|
170
|
-
- test/dummy/tmp/cache/assets/D6E/1F0/sprockets%2Fc4bf981e11f41d3d86dd137f2a6a27a9
|
171
|
-
- test/dummy/tmp/cache/assets/D50/6D0/sprockets%2Ff9c883e31fbe9c9881cf86400231fcb7
|
172
|
-
- test/dummy/script/rails
|
173
|
-
- test/dummy/Rakefile
|
174
|
-
- test/dummy/public/404.html
|
175
|
-
- test/dummy/public/favicon.ico
|
176
|
-
- test/dummy/public/500.html
|
177
|
-
- test/dummy/public/422.html
|
178
|
-
- test/dummy/config.ru
|
179
93
|
- test/dummy/config/locales/en.yml
|
180
|
-
- test/dummy/config/boot.rb
|
181
94
|
- test/dummy/config/environment.rb
|
182
|
-
- test/dummy/config/
|
183
|
-
- test/dummy/config/environments/production.rb
|
95
|
+
- test/dummy/config/application.rb
|
184
96
|
- test/dummy/config/environments/test.rb
|
185
|
-
- test/dummy/config/
|
186
|
-
- test/dummy/config/
|
97
|
+
- test/dummy/config/environments/production.rb
|
98
|
+
- test/dummy/config/environments/development.rb
|
187
99
|
- test/dummy/config/initializers/secret_token.rb
|
100
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
101
|
+
- test/dummy/config/initializers/mime_types.rb
|
188
102
|
- test/dummy/config/initializers/inflections.rb
|
189
|
-
- test/dummy/config/initializers/session_store.rb
|
190
103
|
- test/dummy/config/initializers/i18n_viz.rb
|
191
|
-
- test/dummy/config/initializers/
|
104
|
+
- test/dummy/config/initializers/session_store.rb
|
192
105
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
193
|
-
- test/dummy/config/
|
106
|
+
- test/dummy/config/boot.rb
|
107
|
+
- test/dummy/config/routes.rb
|
108
|
+
- test/dummy/README.rdoc
|
109
|
+
- test/dummy/app/assets/javascripts/application.js.erb
|
110
|
+
- test/dummy/app/assets/stylesheets/application.css.erb
|
111
|
+
- test/dummy/app/controllers/test_controller.rb
|
112
|
+
- test/dummy/app/controllers/application_controller.rb
|
113
|
+
- test/dummy/app/views/layouts/application.html.erb
|
114
|
+
- test/dummy/app/views/test/test.html.erb
|
115
|
+
- test/dummy/app/helpers/application_helper.rb
|
116
|
+
- test/dummy/app/helpers/posts_helper.rb
|
117
|
+
- test/dummy/config.ru
|
118
|
+
- test/dummy/Rakefile
|
119
|
+
- test/dummy/public/500.html
|
120
|
+
- test/dummy/public/404.html
|
121
|
+
- test/dummy/public/422.html
|
122
|
+
- test/dummy/public/favicon.ico
|
123
|
+
- test/dummy/script/rails
|
194
124
|
- test/test_helper.rb
|
@@ -1,131 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Started GET "/" for 127.0.0.1 at 2013-02-05 10:08:05 +0100
|
4
|
-
|
5
|
-
ActionController::RoutingError (No route matches [GET] "/"):
|
6
|
-
actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
7
|
-
actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
8
|
-
railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
|
9
|
-
railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
|
10
|
-
activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
|
11
|
-
railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
|
12
|
-
actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
13
|
-
rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
|
14
|
-
rack (1.4.4) lib/rack/runtime.rb:17:in `call'
|
15
|
-
activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
16
|
-
rack (1.4.4) lib/rack/lock.rb:15:in `call'
|
17
|
-
actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
|
18
|
-
railties (3.2.11) lib/rails/engine.rb:479:in `call'
|
19
|
-
railties (3.2.11) lib/rails/application.rb:223:in `call'
|
20
|
-
rack (1.4.4) lib/rack/content_length.rb:14:in `call'
|
21
|
-
railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
|
22
|
-
rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
|
23
|
-
/home/jk/.rvm/rubies/ruby-1.9.3-p194-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
24
|
-
/home/jk/.rvm/rubies/ruby-1.9.3-p194-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
25
|
-
/home/jk/.rvm/rubies/ruby-1.9.3-p194-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
26
|
-
|
27
|
-
|
28
|
-
Rendered /home/jk/.rvm/gems/ruby-1.9.3-p194-perf@i18n_viz/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.7ms)
|
29
|
-
|
30
|
-
|
31
|
-
Started GET "/test" for 127.0.0.1 at 2013-02-05 10:08:08 +0100
|
32
|
-
Processing by TestController#test as HTML
|
33
|
-
Rendered test/test.html.erb within layouts/application (3.0ms)
|
34
|
-
Compiled i18n_viz.css (0ms) (pid 10924)
|
35
|
-
Compiled application.css (3ms) (pid 10924)
|
36
|
-
Compiled jquery.js (1ms) (pid 10924)
|
37
|
-
Compiled jquery_ujs.js (0ms) (pid 10924)
|
38
|
-
Compiled i18n_viz/settings.js (63ms) (pid 10924)
|
39
|
-
Compiled i18n_viz/utils.js (2ms) (pid 10924)
|
40
|
-
Compiled i18n_viz/processing.js (20ms) (pid 10924)
|
41
|
-
Compiled i18n_viz/gui.js (21ms) (pid 10924)
|
42
|
-
Compiled i18n_viz.js (117ms) (pid 10924)
|
43
|
-
Compiled application.js (127ms) (pid 10924)
|
44
|
-
Completed 200 OK in 158ms (Views: 158.1ms)
|
45
|
-
|
46
|
-
|
47
|
-
Started GET "/assets/i18n_viz.css?body=1" for 127.0.0.1 at 2013-02-05 10:08:08 +0100
|
48
|
-
Served asset /i18n_viz.css - 200 OK (2ms)
|
49
|
-
|
50
|
-
|
51
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:08 +0100
|
52
|
-
Served asset /jquery_ujs.js - 200 OK (4ms)
|
53
|
-
|
54
|
-
|
55
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:08 +0100
|
56
|
-
Served asset /jquery.js - 200 OK (4ms)
|
57
|
-
|
58
|
-
|
59
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 10:08:08 +0100
|
60
|
-
Served asset /application.css - 200 OK (1ms)
|
61
|
-
|
62
|
-
|
63
|
-
Started GET "/assets/i18n_viz/settings.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:08 +0100
|
64
|
-
Served asset /i18n_viz/settings.js - 200 OK (1ms)
|
65
|
-
|
66
|
-
|
67
|
-
Started GET "/assets/i18n_viz/processing.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:08 +0100
|
68
|
-
Served asset /i18n_viz/processing.js - 200 OK (2ms)
|
69
|
-
|
70
|
-
|
71
|
-
Started GET "/assets/i18n_viz/utils.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:08 +0100
|
72
|
-
Served asset /i18n_viz/utils.js - 200 OK (1ms)
|
73
|
-
|
74
|
-
|
75
|
-
Started GET "/assets/i18n_viz/gui.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:08 +0100
|
76
|
-
Served asset /i18n_viz/gui.js - 200 OK (2ms)
|
77
|
-
|
78
|
-
|
79
|
-
Started GET "/assets/i18n_viz.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:08 +0100
|
80
|
-
Served asset /i18n_viz.js - 200 OK (7ms)
|
81
|
-
|
82
|
-
|
83
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:08 +0100
|
84
|
-
Served asset /application.js - 200 OK (10ms)
|
85
|
-
|
86
|
-
|
87
|
-
Started GET "/test?i18n_viz=true" for 127.0.0.1 at 2013-02-05 10:08:24 +0100
|
88
|
-
Processing by TestController#test as HTML
|
89
|
-
Parameters: {"i18n_viz"=>"true"}
|
90
|
-
Rendered test/test.html.erb within layouts/application (0.3ms)
|
91
|
-
Completed 200 OK in 7ms (Views: 6.9ms)
|
92
|
-
|
93
|
-
|
94
|
-
Started GET "/assets/i18n_viz.css?body=1" for 127.0.0.1 at 2013-02-05 10:08:24 +0100
|
95
|
-
Served asset /i18n_viz.css - 304 Not Modified (0ms)
|
96
|
-
|
97
|
-
|
98
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:24 +0100
|
99
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
100
|
-
|
101
|
-
|
102
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:24 +0100
|
103
|
-
Served asset /jquery.js - 304 Not Modified (2ms)
|
104
|
-
|
105
|
-
|
106
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 10:08:24 +0100
|
107
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
108
|
-
|
109
|
-
|
110
|
-
Started GET "/assets/i18n_viz/settings.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:24 +0100
|
111
|
-
Served asset /i18n_viz/settings.js - 304 Not Modified (0ms)
|
112
|
-
|
113
|
-
|
114
|
-
Started GET "/assets/i18n_viz/utils.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:24 +0100
|
115
|
-
Served asset /i18n_viz/utils.js - 304 Not Modified (15ms)
|
116
|
-
|
117
|
-
|
118
|
-
Started GET "/assets/i18n_viz/processing.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:24 +0100
|
119
|
-
Served asset /i18n_viz/processing.js - 304 Not Modified (0ms)
|
120
|
-
|
121
|
-
|
122
|
-
Started GET "/assets/i18n_viz/gui.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:24 +0100
|
123
|
-
Served asset /i18n_viz/gui.js - 304 Not Modified (0ms)
|
124
|
-
|
125
|
-
|
126
|
-
Started GET "/assets/i18n_viz.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:24 +0100
|
127
|
-
Served asset /i18n_viz.js - 304 Not Modified (0ms)
|
128
|
-
|
129
|
-
|
130
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 10:08:24 +0100
|
131
|
-
Served asset /application.js - 304 Not Modified (1ms)
|
data/test/dummy/log/test.log
DELETED
@@ -1,256 +0,0 @@
|
|
1
|
-
Started GET "/test?i18n_viz=1" for 127.0.0.1 at 2013-02-05 01:05:31 +0100
|
2
|
-
Processing by TestController#test as HTML
|
3
|
-
Parameters: {"i18n_viz"=>"1"}
|
4
|
-
Rendered test/test.html.erb within layouts/application (4.2ms)
|
5
|
-
Compiled i18n_viz.css (0ms) (pid 8292)
|
6
|
-
Compiled application.css (6ms) (pid 8292)
|
7
|
-
Compiled jquery.js (1ms) (pid 8292)
|
8
|
-
Compiled jquery_ujs.js (0ms) (pid 8292)
|
9
|
-
Compiled i18n_viz/settings.js (46ms) (pid 8292)
|
10
|
-
Compiled i18n_viz/utils.js (3ms) (pid 8292)
|
11
|
-
Compiled i18n_viz/processing.js (18ms) (pid 8292)
|
12
|
-
Compiled i18n_viz/gui.js (21ms) (pid 8292)
|
13
|
-
Compiled i18n_viz.js (148ms) (pid 8292)
|
14
|
-
Compiled application.js (168ms) (pid 8292)
|
15
|
-
Completed 200 OK in 274ms (Views: 274.2ms)
|
16
|
-
Started GET "/test?i18n_viz=1" for 127.0.0.1 at 2013-02-05 01:05:32 +0100
|
17
|
-
Processing by TestController#test as HTML
|
18
|
-
Parameters: {"i18n_viz"=>"1"}
|
19
|
-
Completed 200 OK in 4ms (Views: 3.5ms)
|
20
|
-
Started GET "/test" for 127.0.0.1 at 2013-02-05 01:05:32 +0100
|
21
|
-
Processing by TestController#test as HTML
|
22
|
-
Completed 200 OK in 4ms (Views: 3.9ms)
|
23
|
-
Started GET "/test?i18n_viz=1" for 127.0.0.1 at 2013-02-05 01:05:34 +0100
|
24
|
-
Processing by TestController#test as HTML
|
25
|
-
Parameters: {"i18n_viz"=>"1"}
|
26
|
-
Completed 200 OK in 9ms (Views: 8.4ms)
|
27
|
-
Started GET "/assets/i18n_viz.css?body=1" for 127.0.0.1 at 2013-02-05 01:05:34 +0100
|
28
|
-
Served asset /i18n_viz.css - 200 OK (38ms)
|
29
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:34 +0100
|
30
|
-
Served asset /jquery.js - 200 OK (8ms)
|
31
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:34 +0100
|
32
|
-
Served asset /jquery_ujs.js - 200 OK (4ms)
|
33
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 01:05:34 +0100
|
34
|
-
Served asset /application.css - 200 OK (4ms)
|
35
|
-
Started GET "/assets/i18n_viz/settings.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:34 +0100
|
36
|
-
Served asset /i18n_viz/settings.js - 200 OK (1ms)
|
37
|
-
Started GET "/assets/i18n_viz/utils.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:34 +0100
|
38
|
-
Served asset /i18n_viz/utils.js - 200 OK (4ms)
|
39
|
-
Started GET "/assets/i18n_viz/processing.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:34 +0100
|
40
|
-
Served asset /i18n_viz/processing.js - 200 OK (1ms)
|
41
|
-
Started GET "/assets/i18n_viz/gui.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:34 +0100
|
42
|
-
Served asset /i18n_viz/gui.js - 200 OK (3ms)
|
43
|
-
Started GET "/assets/i18n_viz.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:34 +0100
|
44
|
-
Served asset /i18n_viz.js - 200 OK (5ms)
|
45
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:34 +0100
|
46
|
-
Served asset /application.js - 200 OK (9ms)
|
47
|
-
Started GET "/test" for 127.0.0.1 at 2013-02-05 01:05:35 +0100
|
48
|
-
Processing by TestController#test as HTML
|
49
|
-
Completed 200 OK in 5ms (Views: 4.4ms)
|
50
|
-
Started GET "/assets/i18n_viz.css?body=1" for 127.0.0.1 at 2013-02-05 01:05:35 +0100
|
51
|
-
Served asset /i18n_viz.css - 304 Not Modified (23ms)
|
52
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 01:05:35 +0100
|
53
|
-
Served asset /application.css - 304 Not Modified (1ms)
|
54
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:35 +0100
|
55
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
56
|
-
Started GET "/assets/i18n_viz/utils.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:35 +0100
|
57
|
-
Served asset /i18n_viz/utils.js - 304 Not Modified (0ms)
|
58
|
-
Started GET "/assets/i18n_viz/settings.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:35 +0100
|
59
|
-
Served asset /i18n_viz/settings.js - 304 Not Modified (0ms)
|
60
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:35 +0100
|
61
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
62
|
-
Started GET "/assets/i18n_viz/processing.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:35 +0100
|
63
|
-
Served asset /i18n_viz/processing.js - 304 Not Modified (0ms)
|
64
|
-
Started GET "/assets/i18n_viz/gui.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:35 +0100
|
65
|
-
Served asset /i18n_viz/gui.js - 304 Not Modified (0ms)
|
66
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:35 +0100
|
67
|
-
Served asset /application.js - 304 Not Modified (1ms)
|
68
|
-
Started GET "/assets/i18n_viz.js?body=1" for 127.0.0.1 at 2013-02-05 01:05:35 +0100
|
69
|
-
Served asset /i18n_viz.js - 304 Not Modified (0ms)
|
70
|
-
Started GET "/test?i18n_viz=1" for 127.0.0.1 at 2013-02-05 10:04:38 +0100
|
71
|
-
Processing by TestController#test as HTML
|
72
|
-
Parameters: {"i18n_viz"=>"1"}
|
73
|
-
Rendered test/test.html.erb within layouts/application (4.1ms)
|
74
|
-
Completed 200 OK in 41ms (Views: 40.7ms)
|
75
|
-
Started GET "/test?i18n_viz=1" for 127.0.0.1 at 2013-02-05 10:04:38 +0100
|
76
|
-
Processing by TestController#test as HTML
|
77
|
-
Parameters: {"i18n_viz"=>"1"}
|
78
|
-
Completed 200 OK in 6ms (Views: 5.4ms)
|
79
|
-
Started GET "/test" for 127.0.0.1 at 2013-02-05 10:04:38 +0100
|
80
|
-
Processing by TestController#test as HTML
|
81
|
-
Completed 200 OK in 6ms (Views: 5.5ms)
|
82
|
-
Started GET "/test?i18n_viz=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
83
|
-
Processing by TestController#test as HTML
|
84
|
-
Parameters: {"i18n_viz"=>"1"}
|
85
|
-
Completed 200 OK in 10ms (Views: 10.1ms)
|
86
|
-
Started GET "/assets/i18n_viz.css?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
87
|
-
Served asset /i18n_viz.css - 200 OK (2ms)
|
88
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
89
|
-
Served asset /jquery.js - 200 OK (5ms)
|
90
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
91
|
-
Served asset /jquery_ujs.js - 200 OK (1ms)
|
92
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
93
|
-
Served asset /application.css - 200 OK (2ms)
|
94
|
-
Started GET "/assets/i18n_viz/settings.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
95
|
-
Served asset /i18n_viz/settings.js - 200 OK (1ms)
|
96
|
-
Started GET "/assets/i18n_viz/utils.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
97
|
-
Served asset /i18n_viz/utils.js - 200 OK (1ms)
|
98
|
-
Started GET "/assets/i18n_viz/processing.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
99
|
-
Served asset /i18n_viz/processing.js - 200 OK (3ms)
|
100
|
-
Started GET "/assets/i18n_viz/gui.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
101
|
-
Served asset /i18n_viz/gui.js - 200 OK (2ms)
|
102
|
-
Started GET "/assets/i18n_viz.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
103
|
-
Served asset /i18n_viz.js - 200 OK (5ms)
|
104
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
105
|
-
Served asset /application.js - 200 OK (29ms)
|
106
|
-
Started GET "/test" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
107
|
-
Processing by TestController#test as HTML
|
108
|
-
Completed 200 OK in 8ms (Views: 7.7ms)
|
109
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
110
|
-
Served asset /jquery.js - 304 Not Modified (11ms)
|
111
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
112
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
113
|
-
Started GET "/assets/i18n_viz/settings.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
114
|
-
Served asset /i18n_viz/settings.js - 304 Not Modified (5ms)
|
115
|
-
Started GET "/assets/i18n_viz/utils.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
116
|
-
Served asset /i18n_viz/utils.js - 304 Not Modified (0ms)
|
117
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
118
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
119
|
-
Started GET "/assets/i18n_viz/processing.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
120
|
-
Served asset /i18n_viz/processing.js - 304 Not Modified (0ms)
|
121
|
-
Started GET "/assets/i18n_viz.css?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
122
|
-
Served asset /i18n_viz.css - 304 Not Modified (0ms)
|
123
|
-
Started GET "/assets/i18n_viz/gui.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
124
|
-
Served asset /i18n_viz/gui.js - 304 Not Modified (0ms)
|
125
|
-
Started GET "/assets/i18n_viz.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
126
|
-
Served asset /i18n_viz.js - 304 Not Modified (1ms)
|
127
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 10:04:41 +0100
|
128
|
-
Served asset /application.js - 304 Not Modified (38ms)
|
129
|
-
Started GET "/test?i18n_viz=1" for 127.0.0.1 at 2013-02-05 10:06:07 +0100
|
130
|
-
Processing by TestController#test as HTML
|
131
|
-
Parameters: {"i18n_viz"=>"1"}
|
132
|
-
Rendered test/test.html.erb within layouts/application (4.1ms)
|
133
|
-
Completed 200 OK in 49ms (Views: 48.6ms)
|
134
|
-
Started GET "/test?i18n_viz=1" for 127.0.0.1 at 2013-02-05 10:06:08 +0100
|
135
|
-
Processing by TestController#test as HTML
|
136
|
-
Parameters: {"i18n_viz"=>"1"}
|
137
|
-
Completed 200 OK in 5ms (Views: 5.4ms)
|
138
|
-
Started GET "/test" for 127.0.0.1 at 2013-02-05 10:06:08 +0100
|
139
|
-
Processing by TestController#test as HTML
|
140
|
-
Completed 200 OK in 6ms (Views: 5.8ms)
|
141
|
-
Started GET "/test?i18n_viz=1" for 127.0.0.1 at 2013-02-05 10:06:10 +0100
|
142
|
-
Processing by TestController#test as HTML
|
143
|
-
Parameters: {"i18n_viz"=>"1"}
|
144
|
-
Completed 200 OK in 6ms (Views: 6.3ms)
|
145
|
-
Started GET "/assets/i18n_viz.css?body=1" for 127.0.0.1 at 2013-02-05 10:06:10 +0100
|
146
|
-
Served asset /i18n_viz.css - 200 OK (27ms)
|
147
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:10 +0100
|
148
|
-
Served asset /jquery.js - 200 OK (8ms)
|
149
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:10 +0100
|
150
|
-
Served asset /jquery_ujs.js - 200 OK (1ms)
|
151
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 10:06:10 +0100
|
152
|
-
Served asset /application.css - 200 OK (2ms)
|
153
|
-
Started GET "/assets/i18n_viz/settings.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:10 +0100
|
154
|
-
Served asset /i18n_viz/settings.js - 200 OK (2ms)
|
155
|
-
Started GET "/assets/i18n_viz/utils.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:10 +0100
|
156
|
-
Served asset /i18n_viz/utils.js - 200 OK (3ms)
|
157
|
-
Started GET "/assets/i18n_viz/processing.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:10 +0100
|
158
|
-
Served asset /i18n_viz/processing.js - 200 OK (1ms)
|
159
|
-
Started GET "/assets/i18n_viz/gui.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:10 +0100
|
160
|
-
Served asset /i18n_viz/gui.js - 200 OK (1ms)
|
161
|
-
Started GET "/assets/i18n_viz.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:10 +0100
|
162
|
-
Served asset /i18n_viz.js - 200 OK (3ms)
|
163
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:10 +0100
|
164
|
-
Served asset /application.js - 200 OK (9ms)
|
165
|
-
Started GET "/test" for 127.0.0.1 at 2013-02-05 10:06:13 +0100
|
166
|
-
Processing by TestController#test as HTML
|
167
|
-
Completed 200 OK in 7ms (Views: 6.9ms)
|
168
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 10:06:13 +0100
|
169
|
-
Served asset /application.css - 304 Not Modified (2ms)
|
170
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:13 +0100
|
171
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
172
|
-
Started GET "/assets/i18n_viz/settings.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:13 +0100
|
173
|
-
Served asset /i18n_viz/settings.js - 304 Not Modified (0ms)
|
174
|
-
Started GET "/assets/i18n_viz/utils.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:13 +0100
|
175
|
-
Served asset /i18n_viz/utils.js - 304 Not Modified (0ms)
|
176
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:13 +0100
|
177
|
-
Served asset /jquery.js - 304 Not Modified (4ms)
|
178
|
-
Started GET "/assets/i18n_viz.css?body=1" for 127.0.0.1 at 2013-02-05 10:06:13 +0100
|
179
|
-
Served asset /i18n_viz.css - 304 Not Modified (0ms)
|
180
|
-
Started GET "/assets/i18n_viz/processing.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:13 +0100
|
181
|
-
Served asset /i18n_viz/processing.js - 304 Not Modified (0ms)
|
182
|
-
Started GET "/assets/i18n_viz/gui.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:13 +0100
|
183
|
-
Served asset /i18n_viz/gui.js - 304 Not Modified (0ms)
|
184
|
-
Started GET "/assets/i18n_viz.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:13 +0100
|
185
|
-
Served asset /i18n_viz.js - 304 Not Modified (0ms)
|
186
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 10:06:13 +0100
|
187
|
-
Served asset /application.js - 304 Not Modified (37ms)
|
188
|
-
Started GET "/test?i18n_viz=1" for 127.0.0.1 at 2013-02-05 10:16:04 +0100
|
189
|
-
Processing by TestController#test as HTML
|
190
|
-
Parameters: {"i18n_viz"=>"1"}
|
191
|
-
Rendered test/test.html.erb within layouts/application (4.3ms)
|
192
|
-
Compiled i18n_viz.css (0ms) (pid 11873)
|
193
|
-
Compiled application.css (3ms) (pid 11873)
|
194
|
-
Compiled jquery.js (1ms) (pid 11873)
|
195
|
-
Compiled jquery_ujs.js (0ms) (pid 11873)
|
196
|
-
Compiled i18n_viz/settings.js (50ms) (pid 11873)
|
197
|
-
Compiled i18n_viz/utils.js (2ms) (pid 11873)
|
198
|
-
Compiled i18n_viz/processing.js (25ms) (pid 11873)
|
199
|
-
Compiled i18n_viz/gui.js (27ms) (pid 11873)
|
200
|
-
Compiled i18n_viz.js (114ms) (pid 11873)
|
201
|
-
Compiled application.js (140ms) (pid 11873)
|
202
|
-
Completed 200 OK in 187ms (Views: 186.7ms)
|
203
|
-
Started GET "/test?i18n_viz=1" for 127.0.0.1 at 2013-02-05 10:16:04 +0100
|
204
|
-
Processing by TestController#test as HTML
|
205
|
-
Parameters: {"i18n_viz"=>"1"}
|
206
|
-
Completed 200 OK in 4ms (Views: 3.7ms)
|
207
|
-
Started GET "/test" for 127.0.0.1 at 2013-02-05 10:16:04 +0100
|
208
|
-
Processing by TestController#test as HTML
|
209
|
-
Completed 200 OK in 20ms (Views: 19.6ms)
|
210
|
-
Started GET "/test?i18n_viz=1" for 127.0.0.1 at 2013-02-05 10:16:06 +0100
|
211
|
-
Processing by TestController#test as HTML
|
212
|
-
Parameters: {"i18n_viz"=>"1"}
|
213
|
-
Completed 200 OK in 8ms (Views: 8.3ms)
|
214
|
-
Started GET "/assets/i18n_viz.css?body=1" for 127.0.0.1 at 2013-02-05 10:16:06 +0100
|
215
|
-
Served asset /i18n_viz.css - 200 OK (2ms)
|
216
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 10:16:06 +0100
|
217
|
-
Served asset /application.css - 200 OK (3ms)
|
218
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:06 +0100
|
219
|
-
Served asset /jquery.js - 200 OK (8ms)
|
220
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:06 +0100
|
221
|
-
Served asset /jquery_ujs.js - 200 OK (2ms)
|
222
|
-
Started GET "/assets/i18n_viz/processing.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:06 +0100
|
223
|
-
Served asset /i18n_viz/processing.js - 200 OK (3ms)
|
224
|
-
Started GET "/assets/i18n_viz/settings.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:06 +0100
|
225
|
-
Served asset /i18n_viz/settings.js - 200 OK (1ms)
|
226
|
-
Started GET "/assets/i18n_viz/utils.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:06 +0100
|
227
|
-
Served asset /i18n_viz/utils.js - 200 OK (1ms)
|
228
|
-
Started GET "/assets/i18n_viz/gui.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:06 +0100
|
229
|
-
Served asset /i18n_viz/gui.js - 200 OK (3ms)
|
230
|
-
Started GET "/assets/i18n_viz.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:06 +0100
|
231
|
-
Served asset /i18n_viz.js - 200 OK (4ms)
|
232
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:06 +0100
|
233
|
-
Served asset /application.js - 200 OK (40ms)
|
234
|
-
Started GET "/test" for 127.0.0.1 at 2013-02-05 10:16:09 +0100
|
235
|
-
Processing by TestController#test as HTML
|
236
|
-
Completed 200 OK in 4ms (Views: 4.1ms)
|
237
|
-
Started GET "/assets/i18n_viz.css?body=1" for 127.0.0.1 at 2013-02-05 10:16:09 +0100
|
238
|
-
Served asset /i18n_viz.css - 304 Not Modified (6ms)
|
239
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 10:16:09 +0100
|
240
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
241
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:09 +0100
|
242
|
-
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
|
243
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:09 +0100
|
244
|
-
Served asset /jquery.js - 304 Not Modified (4ms)
|
245
|
-
Started GET "/assets/i18n_viz/utils.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:09 +0100
|
246
|
-
Served asset /i18n_viz/utils.js - 304 Not Modified (0ms)
|
247
|
-
Started GET "/assets/i18n_viz/settings.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:09 +0100
|
248
|
-
Served asset /i18n_viz/settings.js - 304 Not Modified (29ms)
|
249
|
-
Started GET "/assets/i18n_viz/processing.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:09 +0100
|
250
|
-
Served asset /i18n_viz/processing.js - 304 Not Modified (0ms)
|
251
|
-
Started GET "/assets/i18n_viz/gui.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:09 +0100
|
252
|
-
Served asset /i18n_viz/gui.js - 304 Not Modified (0ms)
|
253
|
-
Started GET "/assets/i18n_viz.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:09 +0100
|
254
|
-
Served asset /i18n_viz.js - 304 Not Modified (0ms)
|
255
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 10:16:09 +0100
|
256
|
-
Served asset /application.js - 304 Not Modified (1ms)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,23 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
3
|
-
<title>Dummy</title>
|
4
|
-
<link type="text/css" rel="stylesheet" media="all" href="/assets/i18n_viz.css?body=1" />
|
5
|
-
<link type="text/css" rel="stylesheet" media="all" href="/assets/application.css?body=1" />
|
6
|
-
<script type="text/javascript" src="/assets/jquery.js?body=1"></script>
|
7
|
-
<script type="text/javascript" src="/assets/jquery_ujs.js?body=1"></script>
|
8
|
-
<script type="text/javascript" src="/assets/i18n_viz/settings.js?body=1"></script>
|
9
|
-
<script type="text/javascript" src="/assets/i18n_viz/utils.js?body=1"></script>
|
10
|
-
<script type="text/javascript" src="/assets/i18n_viz/processing.js?body=1"></script>
|
11
|
-
<script type="text/javascript" src="/assets/i18n_viz/gui.js?body=1"></script>
|
12
|
-
<script type="text/javascript" src="/assets/i18n_viz.js?body=1"></script>
|
13
|
-
<script type="text/javascript" src="/assets/application.js?body=1"></script>
|
14
|
-
|
15
|
-
</head>
|
16
|
-
<body>
|
17
|
-
|
18
|
-
<span class="i18n-viz">Hello world--hello--</span>
|
19
|
-
<span>bar</span>
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
<div id="i18n_viz_tooltip">...</div></body></html>
|
@@ -1,23 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
3
|
-
<title>Dummy</title>
|
4
|
-
<link type="text/css" rel="stylesheet" media="all" href="/assets/i18n_viz.css?body=1" />
|
5
|
-
<link type="text/css" rel="stylesheet" media="all" href="/assets/application.css?body=1" />
|
6
|
-
<script type="text/javascript" src="/assets/jquery.js?body=1"></script>
|
7
|
-
<script type="text/javascript" src="/assets/jquery_ujs.js?body=1"></script>
|
8
|
-
<script type="text/javascript" src="/assets/i18n_viz/settings.js?body=1"></script>
|
9
|
-
<script type="text/javascript" src="/assets/i18n_viz/utils.js?body=1"></script>
|
10
|
-
<script type="text/javascript" src="/assets/i18n_viz/processing.js?body=1"></script>
|
11
|
-
<script type="text/javascript" src="/assets/i18n_viz/gui.js?body=1"></script>
|
12
|
-
<script type="text/javascript" src="/assets/i18n_viz.js?body=1"></script>
|
13
|
-
<script type="text/javascript" src="/assets/application.js?body=1"></script>
|
14
|
-
|
15
|
-
</head>
|
16
|
-
<body>
|
17
|
-
|
18
|
-
<span class="i18n-viz">Hello world--hello--</span>
|
19
|
-
<span>bar</span>
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
<div id="i18n_viz_tooltip">...</div></body></html>
|
@@ -1 +0,0 @@
|
|
1
|
-
10924
|