This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Draziw.Button.Mines | |
ag.video_solutions.wedotv | |
ahf.dummynation | |
ai.socialapps.speakmaster | |
air.com.beachbumgammon | |
air.com.freshplanet.games.SongPop2 | |
air.com.gamesys.mobile.slots.jpj | |
air.com.goodgamestudios.empirefourkingdoms | |
air.com.kitchenscramble.goo | |
air.com.lalaplay.rummy45 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Until further notice, i.e. a documented mechanism to run **multiple backend** for an application, the following is a tactical approach to leveraging the Mobility gem. | |
Motive: consideration of different focus of data - assume global(or central) and local(or decentral) - leads to different polyglot and data requirements locally. One size does not necessarily fit all well. | |
the key_value backend has its advantages and inconveniences in this context. | |
*Advantages* | |
• easily extendible | |
• good for high volume of translated data | |
( the other advantages documented here remain true https://dejimata.com/2017/3/3/translating-with-mobility ) | |
*Inconveniences* | |
• all locale data converges to a single table, which would service the multiple databases of the application |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# uploads.rb | |
CarrierWave.configure do |config| | |
config.storage = :aws | |
config.aws_bucket = 'my-bucket-s-name' # name of bucket, no FQDN | |
config.aws_acl = 'private' | |
# Optionally define an asset host for configurations that are fronted by a | |
# content host, such as CloudFront. | |
# config.asset_host = 'http://example.com' |
NewerOlder