translation_handler 0.0.3 → 0.0.4
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.
- checksums.yaml +7 -0
- data/app/controllers/translation_handler/translations_controller.rb +8 -1
- data/lib/translation_handler/version.rb +1 -1
- data/test/dummy/app/views/translation_handler/translations/index.html.erb +4 -1
- 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/en.yml +12 -2
- data/test/dummy/log/development.log +501 -2180
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- metadata +82 -110
- data/test/dummy/config/locales/abdul.barek.yml +0 -3
- data/test/dummy/config/locales/asas.yml +0 -7
- data/test/dummy/config/locales/barek2k2.yml +0 -7
- data/test/dummy/config/locales/devise.en.yml +0 -72
- data/test/dummy/config/locales/simple_form.en.yml +0 -26
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +0 -100
- 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
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: translation_handler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.4
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Bilash Saha
|
@@ -10,7 +9,7 @@ authors:
|
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date: 2014-01-
|
12
|
+
date: 2014-01-21 00:00:00.000000000 Z
|
14
13
|
dependencies: []
|
15
14
|
description: It manages translations available from (config/locals/*.yml) through
|
16
15
|
making customized views so that translation files can be managed from User Interface
|
@@ -21,160 +20,133 @@ executables: []
|
|
21
20
|
extensions: []
|
22
21
|
extra_rdoc_files: []
|
23
22
|
files:
|
23
|
+
- MIT-LICENSE
|
24
|
+
- README.rdoc
|
25
|
+
- Rakefile
|
26
|
+
- app/controllers/translation_handler/application_controller.rb
|
27
|
+
- app/controllers/translation_handler/translations_controller.rb
|
24
28
|
- app/views/translation_handler/translations/edit.html.erb
|
25
29
|
- app/views/translation_handler/translations/index.html.erb
|
26
30
|
- app/views/translation_handler/translations/new.html.erb
|
27
|
-
- app/controllers/translation_handler/translations_controller.rb
|
28
|
-
- app/controllers/translation_handler/application_controller.rb
|
29
31
|
- config/routes.rb
|
30
|
-
- lib/translation_handler/version.rb
|
31
|
-
- lib/translation_handler/engine.rb
|
32
|
-
- lib/generators/translation_views/translation_views_generator.rb
|
33
32
|
- lib/generators/translation_views/USAGE
|
34
|
-
- lib/
|
33
|
+
- lib/generators/translation_views/translation_views_generator.rb
|
35
34
|
- lib/tasks/translation_handler_tasks.rake
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
- test/
|
40
|
-
- test/test_helper.rb
|
41
|
-
- test/integration/navigation_test.rb
|
35
|
+
- lib/translation_handler.rb
|
36
|
+
- lib/translation_handler/engine.rb
|
37
|
+
- lib/translation_handler/version.rb
|
38
|
+
- test/dummy/README.rdoc
|
42
39
|
- test/dummy/Rakefile
|
43
|
-
- test/dummy/
|
40
|
+
- test/dummy/app/assets/javascripts/application.js
|
41
|
+
- test/dummy/app/assets/stylesheets/application.css
|
42
|
+
- test/dummy/app/controllers/application_controller.rb
|
43
|
+
- test/dummy/app/helpers/application_helper.rb
|
44
|
+
- test/dummy/app/views/layouts/application.html.erb
|
45
|
+
- test/dummy/app/views/translation_handler/translations/edit.html.erb
|
46
|
+
- test/dummy/app/views/translation_handler/translations/index.html.erb
|
47
|
+
- test/dummy/app/views/translation_handler/translations/new.html.erb
|
44
48
|
- test/dummy/bin/bundle
|
45
|
-
- test/dummy/bin/rake
|
46
49
|
- test/dummy/bin/rails
|
47
|
-
- test/dummy/
|
48
|
-
- test/dummy/
|
49
|
-
- test/dummy/public/500.html
|
50
|
-
- test/dummy/public/favicon.ico
|
51
|
-
- test/dummy/public/404.html
|
52
|
-
- test/dummy/public/422.html
|
53
|
-
- test/dummy/README.rdoc
|
54
|
-
- test/dummy/log/test.log
|
55
|
-
- test/dummy/log/development.log
|
56
|
-
- test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
57
|
-
- test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
58
|
-
- test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
|
59
|
-
- test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
60
|
-
- test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
61
|
-
- test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
62
|
-
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
63
|
-
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
64
|
-
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
65
|
-
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
66
|
-
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
67
|
-
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
68
|
-
- test/dummy/config/routes.rb
|
50
|
+
- test/dummy/bin/rake
|
51
|
+
- test/dummy/config.ru
|
69
52
|
- test/dummy/config/application.rb
|
70
53
|
- test/dummy/config/boot.rb
|
71
|
-
- test/dummy/config/
|
72
|
-
- test/dummy/config/
|
73
|
-
- test/dummy/config/
|
54
|
+
- test/dummy/config/database.yml
|
55
|
+
- test/dummy/config/environment.rb
|
56
|
+
- test/dummy/config/environments/development.rb
|
57
|
+
- test/dummy/config/environments/production.rb
|
58
|
+
- test/dummy/config/environments/test.rb
|
74
59
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
75
60
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
76
|
-
- test/dummy/config/initializers/mime_types.rb
|
77
61
|
- test/dummy/config/initializers/inflections.rb
|
78
|
-
- test/dummy/config/
|
79
|
-
- test/dummy/config/
|
80
|
-
- test/dummy/config/
|
81
|
-
- test/dummy/config/
|
82
|
-
- test/dummy/config/environment.rb
|
83
|
-
- test/dummy/config/locales/asas.yml
|
84
|
-
- test/dummy/config/locales/devise.en.yml
|
85
|
-
- test/dummy/config/locales/simple_form.en.yml
|
86
|
-
- test/dummy/config/locales/abdul.barek.yml
|
87
|
-
- test/dummy/config/locales/barek2k2.yml
|
62
|
+
- test/dummy/config/initializers/mime_types.rb
|
63
|
+
- test/dummy/config/initializers/secret_token.rb
|
64
|
+
- test/dummy/config/initializers/session_store.rb
|
65
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
88
66
|
- test/dummy/config/locales/en.yml
|
89
|
-
- test/dummy/
|
90
|
-
- test/dummy/
|
91
|
-
- test/dummy/
|
92
|
-
- test/dummy/
|
93
|
-
- test/dummy/
|
94
|
-
- test/dummy/
|
95
|
-
- test/dummy/
|
96
|
-
- test/dummy/
|
67
|
+
- test/dummy/config/routes.rb
|
68
|
+
- test/dummy/db/development.sqlite3
|
69
|
+
- test/dummy/log/development.log
|
70
|
+
- test/dummy/public/404.html
|
71
|
+
- test/dummy/public/422.html
|
72
|
+
- test/dummy/public/500.html
|
73
|
+
- test/dummy/public/favicon.ico
|
74
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
75
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
76
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
77
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
78
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
79
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
80
|
+
- test/integration/navigation_test.rb
|
81
|
+
- test/test_helper.rb
|
82
|
+
- test/translation_handler_test.rb
|
97
83
|
homepage: ''
|
98
84
|
licenses: []
|
85
|
+
metadata: {}
|
99
86
|
post_install_message:
|
100
87
|
rdoc_options: []
|
101
88
|
require_paths:
|
102
89
|
- lib
|
103
90
|
required_ruby_version: !ruby/object:Gem::Requirement
|
104
|
-
none: false
|
105
91
|
requirements:
|
106
92
|
- - '>='
|
107
93
|
- !ruby/object:Gem::Version
|
108
94
|
version: '0'
|
109
95
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
110
|
-
none: false
|
111
96
|
requirements:
|
112
97
|
- - '>='
|
113
98
|
- !ruby/object:Gem::Version
|
114
99
|
version: '0'
|
115
100
|
requirements: []
|
116
101
|
rubyforge_project:
|
117
|
-
rubygems_version:
|
102
|
+
rubygems_version: 2.2.1
|
118
103
|
signing_key:
|
119
|
-
specification_version:
|
104
|
+
specification_version: 4
|
120
105
|
summary: A MVC based Rails Engine(gem) that manages translations from GUI
|
121
106
|
test_files:
|
122
|
-
- test/translation_handler_test.rb
|
123
|
-
- test/test_helper.rb
|
124
107
|
- test/integration/navigation_test.rb
|
125
|
-
- test/
|
126
|
-
- test/dummy/
|
108
|
+
- test/translation_handler_test.rb
|
109
|
+
- test/dummy/README.rdoc
|
110
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
111
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
112
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
113
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
114
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
115
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
127
116
|
- test/dummy/bin/bundle
|
128
117
|
- test/dummy/bin/rake
|
129
118
|
- test/dummy/bin/rails
|
119
|
+
- test/dummy/app/views/translation_handler/translations/new.html.erb
|
120
|
+
- test/dummy/app/views/translation_handler/translations/edit.html.erb
|
121
|
+
- test/dummy/app/views/translation_handler/translations/index.html.erb
|
122
|
+
- test/dummy/app/views/layouts/application.html.erb
|
123
|
+
- test/dummy/app/helpers/application_helper.rb
|
124
|
+
- test/dummy/app/controllers/application_controller.rb
|
125
|
+
- test/dummy/app/assets/javascripts/application.js
|
126
|
+
- test/dummy/app/assets/stylesheets/application.css
|
130
127
|
- test/dummy/db/development.sqlite3
|
131
|
-
- test/dummy/
|
132
|
-
- test/dummy/public/500.html
|
133
|
-
- test/dummy/public/favicon.ico
|
128
|
+
- test/dummy/Rakefile
|
134
129
|
- test/dummy/public/404.html
|
135
130
|
- test/dummy/public/422.html
|
136
|
-
- test/dummy/
|
137
|
-
- test/dummy/
|
138
|
-
- test/dummy/
|
139
|
-
- test/dummy/
|
140
|
-
- test/dummy/
|
141
|
-
- test/dummy/
|
142
|
-
- test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
143
|
-
- test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
144
|
-
- test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
145
|
-
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
146
|
-
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
147
|
-
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
148
|
-
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
149
|
-
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
150
|
-
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
151
|
-
- test/dummy/config/routes.rb
|
152
|
-
- test/dummy/config/application.rb
|
131
|
+
- test/dummy/public/favicon.ico
|
132
|
+
- test/dummy/public/500.html
|
133
|
+
- test/dummy/config.ru
|
134
|
+
- test/dummy/config/environments/test.rb
|
135
|
+
- test/dummy/config/environments/production.rb
|
136
|
+
- test/dummy/config/environments/development.rb
|
153
137
|
- test/dummy/config/boot.rb
|
138
|
+
- test/dummy/config/environment.rb
|
139
|
+
- test/dummy/config/routes.rb
|
140
|
+
- test/dummy/config/database.yml
|
141
|
+
- test/dummy/config/locales/en.yml
|
142
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
143
|
+
- test/dummy/config/initializers/mime_types.rb
|
154
144
|
- test/dummy/config/initializers/session_store.rb
|
155
145
|
- test/dummy/config/initializers/secret_token.rb
|
156
146
|
- test/dummy/config/initializers/wrap_parameters.rb
|
157
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
158
147
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
159
|
-
- test/dummy/config/initializers/mime_types.rb
|
160
148
|
- test/dummy/config/initializers/inflections.rb
|
161
|
-
- test/dummy/config/
|
162
|
-
- test/dummy/
|
163
|
-
- test/
|
164
|
-
- test/dummy/config/database.yml
|
165
|
-
- test/dummy/config/environment.rb
|
166
|
-
- test/dummy/config/locales/asas.yml
|
167
|
-
- test/dummy/config/locales/devise.en.yml
|
168
|
-
- test/dummy/config/locales/simple_form.en.yml
|
169
|
-
- test/dummy/config/locales/abdul.barek.yml
|
170
|
-
- test/dummy/config/locales/barek2k2.yml
|
171
|
-
- test/dummy/config/locales/en.yml
|
172
|
-
- test/dummy/app/helpers/application_helper.rb
|
173
|
-
- test/dummy/app/views/translation_handler/translations/edit.html.erb
|
174
|
-
- test/dummy/app/views/translation_handler/translations/index.html.erb
|
175
|
-
- test/dummy/app/views/translation_handler/translations/new.html.erb
|
176
|
-
- test/dummy/app/views/layouts/application.html.erb
|
177
|
-
- test/dummy/app/assets/javascripts/application.js
|
178
|
-
- test/dummy/app/assets/stylesheets/application.css
|
179
|
-
- test/dummy/app/controllers/application_controller.rb
|
149
|
+
- test/dummy/config/application.rb
|
150
|
+
- test/dummy/log/development.log
|
151
|
+
- test/test_helper.rb
|
180
152
|
has_rdoc:
|
@@ -1,72 +0,0 @@
|
|
1
|
-
---
|
2
|
-
en:
|
3
|
-
devise:
|
4
|
-
confirmations:
|
5
|
-
confirmed: Your account was successfully confirmed. You are now signed in.
|
6
|
-
send_instructions: You will receive an email with instructions about how to
|
7
|
-
confirm your account in a few minutes.
|
8
|
-
send_paranoid_instructions: If your email address exists in our database, you
|
9
|
-
will receive an email with instructions about how to confirm your account
|
10
|
-
in a few minutes.
|
11
|
-
failure:
|
12
|
-
already_authenticated: You are already signed in.
|
13
|
-
inactive: Your account was not activated yet.
|
14
|
-
invalid: Invalid email or password.
|
15
|
-
invalid_token: Invalid authentication token.
|
16
|
-
locked: Your account is locked.
|
17
|
-
not_found_in_database: Invalid email or password.
|
18
|
-
timeout: Your session expired, please sign in again to continue.
|
19
|
-
unauthenticated: You need to sign in or sign up before continuing.
|
20
|
-
unconfirmed: You have to confirm your account before continuing.
|
21
|
-
mailer:
|
22
|
-
confirmation_instructions:
|
23
|
-
subject: Confirmation instructions
|
24
|
-
reset_password_instructions:
|
25
|
-
subject: Reset password instructions
|
26
|
-
unlock_instructions:
|
27
|
-
subject: Unlock Instructions
|
28
|
-
omniauth_callbacks:
|
29
|
-
failure: Could not authenticate you from %{kind} because "%{reason}".
|
30
|
-
success: Successfully authenticated from %{kind} account.
|
31
|
-
passwords:
|
32
|
-
no_token: You can
|
33
|
-
send_instructions: You will receive an email with instructions about how to
|
34
|
-
reset your password in a few minutes.
|
35
|
-
send_paranoid_instructions: If your email address exists in our database, you
|
36
|
-
will receive a password recovery link at your email address in a few minutes.
|
37
|
-
updated: Your password was changed successfully. You are now signed in.
|
38
|
-
updated_not_active: Your password was changed successfully.
|
39
|
-
registrations:
|
40
|
-
destroyed: Bye! Your account was successfully cancelled. We hope to see you
|
41
|
-
again soon.
|
42
|
-
signed_up: Welcome! You have signed up successfully.
|
43
|
-
signed_up_but_inactive: You have signed up successfully. However, we could not
|
44
|
-
sign you in because your account is not yet activated.
|
45
|
-
signed_up_but_locked: You have signed up successfully. However, we could not
|
46
|
-
sign you in because your account is locked.
|
47
|
-
signed_up_but_unconfirmed: A message with a confirmation link has been sent
|
48
|
-
to your email address. Please open the link to activate your account.
|
49
|
-
update_needs_confirmation: You updated your account successfully, but we need
|
50
|
-
to verify your new email address. Please check your email and click on the
|
51
|
-
confirm link to finalize confirming your new email address.
|
52
|
-
updated: You updated your account successfully.
|
53
|
-
sessions:
|
54
|
-
signed_in: Signed in successfully.
|
55
|
-
signed_out: Signed out successfully.
|
56
|
-
unlocks:
|
57
|
-
send_instructions: You will receive an email with instructions about how to
|
58
|
-
unlock your account in a few minutes.
|
59
|
-
send_paranoid_instructions: If your account exists, you will receive an email
|
60
|
-
with instructions about how to unlock it in a few minutes.
|
61
|
-
unlocked: Your account has been unlocked successfully. Please sign in to continue.
|
62
|
-
errors:
|
63
|
-
messages:
|
64
|
-
already_confirmed: was already confirmed, please try signing in
|
65
|
-
confirmation_period_expired: needs to be confirmed within %{period}, please
|
66
|
-
request a new one
|
67
|
-
expired: has expired, please request a new one
|
68
|
-
not_found: not found
|
69
|
-
not_locked: was not locked
|
70
|
-
not_saved:
|
71
|
-
one: '1 error prohibited this %{resource} from being saved:'
|
72
|
-
other: '%{count} errors prohibited this %{resource} from being saved:'
|
@@ -1,26 +0,0 @@
|
|
1
|
-
en:
|
2
|
-
simple_form:
|
3
|
-
"yes": 'Yes'
|
4
|
-
"no": 'No'
|
5
|
-
required:
|
6
|
-
text: 'required'
|
7
|
-
mark: '*'
|
8
|
-
# You can uncomment the line below if you need to overwrite the whole required html.
|
9
|
-
# When using html, text and mark won't be used.
|
10
|
-
# html: '<abbr title="required">*</abbr>'
|
11
|
-
error_notification:
|
12
|
-
default_message: "Please review the problems below:"
|
13
|
-
# Labels and hints examples
|
14
|
-
# labels:
|
15
|
-
# defaults:
|
16
|
-
# password: 'Password'
|
17
|
-
# user:
|
18
|
-
# new:
|
19
|
-
# email: 'E-mail to sign in.'
|
20
|
-
# edit:
|
21
|
-
# email: 'E-mail.'
|
22
|
-
# hints:
|
23
|
-
# defaults:
|
24
|
-
# username: 'User name to sign in.'
|
25
|
-
# password: 'No special characters, please.'
|
26
|
-
|
data/test/dummy/db/test.sqlite3
DELETED
File without changes
|
data/test/dummy/log/test.log
DELETED
@@ -1,100 +0,0 @@
|
|
1
|
-
Processing by TranslationHandler::TranslationsController#index as HTML
|
2
|
-
Rendered translation_handler/translations/index.html.erb within layouts/application (2.0ms)
|
3
|
-
Completed 200 OK in 9ms (Views: 8.4ms)
|
4
|
-
Processing by TranslationHandler::TranslationsController#edit as HTML
|
5
|
-
Parameters: {"id"=>"en"}
|
6
|
-
Completed 200 OK in 4ms (Views: 2.7ms)
|
7
|
-
Processing by TranslationHandler::TranslationsController#update as HTML
|
8
|
-
Parameters: {"field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en"}
|
9
|
-
Redirected to http://test.host/translation_handler/translations
|
10
|
-
Completed 302 Found in 2ms
|
11
|
-
Processing by TranslationHandler::TranslationsController#index as HTML
|
12
|
-
Rendered translation_handler/translations/index.html.erb within layouts/application (2.2ms)
|
13
|
-
Completed 200 OK in 9ms (Views: 8.4ms)
|
14
|
-
Processing by TranslationHandler::TranslationsController#edit as HTML
|
15
|
-
Parameters: {"id"=>"en"}
|
16
|
-
Completed 200 OK in 4ms (Views: 2.6ms)
|
17
|
-
Processing by TranslationHandler::TranslationsController#update as HTML
|
18
|
-
Parameters: {"field_1"=>"hello test", "field_2"=>"def@yahoo.com", "field_3"=>"last first", "id"=>"en"}
|
19
|
-
Redirected to http://test.host/translation_handler/translations
|
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)
|