Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Rei
@Rei
管理员
第 1 位会员 / 2011-10-28

[email protected]
深圳
188 篇帖子 / 9164 条回帖
731 关注者
0 正在关注
11 收藏
中下水平 Rails 程序员
打赏作者
GitHub Public Repos
  • writings 941

    [Closed] Source code of writings.io

  • alipay 732

    Unofficial alipay ruby gem

  • code_campo 291

    [Closed] Source code of http://codecampo.com

  • asciidoctor-pdf-cjk-ka... 101

    **no longer maintained**

  • geeknote 34

  • asciidoctor-htmlbook 31

    Asciidoctor HTMLBook is an Asciidoctor backend for converting AsciiDoc documents to HTMLBook docu...

  • material-ui 17

  • rich-text-editor 12

  • htmlrenderer 12

  • rails-chatgpt-demo 8

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 同一个 ajax 路由动作,作用于 2 个不同的场景。 at 2013年04月27日

    这样是错误的,action_name 是 'destroy‘

    这种情况加参数吧。

  • CoffeeScript Function binding 一个不方便的地方 at 2013年04月27日

    #4 楼 @ashchan 我想也只好这样了,=> 就用不上了。

  • 发现还是 IT 人安全啊 at 2013年04月27日

    亲历者讲述一个程序员如何变成精神病人的 http://www.aqee.net/i-knew-a-programmer-that-went-completely-insane/

  • Rails 无所适从啊 at 2013年04月27日

    如果英文没问题,看 Agile Web Development with Rails 最新版原版是最好的起步路线 http://pragprog.com/book/rails4/agile-web-development-with-rails

  • 可不可以在创建 controller 的时候不自动创建 view at 2013年04月27日

    不加 action 参数就没有 view 啊,虽然有个目录。

  • carrierwave 设置头像 version at 2013年04月26日

    version :retina_normal ...

  • 多张图片同时上传的方法 (ajax)? at 2013年04月26日

    我现在觉得干脆自己写 https://developer.mozilla.org/en-US/docs/Using_files_from_web_applications

    jqueryfileuplaod 我使用上花了很大时间花在看文档和覆盖默认行为上

  • 炮哥的遗产 at 2013年04月25日

    赶紧买平板投入电子书怀抱~

  • 重写 Json Presenter,是用 rabl, jbuilder 这一类好,还是 AMS 这一类好 at 2013年04月25日

    jBuilder

  • 修改一个 model 的名字,但是如何修改 mongdb 里面的表的名称? at 2013年04月25日

    这个问题怎么没有谓语?

    http://docs.mongodb.org/manual/reference/command/renameCollection/

  • 发布和回复的时间不见了 at 2013年04月25日

    用 Ruby 计算时间,html 页面就不能缓存了。

  • ajax 报出错信息 at 2013年04月25日

    #20 楼 @liker 自己找问题

  • stackoverflow 不能用中文提问吗? at 2013年04月25日

    #18 楼 @hhuai 没人看见所以随地吐痰。

  • stackoverflow 不能用中文提问吗? at 2013年04月25日

    有人提醒楼主用英文,楼主回复个“你妹”,一点礼貌都没有。

  • ajax 报出错信息 at 2013年04月25日

    #18 楼 @liker

    什么 error?(Rails log,浏览器监控返回数据)

  • ajax 报出错信息 at 2013年04月25日

    #16 楼 @liker 自己找问题

  • ajax 报出错信息 at 2013年04月25日

    #14 楼 @liker rake routes | grep sessions

  • ajax 报出错信息 at 2013年04月25日

    #11 楼 @liker 2 个地方有问题。

    1. 绑定的是按钮的 click 事件,但是没有用 event.preventDefault() 阻止它的默认行为,所以在执行你的 function 之后表单会立即提交。建议绑 form 的 submit 事件并调用 event.preventDefault() 。
    2. success 的 callback 再次进行 submit() 意味不明。
  • ajax 报出错信息 at 2013年04月25日

    #8 楼 @liker 什么 error?(Rails log,浏览器监控返回数据)

  • 为什么我们国内的创新能力很弱? at 2013年04月25日

    Come on! 辞职创业!

  • rails 的调试你们怎么做的。 at 2013年04月25日

    logger.debug

  • rails 的调试你们怎么做的。 at 2013年04月25日

    靠测试啊。

  • 求易用的 bootstrap 模板? at 2013年04月25日

    #6 楼 @JeskTop 没有,自己写的。

  • 大家网页输入的 Editor 一般用什么 Gem 啊 at 2013年04月25日

    #12 楼 @jasl 没看过,不过好复杂啊。

  • 求易用的 bootstrap 模板? at 2013年04月24日

    CMS 是开玩笑的。

    http://twitter.github.io/bootstrap/getting-started.html#examples 这里有一些例子,看源码照抄就行了。

  • 求易用的 bootstrap 模板? at 2013年04月24日

    #2 楼 @evil850209 哇,这个在我看来已经够成套的了……难道你要 CMS?

  • 大家网页输入的 Editor 一般用什么 Gem 啊 at 2013年04月24日

    Simple jQuery WYSIWYG. http://maccman.github.io/wysiwyg/

  • 大家网页输入的 Editor 一般用什么 Gem 啊 at 2013年04月24日

    Markdown 编辑器我发现这个很不错 http://lab.lepture.com/editor/

  • 大家网页输入的 Editor 一般用什么 Gem 啊 at 2013年04月24日

    #5 楼 @as181920 看看这里 googe:有没有 gem

    其实楼主就是要一个 textarea

  • 求易用的 bootstrap 模板? at 2013年04月24日

    http://bootswatch.com/

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