将国旗合并到 Rails 4 应用程序中有哪些选项? [英] What are my options for incorporating country flags into a Rails 4 app?

查看:57
本文介绍了将国旗合并到 Rails 4 应用程序中有哪些选项?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

现在我正在使用 country_select gemcountries gem 在我的用户模型中有一个 :country 列.我想使用 @user.country 来显示每个@user 的国旗.

Right now I am currently using the country_select gem and the countries gem with a :country column in my Users model. I want to use @user.country to show the national flag for each @user.

world-flags gem 已有 4 年未更新,并被列为适用于 Rails3 并且 StackOverFlow 上几乎没有关于它的任何内容.

world-flags gem has not been updated in 4 years and is listed as being for Rails 3 and there is almost nothing on StackOverFlow about it.

或者我想我可以下载这些 flag pngs 将它们放在一个文件夹中在 s3 上执行以下操作:

Or I guess I could download these flag pngs put them in a folder on s3 and do something like this:

def flag_url 
  self[country] = /flags/"#{country}".png
end

推荐答案

我觉得你必须试试这个 Flag Sprites ,您可以轻松地将其与 country_select gem 集成,无需将所有标志存储在服务器上.希望这会帮助你.它只是一个简单的 css 和一个图像.

I think you have to try this Flag Sprites , you can integrate it with country_select gem easily, no need to store all flag on server. Hope this will help you. it's just a simple css and one image.

这篇关于将国旗合并到 Rails 4 应用程序中有哪些选项?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆