Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
@blacktulip
VIP
NO. 207 / 2011-11-23

117 Topics / 2599 Replies
40 Followers
0 Following
4 Favorites
GitHub Public Repos
  • octopress-theme-yinyang 37

    YinYang (陰陽) is a minimal, responsive theme for Octopress.

  • vimfiles 1

    My vimfiles

  • qingwang.github.com 0

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Ruby on Linux at June 18, 2013

    Dev only machine?

  • ruby 字符串处理 at June 17, 2013

    #6 楼 @karmue 你没实验过吧...

  • 这是怎么回事? at June 16, 2013

    确实是个坑啊,有违 Ruby 的 least surprise 原则

  • rails 怎么实现图片上传和管理呢 at June 15, 2013

    我一般用 paperclip

  • Language style at June 15, 2013

    #43 楼 @jiyinyiyong

    http://www.ruby-forum.com/topic/108457

  • 手贱升了小牛,遭遇各种 crash at June 15, 2013

    我也忍住了。

  • 寻找具有创业家潜力的技术伙伴 at June 14, 2013

    楼主我来给你做,原价 500 不变,单位改成比特币,预付一半。

  • 找不到对应的 params [:id] at June 14, 2013

    没大看明白... new 方法不是新建一个 course 用的么?为什么要去 find params[:id] ?

  • 已升 OS X 10.9, 所有开发环境完好 at June 14, 2013

    #31 楼 @RainFlying OS X 也有 free 了?

  • 新功能的想法,实时话题图谱 at June 13, 2013

    做出来看看

  • 寻找具有创业家潜力的技术伙伴 at June 13, 2013

    楼主说说是那个单位能砸得起如此巨款来请人写内部应用,也好让我们开开眼。

  • 我想建一个 https 的网站,希望有哪个朋友可以提供一些教程 at June 13, 2013

    #10 楼 @QueXuQ 配置都是一样的,证书不一样而已。 rails 下的代码不需要动。

  • Ruby table 表与 model 名字的对应关系 at June 13, 2013

    直接登录数据库看看...

  • 后台数据定向到前台页面问题 at June 13, 2013

    2.2.3 Rendering an Action’s Template from Another Controller

    What if you want to render a template from an entirely different controller from the one that contains the action code? You can also do that with render, which accepts the full path (relative to app/views) of the template to render. For example, if you’re running code in an AdminProductsController that lives in app/controllers/admin, you can render the results of an action to a template in app/views/products this way:

    render 'products/show'

    Rails knows that this view belongs to a different controller because of the embedded slash character in the string. If you want to be explicit, you can use the :template option (which was required on Rails 2.2 and earlier):

    render :template => 'products/show'

    这是楼主要找的么?

  • 我想建一个 https 的网站,希望有哪个朋友可以提供一些教程 at June 13, 2013

    https 跟 rails 关系不大,主要是 申请证书 和 修改 nginx/apache 配置文件,很容易的。 参考下 https://hisea.me/p/ssl-config-with-nginx 这篇吧。

  • 貌似 github 又 down 了 at June 13, 2013

    没感觉到哩... 一直能用

  • 新手问题 Ruby on Rails Tutorial chapter 8 sign_in 和 current_user at June 10, 2013

    能把整个 app 推上 github 让大家看看不...

  • 正在策划一个高级黑等级,请大家看看合不合理。 at June 10, 2013

    在同一名词前用不同定语修饰而分出的等级名是辞穷的表现...

  • Rails 的第一个项目简单的论坛 at June 10, 2013

    求代码

  • 退役的电脑能做什么? at June 10, 2013

    #6 楼 @chankaward 这没什么 detail 值得说的啊,就装个 windows server 2003 然后插根网线,平时用 remote desktop 或者 cord 控制它,让它一直开着下载上传啥的咯...

  • 退役的电脑能做什么? at June 10, 2013

    我有台 2001 年的 Sony 笔记本退役后做下载机一直用到去年,终于被 Raspberry PI 挤下去不用再工作了。

  • 退役的电脑能做什么? at June 10, 2013

    #2 楼 @hpviewer 额,光有电脑没网络也达不到这个窗口作用吧

  • 退役的电脑能做什么? at June 10, 2013

    file server 之类的咯...

  • 我想问问,大家建个人博客时候文章内容存哪儿的。 at June 09, 2013

    如果用数据库的话,文本当然是存数据库的。 不过现在都流行直接生成静态页面 push 上服务器了吧。

  • Colourco.de - find your colour scheme at June 09, 2013

    adobe kuler 我一般用这个

  • 请教生产环境 rake assets:precompile at June 09, 2013

    #6 楼 @Levan 我也做过类似的事情,要把一个 Joomla 的网站迁移到 Rails 上,本想 CSS 照抄就是,谁知道打开一看乱七八糟,一狠心自己用 bootstrap 把整个页面从空白开始重新实现了一遍。虽然说这过程比较烦人,但是以后就省事多了。

  • Prev
  • 1
  • 2
  • …
  • 58
  • 59
  • 60
  • 61
  • 62
  • …
  • 83
  • 84
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English