Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
VincentJiang
@VincentJiang
会员
第 8904 位会员 / 2013-08-29

深圳
36 篇帖子 / 300 条回帖
6 关注者
1 正在关注
2 收藏
VincentJiang
GitHub Public Repos
  • vrails 9

    My WebSite

  • dotfiles 2

    My dot files

  • form_core 0

    A Rails engine providing ability to generate dynamic form.

  • vincentjiang.github.io 0

    Agile Life

  • GirlsCodingDayDemo 0

    GirlsCodingDayDemo

  • jimmylv.github.io 0

    :bowtie: Agile Learning based on GitHub issues, KEEP Retrospection and Introspection! Thanks to @...

  • railsgirls 0

    DJI Rails Girls 2015-08-01

  • accounts 0

    rails + reactjs

  • ROR-Bookmarks 0

  • Fluidbox 0

    Replicating and improving the lightbox module seen on Medium with fluid transitions.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 将上传的 PDF 文件预览,总是预览不成功,谁能帮忙看下这段代码有什么问题 at 2014年04月24日

    #5 楼 @TREE 嗯,是的,我的例子是读取 database 即时生成 PDF 文件,是会占有内存的。

  • 将上传的 PDF 文件预览,总是预览不成功,谁能帮忙看下这段代码有什么问题 at 2014年04月23日

    我这样是可以在线预览的:

    send_file(@pdf_file,
                  filename: "#{@certificate.report_no}.pdf",
                  type: "application/pdf",
                  disposition: "inline")
    

    详细链接请看: https://github.com/vincentjiang/jade/blob/master/app/controllers/certificates_controller.rb

    希望对楼主有帮助

  • nginx + puma + mina at 2014年04月22日

    #12 楼 @keating 这几天我想搭建起来,请有经验的多分享,谢谢!

  • nginx + puma + mina at 2014年04月22日

    #10 楼 @cxh116 是的,这不失为一种好方法

  • nginx + puma + mina at 2014年04月22日

    #8 楼 @hisea 我也试试自己写,谢谢!

  • nginx + puma + mina at 2014年04月22日

    #6 楼 @hisea 我之前也搜到这个,不过感觉 mina-puma 这个 gem 好少人用呢,不知道效果如何

  • nginx + puma + mina at 2014年04月22日

    #4 楼 @cxh116 请问 god 是什么?

  • [已解决] 部署完成后,访问网站无法加载 css 和 javascripts at 2014年04月22日

    rake assets:precompile +2

  • nginx + puma + mina at 2014年04月22日

    #2 楼 @hisea 可否教教我,谢谢!

  • [已解决] 部署完成后,访问网站无法加载 css 和 javascripts at 2014年04月21日

    是否引用的路径错了?

  • Capistrano 3 实现 Rails 自动化部署 at 2014年04月16日

    这几天一直想找自动部署的教程,感谢楼主的热情分享

  • 准备入手阿里云,不知道一核 CPU 够不? at 2014年03月31日

    我也觉得内存才是最首先考虑的问题

  • 如果让你推荐 “离开就不能活” 的工具,你会说……?(主要 Mac 下,其他平台也可推荐) at 2014年03月27日

    Terminal、Sublimetext、chrome、goagentx

  • rails 使用 bootstrap 出错 at 2014年03月23日

    有没有重启 rails server ?

  • semantic-ui 的 javascript 不工作 at 2014年03月21日

    #1 楼 @miclle 感谢,按照你的方法已经解决问题!之前用惯了 Bootstrap,以为直接就就有效果的

  • semantic-ui-rails 布署在 url 子路径下 图标文件没有 digest 路径也是不对 at 2014年03月21日

    #1 楼 @5night #2 楼 @miclle #3 楼 @nil #4 楼 @leopku 各位,可否帮我看看这个问题:http://ruby-china.org/topics/18076,谢谢!!!

  • 国内有什么基于 Rails 开发的开源 OA 系统? at 2014年03月11日

    感觉 smeoa 不错

  • 大家正在用或曾经用过哪些 Mac? at 2014年03月11日

    6

  • 最近 ruby-china 的提醒功能有点问题? at 2014年03月07日

    是啊,我的消息两天后才有提醒

  • 关于 UIkit tooltip 的使用 at 2014年03月06日

    #1 楼 @saiga tootip 不是自己写的,我直接用 uikit 的 js 文件而已,没有做任何修改。。。

  • 都升级到 Rails 4 了吗,大家 ruby 用的什么版本 at 2014年02月27日

    rails : 4.0.3 ruby: 2.1.1

  • Google + 可以访问了? at 2014年02月25日

    我在 Win7+Chrome,不翻墙,表示此刻也能上 Google+

  • Happy Birthday, Ruby! at 2014年02月25日

    速度快了多少?求科普

  • sublime 的使用问题 at 2014年02月11日

    1 楼正解,最有效的方法了

  • [奖品图曝光] UPYUN 送上情人节三件套,祝大家码上有爱情 at 2014年02月11日

    哈哈。。。这不错啊。 我也来报个名:[email protected]

  • 第一期截止报名 [Ruby 教学] 以远程工作教你 Ruby 实战经验 at 2014年02月07日

    哎哟。。。不错哦。。。

  • 工作也旅行 - 预告 at 2014年01月23日

    我也想找一份 remote 的 ruby 工作呢

  • ruby round down 三位小数 at 2014年01月22日

    #19 楼 @zfjoy520 有道理,有可能不是小数的。

  • ruby round down 三位小数 at 2014年01月22日

    #16 楼 @zfjoy520 我比较喜欢这样的: num.to_s[0, num.to_s.index('.') + tail + 1].to_f 先转换成字符,再截取,最后转成 float,很形象的过程吧。

  • 上一页
  • 1
  • 2
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 下一页
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English