translation_handler 0.0.1 → 0.0.2
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/app/views/translation_handler/translations/new.html.erb +2 -2
- data/config/routes.rb +1 -1
- data/lib/translation_handler/version.rb +1 -1
- data/test/dummy/app/views/translation_handler/translations/index.html.erb +1 -4
- data/test/dummy/app/views/translation_handler/translations/new.html.erb +2 -2
- data/test/dummy/config/environments/development.rb +1 -1
- data/test/dummy/config/locales/abdul.barek.yml +3 -0
- data/test/dummy/config/locales/asas.yml +7 -0
- data/test/dummy/config/locales/barek2k2.yml +7 -0
- data/test/dummy/config/locales/devise.en.yml +72 -0
- data/test/dummy/config/locales/en.yml +6 -6
- data/test/dummy/config/locales/simple_form.en.yml +26 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +1772 -0
- data/test/dummy/log/test.log +80 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- metadata +58 -2
data/test/dummy/log/test.log
CHANGED
@@ -18,3 +18,83 @@ Processing by TranslationHandler::TranslationsController#update as HTML
|
|
18
18
|
Parameters: {"field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en"}
|
19
19
|
Redirected to http://test.host/translation_handler/translations
|
20
20
|
Completed 302 Found in 2ms
|
21
|
+
Processing by TranslationHandler::TranslationsController#index as HTML
|
22
|
+
Rendered translation_handler/translations/index.html.erb within layouts/application (2.6ms)
|
23
|
+
Completed 200 OK in 9ms (Views: 8.7ms)
|
24
|
+
Processing by TranslationHandler::TranslationsController#edit as HTML
|
25
|
+
Parameters: {"id"=>"en"}
|
26
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
27
|
+
Processing by TranslationHandler::TranslationsController#update as HTML
|
28
|
+
Parameters: {"field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en"}
|
29
|
+
Redirected to http://test.host/translation_handler/translations
|
30
|
+
Completed 302 Found in 2ms
|
31
|
+
Processing by TranslationHandler::TranslationsController#index as HTML
|
32
|
+
Rendered translation_handler/translations/index.html.erb within layouts/application (3.3ms)
|
33
|
+
Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.0ms)
|
34
|
+
Processing by TranslationHandler::TranslationsController#edit as HTML
|
35
|
+
Parameters: {"id"=>"en"}
|
36
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
37
|
+
Processing by TranslationHandler::TranslationsController#update as HTML
|
38
|
+
Parameters: {"field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en"}
|
39
|
+
Redirected to http://test.host/translation_handler/translations
|
40
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
41
|
+
Processing by TranslationHandler::TranslationsController#index as HTML
|
42
|
+
Rendered translation_handler/translations/index.html.erb within layouts/application (3.3ms)
|
43
|
+
Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms)
|
44
|
+
Processing by TranslationHandler::TranslationsController#edit as HTML
|
45
|
+
Parameters: {"id"=>"en"}
|
46
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
47
|
+
Processing by TranslationHandler::TranslationsController#update as HTML
|
48
|
+
Parameters: {"field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en"}
|
49
|
+
Redirected to http://test.host/translation_handler/translations
|
50
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
51
|
+
Processing by TranslationHandler::TranslationsController#index as HTML
|
52
|
+
Rendered /home/bilash/projects/gemmm/translation_handler/app/views/translation_handler/translations/index.html.erb within layouts/application (2.7ms)
|
53
|
+
Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.0ms)
|
54
|
+
Processing by TranslationHandler::TranslationsController#edit as HTML
|
55
|
+
Parameters: {"id"=>"en"}
|
56
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
57
|
+
Processing by TranslationHandler::TranslationsController#update as HTML
|
58
|
+
Parameters: {"field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en"}
|
59
|
+
Redirected to http://test.host/translation_handler/translations
|
60
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
61
|
+
Processing by TranslationHandler::TranslationsController#index as HTML
|
62
|
+
Rendered /home/bilash/projects/gemmm/translation_handler/app/views/translation_handler/translations/index.html.erb within layouts/application (2.7ms)
|
63
|
+
Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms)
|
64
|
+
Processing by TranslationHandler::TranslationsController#edit as HTML
|
65
|
+
Parameters: {"id"=>"en"}
|
66
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
67
|
+
Processing by TranslationHandler::TranslationsController#update as HTML
|
68
|
+
Parameters: {"field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en"}
|
69
|
+
Redirected to http://test.host/translation_handler/translations
|
70
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
71
|
+
Processing by TranslationHandler::TranslationsController#index as HTML
|
72
|
+
Rendered /home/bilash/projects/gemmm/translation_handler/app/views/translation_handler/translations/index.html.erb within layouts/application (2.7ms)
|
73
|
+
Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.0ms)
|
74
|
+
Processing by TranslationHandler::TranslationsController#edit as HTML
|
75
|
+
Parameters: {"id"=>"en"}
|
76
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
77
|
+
Processing by TranslationHandler::TranslationsController#update as HTML
|
78
|
+
Parameters: {"field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en"}
|
79
|
+
Redirected to http://test.host/translation_handler/translations
|
80
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
81
|
+
Processing by TranslationHandler::TranslationsController#index as HTML
|
82
|
+
Rendered translation_handler/translations/index.html.erb within layouts/application (2.7ms)
|
83
|
+
Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)
|
84
|
+
Processing by TranslationHandler::TranslationsController#edit as HTML
|
85
|
+
Parameters: {"id"=>"en"}
|
86
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
87
|
+
Processing by TranslationHandler::TranslationsController#update as HTML
|
88
|
+
Parameters: {"field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en"}
|
89
|
+
Redirected to http://test.host/translation_handler/translations
|
90
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
91
|
+
Processing by TranslationHandler::TranslationsController#index as HTML
|
92
|
+
Rendered translation_handler/translations/index.html.erb within layouts/application (3.0ms)
|
93
|
+
Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms)
|
94
|
+
Processing by TranslationHandler::TranslationsController#edit as HTML
|
95
|
+
Parameters: {"id"=>"en"}
|
96
|
+
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
97
|
+
Processing by TranslationHandler::TranslationsController#update as HTML
|
98
|
+
Parameters: {"field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en"}
|
99
|
+
Redirected to http://test.host/translation_handler/translations
|
100
|
+
Completed 302 Found in 24ms (ActiveRecord: 0.0ms)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: translation_handler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,39 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
date: 2014-01-13 00:00:00.000000000 Z
|
14
|
-
dependencies:
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: rails
|
17
|
+
requirement: !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
19
|
+
requirements:
|
20
|
+
- - ~>
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 4.0.0
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
27
|
+
requirements:
|
28
|
+
- - ~>
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
version: 4.0.0
|
31
|
+
- !ruby/object:Gem::Dependency
|
32
|
+
name: sqlite3
|
33
|
+
requirement: !ruby/object:Gem::Requirement
|
34
|
+
none: false
|
35
|
+
requirements:
|
36
|
+
- - '>='
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
type: :development
|
40
|
+
prerelease: false
|
41
|
+
version_requirements: !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
43
|
+
requirements:
|
44
|
+
- - '>='
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '0'
|
15
47
|
description: It manages translations available from (config/locals/*.yml) through
|
16
48
|
making customized views so that translation files can be managed from User Interface
|
17
49
|
email:
|
@@ -45,6 +77,7 @@ files:
|
|
45
77
|
- test/dummy/bin/rake
|
46
78
|
- test/dummy/bin/rails
|
47
79
|
- test/dummy/db/development.sqlite3
|
80
|
+
- test/dummy/db/test.sqlite3
|
48
81
|
- test/dummy/public/500.html
|
49
82
|
- test/dummy/public/favicon.ico
|
50
83
|
- test/dummy/public/404.html
|
@@ -52,6 +85,12 @@ files:
|
|
52
85
|
- test/dummy/README.rdoc
|
53
86
|
- test/dummy/log/test.log
|
54
87
|
- test/dummy/log/development.log
|
88
|
+
- test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
89
|
+
- test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
90
|
+
- test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
|
91
|
+
- test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
92
|
+
- test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
93
|
+
- test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
55
94
|
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
56
95
|
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
57
96
|
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
@@ -73,6 +112,11 @@ files:
|
|
73
112
|
- test/dummy/config/environments/test.rb
|
74
113
|
- test/dummy/config/database.yml
|
75
114
|
- test/dummy/config/environment.rb
|
115
|
+
- test/dummy/config/locales/asas.yml
|
116
|
+
- test/dummy/config/locales/devise.en.yml
|
117
|
+
- test/dummy/config/locales/simple_form.en.yml
|
118
|
+
- test/dummy/config/locales/abdul.barek.yml
|
119
|
+
- test/dummy/config/locales/barek2k2.yml
|
76
120
|
- test/dummy/config/locales/en.yml
|
77
121
|
- test/dummy/app/helpers/application_helper.rb
|
78
122
|
- test/dummy/app/views/translation_handler/translations/edit.html.erb
|
@@ -116,6 +160,7 @@ test_files:
|
|
116
160
|
- test/dummy/bin/rake
|
117
161
|
- test/dummy/bin/rails
|
118
162
|
- test/dummy/db/development.sqlite3
|
163
|
+
- test/dummy/db/test.sqlite3
|
119
164
|
- test/dummy/public/500.html
|
120
165
|
- test/dummy/public/favicon.ico
|
121
166
|
- test/dummy/public/404.html
|
@@ -123,6 +168,12 @@ test_files:
|
|
123
168
|
- test/dummy/README.rdoc
|
124
169
|
- test/dummy/log/test.log
|
125
170
|
- test/dummy/log/development.log
|
171
|
+
- test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
172
|
+
- test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
173
|
+
- test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
|
174
|
+
- test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
175
|
+
- test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
176
|
+
- test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
126
177
|
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
127
178
|
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
128
179
|
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
@@ -144,6 +195,11 @@ test_files:
|
|
144
195
|
- test/dummy/config/environments/test.rb
|
145
196
|
- test/dummy/config/database.yml
|
146
197
|
- test/dummy/config/environment.rb
|
198
|
+
- test/dummy/config/locales/asas.yml
|
199
|
+
- test/dummy/config/locales/devise.en.yml
|
200
|
+
- test/dummy/config/locales/simple_form.en.yml
|
201
|
+
- test/dummy/config/locales/abdul.barek.yml
|
202
|
+
- test/dummy/config/locales/barek2k2.yml
|
147
203
|
- test/dummy/config/locales/en.yml
|
148
204
|
- test/dummy/app/helpers/application_helper.rb
|
149
205
|
- test/dummy/app/views/translation_handler/translations/edit.html.erb
|