i18nline 0.0.6.alpha → 0.0.7.alpha

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94f60b99c9928f167191700e0f68dfb3bf6d3fbb
4
- data.tar.gz: 8e60fefc6d7dbd3726ea714d3ad2eaa7f8f8a88d
3
+ metadata.gz: 7ab71e04609abfad11fb9a35f55fcefb3a71bdc9
4
+ data.tar.gz: 6e3f622bf37b69f3d3cba8680168a16d1b1b9931
5
5
  SHA512:
6
- metadata.gz: bc7e484713913f499205f1a5f32ffaffbe720a361b34fe4392dc5d8820bf412bcdf122ea1ab2d0655bc5f7cdc9e21d6acf0b3950f2b6a3536d0c58ff32d5a28a
7
- data.tar.gz: 99a7a910877b20a99ab6780c3bf9e1f5e1ef8b763eba7cb0c76cd50cbd94293b783df3607a51f9d8bd366686be206792430900e0ff984e513543a72174f72426
6
+ metadata.gz: 146e08291d6a6aa9cf15e2e5605d44c2f2834fa9b6fe3d1945dfa43093670ea261650ded6912b66c483a605a53d6a0a3d46dd8f378e36d3232af9e2213116a3c
7
+ data.tar.gz: 30b6e055493069d17ea3826d47466ce67d24474bb234ea37c927260f09ca23ffa74eb286b8d066ae3ff2cbd47e31f3537da4758cb71cfc8bf1f8ae2848303b57
@@ -1,3 +1,3 @@
1
1
  module I18nline
2
- VERSION = "0.0.6.alpha"
2
+ VERSION = "0.0.7.alpha"
3
3
  end
@@ -9,3 +9,5 @@
9
9
  <p>This should be <%= t("translated")%></p>
10
10
 
11
11
  <p>This is not translated <%=t("not.translated.key.with.dots")%></p>
12
+
13
+ <p>Time now is <%= l(Time.now, format: :long) %></p>
@@ -6,6 +6,7 @@ require 'kaminari'
6
6
 
7
7
  Bundler.require(*Rails.groups)
8
8
  require "i18nline"
9
+ require 'rails-i18n'
9
10
 
10
11
  module Dummy
11
12
  class Application < Rails::Application
@@ -30830,3 +30830,214 @@ Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 21:
30830
30830
   (155.0ms) commit transaction
30831
30831
   (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('juas') OR "key" LIKE 'juas.%')
30832
30832
  I18n::Backend::ActiveRecord::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('juas') OR "key" LIKE 'juas.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30833
+
30834
+
30835
+ Started GET "/?locale=es" for 127.0.0.1 at 2013-11-20 14:29:33 +0100
30836
+ Processing by HelloController#hello as HTML
30837
+ Parameters: {"locale"=>"es"}
30838
+ Locale changed from -- to -es-.
30839
+  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%')
30840
+ I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30841
+  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%')
30842
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30843
+  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%')
30844
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30845
+  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')
30846
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30847
+  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')
30848
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30849
+  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%')
30850
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30851
+ Rendered hello/hello.html.erb within layouts/application (98.3ms)
30852
+ Completed 200 OK in 265ms (Views: 226.6ms | ActiveRecord: 4.3ms)
30853
+
30854
+
30855
+ Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-20 14:29:33 +0100
30856
+
30857
+
30858
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-20 14:29:33 +0100
30859
+
30860
+
30861
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-20 14:29:33 +0100
30862
+
30863
+
30864
+ Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-20 14:29:33 +0100
30865
+
30866
+
30867
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-20 14:29:34 +0100
30868
+
30869
+
30870
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-20 14:29:34 +0100
30871
+
30872
+
30873
+ Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-20 14:29:34 +0100
30874
+
30875
+
30876
+ Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-20 14:29:34 +0100
30877
+
30878
+
30879
+ Started GET "/?locale=es" for 127.0.0.1 at 2013-11-20 14:30:55 +0100
30880
+ Processing by HelloController#hello as HTML
30881
+ Parameters: {"locale"=>"es"}
30882
+  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%')
30883
+ I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30884
+  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%')
30885
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30886
+  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%')
30887
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30888
+  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')
30889
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30890
+  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')
30891
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30892
+  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%')
30893
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30894
+  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('time.formats.long') OR "key" LIKE 'time.formats.long.%')
30895
+ Rendered hello/hello.html.erb within layouts/application (60.0ms)
30896
+ Completed 500 Internal Server Error in 93ms
30897
+
30898
+ ActionView::Template::Error (translation missing: es.time.formats.long):
30899
+ 10:
30900
+ 11: <p>This is not translated <%=t("not.translated.key.with.dots")%></p>
30901
+ 12:
30902
+ 13: <p>Time now is <%= l(Time.now, format: :long) %></p>
30903
+ app/views/hello/hello.html.erb:13:in `_app_views_hello_hello_html_erb__1030175242_96842490'
30904
+
30905
+
30906
+ Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
30907
+ Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
30908
+ Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (28.8ms)
30909
+
30910
+
30911
+ Started GET "/?locale=es" for 127.0.0.1 at 2013-11-20 14:31:48 +0100
30912
+ Processing by HelloController#hello as HTML
30913
+ Parameters: {"locale"=>"es"}
30914
+  (0.5ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%')
30915
+ I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30916
+  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%')
30917
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30918
+  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%')
30919
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30920
+  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')
30921
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30922
+  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')
30923
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30924
+  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%')
30925
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30926
+  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('time.formats.long') OR "key" LIKE 'time.formats.long.%')
30927
+  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('date.month_names') OR "key" LIKE 'date.month_names.%')
30928
+ Rendered hello/hello.html.erb within layouts/application (553.4ms)
30929
+ Completed 200 OK in 658ms (Views: 628.7ms | ActiveRecord: 4.9ms)
30930
+
30931
+
30932
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-20 14:31:49 +0100
30933
+
30934
+
30935
+ Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-20 14:31:49 +0100
30936
+
30937
+
30938
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-20 14:31:49 +0100
30939
+
30940
+
30941
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-20 14:31:49 +0100
30942
+
30943
+
30944
+ Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-20 14:31:49 +0100
30945
+
30946
+
30947
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-20 14:31:49 +0100
30948
+
30949
+
30950
+ Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-20 14:31:49 +0100
30951
+
30952
+
30953
+ Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-20 14:31:49 +0100
30954
+
30955
+
30956
+ Started GET "/?locale=es" for 127.0.0.1 at 2013-11-20 14:32:15 +0100
30957
+ Processing by HelloController#hello as HTML
30958
+ Parameters: {"locale"=>"es"}
30959
+ Rendered hello/hello.html.erb within layouts/application (1.1ms)
30960
+ Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
30961
+
30962
+
30963
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-20 14:32:15 +0100
30964
+
30965
+
30966
+ Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-20 14:32:15 +0100
30967
+
30968
+
30969
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-20 14:32:15 +0100
30970
+
30971
+
30972
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-20 14:32:16 +0100
30973
+
30974
+
30975
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-20 14:32:16 +0100
30976
+
30977
+
30978
+ Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-20 14:32:16 +0100
30979
+
30980
+
30981
+ Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-20 14:32:16 +0100
30982
+
30983
+
30984
+ Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-20 14:32:16 +0100
30985
+
30986
+
30987
+ Started GET "/i18nline" for 127.0.0.1 at 2013-11-20 14:32:28 +0100
30988
+ Processing by I18nline::TranslationsController#index as HTML
30989
+ DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39)
30990
+ DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47)
30991
+ DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31)
30992
+ DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14)
30993
+ DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23)
30994
+ Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.2ms)
30995
+ I18nline::Translation Load (1.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0
30996
+  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations"
30997
+  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%')
30998
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
30999
+  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%')
31000
+ I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1
31001
+ Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (155.7ms)
31002
+ Completed 200 OK in 225ms (Views: 217.0ms | ActiveRecord: 2.5ms)
31003
+
31004
+
31005
+ Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-20 14:32:29 +0100
31006
+
31007
+
31008
+ Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-20 14:32:29 +0100
31009
+
31010
+
31011
+ Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-20 14:32:29 +0100
31012
+
31013
+
31014
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-20 14:32:29 +0100
31015
+
31016
+
31017
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-20 14:32:29 +0100
31018
+
31019
+
31020
+ Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=time&search_value=&search_locale=" for 127.0.0.1 at 2013-11-20 14:32:37 +0100
31021
+ Processing by I18nline::TranslationsController#index as HTML
31022
+ Parameters: {"utf8"=>"✓", "search_key"=>"time", "search_value"=>"", "search_locale"=>""}
31023
+ DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47)
31024
+ DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31)
31025
+ DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14)
31026
+ DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23)
31027
+ Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.3ms)
31028
+ I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%time%') ORDER BY created_at desc LIMIT 25 OFFSET 0
31029
+  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%time%')
31030
+ Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (12.2ms)
31031
+ Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 0.7ms)
31032
+
31033
+
31034
+ Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-20 14:32:38 +0100
31035
+
31036
+
31037
+ Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-20 14:32:38 +0100
31038
+
31039
+
31040
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-20 14:32:38 +0100
31041
+
31042
+
31043
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-20 14:32:38 +0100
@@ -0,0 +1 @@
1
+ 3666
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18nline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6.alpha
4
+ version: 0.0.7.alpha
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rubén Díaz-Jorge Gil
@@ -66,6 +66,20 @@ dependencies:
66
66
  - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rails-i18n
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ~>
74
+ - !ruby/object:Gem::Version
75
+ version: 4.0.0
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ~>
81
+ - !ruby/object:Gem::Version
82
+ version: 4.0.0
69
83
  - !ruby/object:Gem::Dependency
70
84
  name: sqlite3
71
85
  requirement: !ruby/object:Gem::Requirement
@@ -191,6 +205,7 @@ files:
191
205
  - test/dummy/tmp/cache/assets/development/sprockets/c5d518b12d9d712aa81c6c98a57ad3b5
192
206
  - test/dummy/tmp/cache/assets/development/sprockets/90b42249c96ca020cc4d4e5d209e3662
193
207
  - test/dummy/tmp/cache/assets/development/sprockets/1fed974ece9b46e9543a13bd2cfd39c6
208
+ - test/dummy/tmp/pids/server.pid
194
209
  - test/dummy/bin/rake
195
210
  - test/dummy/bin/bundle
196
211
  - test/dummy/bin/rails
@@ -302,6 +317,7 @@ test_files:
302
317
  - test/dummy/tmp/cache/assets/development/sprockets/c5d518b12d9d712aa81c6c98a57ad3b5
303
318
  - test/dummy/tmp/cache/assets/development/sprockets/90b42249c96ca020cc4d4e5d209e3662
304
319
  - test/dummy/tmp/cache/assets/development/sprockets/1fed974ece9b46e9543a13bd2cfd39c6
320
+ - test/dummy/tmp/pids/server.pid
305
321
  - test/dummy/bin/rake
306
322
  - test/dummy/bin/bundle
307
323
  - test/dummy/bin/rails