translation_center 1.0.2 → 1.0.3

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.
Files changed (34) hide show
  1. data/app/views/layouts/translation_center/application.html.haml +0 -2
  2. data/lib/generators/translation_center/add_lang/add_lang_generator.rb +2 -2
  3. data/lib/generators/translation_center/add_lang/templates/migrations/add_lang_status_translation_keys.rb +2 -2
  4. data/lib/generators/translation_center/install/templates/migrations/create_translation_center_translation_keys.rb +1 -1
  5. data/lib/translation_center/version.rb +1 -1
  6. data/test/dummy/app/views/posts/index.html.haml +1 -1
  7. data/test/dummy/config/database.yml +2 -2
  8. data/test/dummy/config/environments/production.rb +1 -1
  9. data/test/dummy/config/translation_center.yml +17 -0
  10. data/test/dummy/db/schema.rb +2 -1
  11. data/test/dummy/log/development.log +1605 -0
  12. data/test/dummy/log/production.log +117 -0
  13. data/test/dummy/tmp/cache/assets/CAD/E20/sprockets%2F3d8aab3522ef533912446f1944e26d09 +0 -0
  14. data/test/dummy/tmp/cache/assets/CC1/310/sprockets%2F96006e48b893964c6fd47a52ae3436b8 +0 -0
  15. data/test/dummy/tmp/cache/assets/CCD/580/sprockets%2Ff32670d01c25a30ccd71d304ea845765 +0 -0
  16. data/test/dummy/tmp/cache/assets/CE7/140/sprockets%2F2949d662ff6ec03201b7e378ef075e14 +0 -0
  17. data/test/dummy/tmp/cache/assets/CEB/4F0/sprockets%2F22cb8806c3c8ad47e49393b1008e99d8 +0 -0
  18. data/test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
  19. data/test/dummy/tmp/cache/assets/CFE/B90/sprockets%2F80e4bb2420a9d568c98ef2a2ab200542 +0 -0
  20. data/test/dummy/tmp/cache/assets/D05/9B0/sprockets%2F1e6b1f17387515a28e5d1a319705bbaf +0 -0
  21. data/test/dummy/tmp/cache/assets/D06/DE0/sprockets%2Ffdf16a129d414d8cee0f7f1482214250 +0 -0
  22. data/test/dummy/tmp/cache/assets/D08/010/sprockets%2Fdd961b3caa40376afc7584100945c7e2 +0 -0
  23. data/test/dummy/tmp/cache/assets/D10/FC0/sprockets%2F5072dc5710ac38e47fe846dc2394da26 +0 -0
  24. data/test/dummy/tmp/cache/assets/D17/6F0/sprockets%2F08e906109d907d8a40bbc8f6fef90920 +0 -0
  25. data/test/dummy/tmp/cache/assets/D1A/310/sprockets%2F5384ad85f52d3272dbc64d46ef3876a4 +0 -0
  26. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  27. data/test/dummy/tmp/cache/assets/D34/EE0/sprockets%2Fcd4de37fdb003c44a5342c51371d55f9 +0 -0
  28. data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
  29. data/test/dummy/tmp/cache/assets/D64/0A0/sprockets%2Faf267f225d5c9008de5262bcbba3f254 +0 -0
  30. data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
  31. data/test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b +0 -0
  32. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  33. metadata +8 -4
  34. data/test/dummy/tmp/pids/server.pid +0 -1
@@ -0,0 +1,117 @@
1
+
2
+
3
+ Started GET "/" for 127.0.0.1 at 2013-03-17 11:47:01 +0200
4
+ Processing by PostsController#index as HTML
5
+ Rendered posts/index.html.haml within layouts/application (66.5ms)
6
+ Completed 500 Internal Server Error in 363ms
7
+
8
+ ActionView::Template::Error (application.css isn't precompiled):
9
+ 2: <html>
10
+ 3: <head>
11
+ 4: <title>Dummy</title>
12
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
13
+ 6: <%= javascript_include_tag "application" %>
14
+ 7: <%= csrf_meta_tags %>
15
+ 8: </head>
16
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___834576069_95017450'
17
+ app/controllers/posts_controller.rb:8:in `index'
18
+
19
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
20
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
21
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (67.5ms)
22
+
23
+
24
+ Started GET "/" for 127.0.0.1 at 2013-03-17 11:47:23 +0200
25
+ Processing by PostsController#index as HTML
26
+ Rendered posts/index.html.haml within layouts/application (4.7ms)
27
+ Completed 500 Internal Server Error in 6ms
28
+
29
+ ActionView::Template::Error (application.css isn't precompiled):
30
+ 2: <html>
31
+ 3: <head>
32
+ 4: <title>Dummy</title>
33
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
34
+ 6: <%= javascript_include_tag "application" %>
35
+ 7: <%= csrf_meta_tags %>
36
+ 8: </head>
37
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___834576069_95017450'
38
+ app/controllers/posts_controller.rb:8:in `index'
39
+
40
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
41
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
42
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.3ms)
43
+
44
+
45
+ Started GET "/" for 127.0.0.1 at 2013-03-17 11:47:25 +0200
46
+ Processing by PostsController#index as HTML
47
+ Rendered posts/index.html.haml within layouts/application (7.0ms)
48
+ Completed 500 Internal Server Error in 10ms
49
+
50
+ ActionView::Template::Error (application.css isn't precompiled):
51
+ 2: <html>
52
+ 3: <head>
53
+ 4: <title>Dummy</title>
54
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
55
+ 6: <%= javascript_include_tag "application" %>
56
+ 7: <%= csrf_meta_tags %>
57
+ 8: </head>
58
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___834576069_95017450'
59
+ app/controllers/posts_controller.rb:8:in `index'
60
+
61
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
62
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
63
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.1ms)
64
+
65
+
66
+ Started GET "/" for 127.0.0.1 at 2013-03-17 11:47:59 +0200
67
+ Processing by PostsController#index as HTML
68
+ Rendered posts/index.html.haml within layouts/application (23.1ms)
69
+ Compiled application.css (23ms) (pid 23185)
70
+ Compiled posts.css (11ms) (pid 23185)
71
+ Compiled scaffold.css (0ms) (pid 23185)
72
+ Compiled translation_center/inspector.css (24ms) (pid 23185)
73
+ Compiled font-awesome.css (93ms) (pid 23185)
74
+ Compiled application.js (14ms) (pid 23185)
75
+ Compiled jquery.js (47ms) (pid 23185)
76
+ Compiled jquery_ujs.js (0ms) (pid 23185)
77
+ Compiled posts.js (0ms) (pid 23185)
78
+ Compiled translation_center/inspector.js (6ms) (pid 23185)
79
+ Completed 500 Internal Server Error in 531ms
80
+
81
+ ActionView::Template::Error (no such file to load -- uglifier
82
+ (in /home/bdrit/translation_center/test/dummy/app/assets/javascripts/application.js)):
83
+ 3: <head>
84
+ 4: <title>Dummy</title>
85
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
86
+ 6: <%= javascript_include_tag "application" %>
87
+ 7: <%= csrf_meta_tags %>
88
+ 8: </head>
89
+ 9: <body>
90
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__608651169_90248900'
91
+ app/controllers/posts_controller.rb:8:in `index'
92
+
93
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
94
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
95
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.8ms)
96
+
97
+
98
+ Started GET "/" for 127.0.0.1 at 2013-03-17 11:48:10 +0200
99
+ Processing by PostsController#index as HTML
100
+ Rendered posts/index.html.haml within layouts/application (4.9ms)
101
+ Completed 500 Internal Server Error in 12ms
102
+
103
+ ActionView::Template::Error (no such file to load -- uglifier
104
+ (in /home/bdrit/translation_center/test/dummy/app/assets/javascripts/application.js)):
105
+ 3: <head>
106
+ 4: <title>Dummy</title>
107
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
108
+ 6: <%= javascript_include_tag "application" %>
109
+ 7: <%= csrf_meta_tags %>
110
+ 8: </head>
111
+ 9: <body>
112
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__608651169_90248900'
113
+ app/controllers/posts_controller.rb:8:in `index'
114
+
115
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
116
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
117
+ Rendered /home/bdrit/.rvm/gems/ruby-1.9.2-p290@translation_center/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.8ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translation_center
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-03-17 00:00:00.000000000 Z
14
+ date: 2013-03-18 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -302,6 +302,7 @@ files:
302
302
  - test/dummy/app/views/posts/index.html.haml
303
303
  - test/dummy/app/controllers/application_controller.rb
304
304
  - test/dummy/app/controllers/posts_controller.rb
305
+ - test/dummy/log/production.log
305
306
  - test/dummy/log/development.log
306
307
  - test/dummy/config/routes.rb
307
308
  - test/dummy/config/translation_center.yml
@@ -335,7 +336,6 @@ files:
335
336
  - test/dummy/public/favicon.ico
336
337
  - test/dummy/public/500.html
337
338
  - test/dummy/public/404.html
338
- - test/dummy/tmp/pids/server.pid
339
339
  - test/dummy/tmp/cache/assets/E64/640/sprockets%2Fdefdf9f0eddac95f602fd8d18c1c9c10
340
340
  - test/dummy/tmp/cache/assets/C5A/9B0/sprockets%2F19a7fe49a7e548113c0b258139735629
341
341
  - test/dummy/tmp/cache/assets/D01/3C0/sprockets%2Fd3ffab60d107685c7c005db15093237d
@@ -413,6 +413,7 @@ files:
413
413
  - test/dummy/tmp/cache/assets/D33/380/sprockets%2Fcac854eaac02693f7f01e43d16c70921
414
414
  - test/dummy/tmp/cache/assets/CDA/BE0/sprockets%2F09f2300ce4ca3a7df22d0287609c6686
415
415
  - test/dummy/tmp/cache/assets/D98/600/sprockets%2F0df44aa17b85e2b8bdb31f49c664bc90
416
+ - test/dummy/tmp/cache/assets/CE7/140/sprockets%2F2949d662ff6ec03201b7e378ef075e14
416
417
  - test/dummy/tmp/cache/assets/CE7/770/sprockets%2F3c7e41c299e1898123f3b695dd1a2d36
417
418
  - test/dummy/tmp/cache/assets/DCA/F40/sprockets%2Fe3668bc41fdcd18eb3a23345a7d1eb9e
418
419
  - test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212
@@ -588,6 +589,7 @@ files:
588
589
  - test/dummy/tmp/cache/assets/CDD/A80/sprockets%2Fec3a009d57b128a6313d60797f7f811c
589
590
  - test/dummy/tmp/cache/assets/CDD/640/sprockets%2F23225153f41e06d0f7306e7fe7eb991b
590
591
  - test/dummy/tmp/cache/assets/CDD/770/sprockets%2F6f4e58514a5ce485c9c307ac44d50314
592
+ - test/dummy/tmp/cache/assets/CFE/B90/sprockets%2F80e4bb2420a9d568c98ef2a2ab200542
591
593
  - test/dummy/tmp/cache/assets/CFE/1B0/sprockets%2F857035385aad6d341c54bfbaa0e54350
592
594
  - test/dummy/tmp/cache/assets/D60/A70/sprockets%2Feb005d77ea240f6bba6f04b92781b6a3
593
595
  - test/dummy/tmp/cache/assets/D60/800/sprockets%2Fe1512c1e5813e2ab5fe52f493d0c1c7c
@@ -750,6 +752,7 @@ test_files:
750
752
  - test/dummy/app/views/posts/index.html.haml
751
753
  - test/dummy/app/controllers/application_controller.rb
752
754
  - test/dummy/app/controllers/posts_controller.rb
755
+ - test/dummy/log/production.log
753
756
  - test/dummy/log/development.log
754
757
  - test/dummy/config/routes.rb
755
758
  - test/dummy/config/translation_center.yml
@@ -783,7 +786,6 @@ test_files:
783
786
  - test/dummy/public/favicon.ico
784
787
  - test/dummy/public/500.html
785
788
  - test/dummy/public/404.html
786
- - test/dummy/tmp/pids/server.pid
787
789
  - test/dummy/tmp/cache/assets/E64/640/sprockets%2Fdefdf9f0eddac95f602fd8d18c1c9c10
788
790
  - test/dummy/tmp/cache/assets/C5A/9B0/sprockets%2F19a7fe49a7e548113c0b258139735629
789
791
  - test/dummy/tmp/cache/assets/D01/3C0/sprockets%2Fd3ffab60d107685c7c005db15093237d
@@ -861,6 +863,7 @@ test_files:
861
863
  - test/dummy/tmp/cache/assets/D33/380/sprockets%2Fcac854eaac02693f7f01e43d16c70921
862
864
  - test/dummy/tmp/cache/assets/CDA/BE0/sprockets%2F09f2300ce4ca3a7df22d0287609c6686
863
865
  - test/dummy/tmp/cache/assets/D98/600/sprockets%2F0df44aa17b85e2b8bdb31f49c664bc90
866
+ - test/dummy/tmp/cache/assets/CE7/140/sprockets%2F2949d662ff6ec03201b7e378ef075e14
864
867
  - test/dummy/tmp/cache/assets/CE7/770/sprockets%2F3c7e41c299e1898123f3b695dd1a2d36
865
868
  - test/dummy/tmp/cache/assets/DCA/F40/sprockets%2Fe3668bc41fdcd18eb3a23345a7d1eb9e
866
869
  - test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212
@@ -1036,6 +1039,7 @@ test_files:
1036
1039
  - test/dummy/tmp/cache/assets/CDD/A80/sprockets%2Fec3a009d57b128a6313d60797f7f811c
1037
1040
  - test/dummy/tmp/cache/assets/CDD/640/sprockets%2F23225153f41e06d0f7306e7fe7eb991b
1038
1041
  - test/dummy/tmp/cache/assets/CDD/770/sprockets%2F6f4e58514a5ce485c9c307ac44d50314
1042
+ - test/dummy/tmp/cache/assets/CFE/B90/sprockets%2F80e4bb2420a9d568c98ef2a2ab200542
1039
1043
  - test/dummy/tmp/cache/assets/CFE/1B0/sprockets%2F857035385aad6d341c54bfbaa0e54350
1040
1044
  - test/dummy/tmp/cache/assets/D60/A70/sprockets%2Feb005d77ea240f6bba6f04b92781b6a3
1041
1045
  - test/dummy/tmp/cache/assets/D60/800/sprockets%2Fe1512c1e5813e2ab5fe52f493d0c1c7c
@@ -1 +0,0 @@
1
- 13267