rails_db_localize 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.
- checksums.yaml +4 -4
- data/README.md +44 -7
- data/app/models/rails_db_localize/translation.rb +9 -2
- data/lib/ext/active_record_ext.rb +37 -0
- data/lib/rails_db_localize/translation_cache.rb +1 -1
- data/lib/rails_db_localize/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +3970 -0
- metadata +1 -3
- data/test/dummy/tmp/pids/server.pid +0 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_db_localize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yacine PETITPREZ
|
@@ -170,7 +170,6 @@ files:
|
|
170
170
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
|
171
171
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/vvbyKzG93brAbyVrZ7Q2gGUXUgcsVmB6eDpz25kvPFg.cache
|
172
172
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/znAAVScTWs7VUkicijSLxlPcvxUCnkiPoFshMXcE458.cache
|
173
|
-
- test/dummy/tmp/pids/server.pid
|
174
173
|
- test/rails_db_localize_test.rb
|
175
174
|
- test/test_helper.rb
|
176
175
|
homepage: https://github.com/anykeyh/rails_db_localize
|
@@ -269,6 +268,5 @@ test_files:
|
|
269
268
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/vvbyKzG93brAbyVrZ7Q2gGUXUgcsVmB6eDpz25kvPFg.cache
|
270
269
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/ZffU_0SbArG9GYeAowBJuJgaF1hVGbMNGeDIj9bqa9A.cache
|
271
270
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/znAAVScTWs7VUkicijSLxlPcvxUCnkiPoFshMXcE458.cache
|
272
|
-
- test/dummy/tmp/pids/server.pid
|
273
271
|
- test/rails_db_localize_test.rb
|
274
272
|
- test/test_helper.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
20147
|