Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
流浪的蜗牛
@roam
VIP
NO. 3560 / 2012-09-06

[email protected]
SAP
上海
23 Topics / 166 Replies
2 Followers
0 Following
8 Favorites
GitHub Public Repos
  • sd_wechat_service 1

    WeChat server for Sales Order

  • mkdocs-example 0

    mkdocs example

  • TRoam.github.io 0

    www.tgf21.com

  • hexo-theme-yilia 0

    一个简洁优雅的hexo主题 A simple and elegant theme for hexo.

  • hexo 0

    this is my personal blog

  • init-react 0

    Init react project, structure and necessary npms

  • excel-to-json 0

    a small script to convert excel to json

  • smart-text 0

    Support i18n text and manage font & css information for it.

  • webhook_server 0

    Auto code deploy

  • ReGame 0

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • [已结束] 招聘 Ruby on Rails 开发实习生 - 200/ 天 at January 24, 2013

    #2 楼 @linlis 实习多久转正?

  • 关于 send_file,求帮助 at January 24, 2013

    #1 楼 @ywencn 开了

  • 求一个完整部署 nginx 、thin、postgreSQL 的指南<已解决,windows 部署确实有些麻烦> at January 19, 2013

    #18 楼 @hisea 主要是 Form 包了 Form,所以里面的 form 的 remote=>true 不认了,我只是想 ajax 提交的,谢谢了。。。除了手写 submit 以外有没有什么方式能够让 remote 也 work 呢?谢谢了

  • 请问 rails 在哪个平台下学习比较好? at January 18, 2013

    #12 楼 @chenge 要是普通的开发倒是没什么麻烦的感觉,还不错~~~~ 到现在为止,比较烦的就是 passenger 什么的貌似不能再这边部署,而且资料一般都是以 linux 或者 IOS 为开发环境的

  • 请问 rails 在哪个平台下学习比较好? at January 18, 2013

    让在 windows 上挣扎的情何以堪

  • 关于:remote=>true 的困惑<已解决> at January 18, 2013

    #5 楼 @darkbaby123 换了位置,但是效果还是一样的~

  • 求一个完整部署 nginx 、thin、postgreSQL 的指南<已解决,windows 部署确实有些麻烦> at January 18, 2013

    #13 楼 @hisea Started POST "/checkmen/update_person_edit" for 127.0.0.1 at 2013-01-18 10:51:31 +0800 Processing by CheckmenController#update_person_edit as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"umzBmJtpGwieMVfzAitYLS4+shW36xYyFerl69ruHkY=", "component"=>"IS-PS-CA", "sapname"=>"", "firstname"=>"", "lastname"=>"", "eid"=>"", "email"=>"", "id"=>"810", "checkmanid"=>"9590", "commit"=>"save"} 然后是做了一些后来操作, ActionView::MissingTemplate (Missing template checkmen/update_person_edit, application/update_person_edit with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}.

  • 关于:remote=>true 的困惑<已解决> at January 18, 2013

    #6 楼 @xds2000 好的,谢谢了

  • 关于:remote=>true 的困惑<已解决> at January 18, 2013

    #7 楼 @qhwa 确实是这个样子的,我整个 table 包含在一个 供多选的 form 里面,然后单行操作的时候又:partial 形式引用了一个 form 过来,或者就是这个原因吧,但是要实现相同的功能,应该怎么做比较好呢?

    但是按理说也不对啊,外面的 form 也是 remote 提交的,而且查看 params,提交的就是里面的表单的~~

  • 关于:remote=>true 的困惑<已解决> at January 17, 2013

    #3 楼 @blacktulip 好了,这是用来动态标记 table 某一 tr 的 但是 remote 为 true 却不生效 谢谢了

  • 关于:remote=>true 的困惑<已解决> at January 17, 2013

    #1 楼 @uudui 代码都差不多,两个 action,一个能另外一个就不能~~~表示这个问题困惑良久啊

  • 求一个完整部署 nginx 、thin、postgreSQL 的指南<已解决,windows 部署确实有些麻烦> at January 17, 2013

    #10 楼 @hisea #8 楼 @ma95221 我想再问一个问题,为什么我使用<%= form_tag :remote=>true ,method=>"post"%>的时候,有时候不刷新,但是有时候却全部刷新了,请问,这个是哪儿的原因呢?

  • 求一个完整部署 nginx 、thin、postgreSQL 的指南<已解决,windows 部署确实有些麻烦> at January 17, 2013

    #10 楼 @hisea thank you very much

  • 求一个完整部署 nginx 、thin、postgreSQL 的指南<已解决,windows 部署确实有些麻烦> at January 17, 2013

    #8 楼 @ma95221 非常感谢,我试试~~~

  • 求一个完整部署 nginx 、thin、postgreSQL 的指南<已解决,windows 部署确实有些麻烦> at January 17, 2013

    #5 楼 @ma95221 非常感谢,我是这样配置的,请问 thin 或者 rails 里面还要做其他配置么? 启动的时候,只要 start nginx 是不是呢?

  • 求一个完整部署 nginx 、thin、postgreSQL 的指南<已解决,windows 部署确实有些麻烦> at January 17, 2013

    #1 楼 @hisea
    #2 楼 @ma95221 那么 passenger 和 nginx 又应该如何配置呢?我用 nginx 的时候,只能跑到根目录,在进去其他 action 就出现 404 页面了

  • Windows 使用 mongrel 报错~~有经验的朋友帮忙看看 at January 11, 2013

    #1 楼 @Los 不清楚 thin 和 puma,我去看看,谢谢咯

  • link_to 里面嵌套 image_tag 出错。。。 at December 14, 2012

    楼上正解~~~

  • 新手学习中遇到的问题,麻烦各位大牛指导 at December 14, 2012

    where is your "show" action?

  • html mailto 的写法 at December 10, 2012

    #11 楼 @Spirit890903 你好,我也遇到这个问题了,请问您具体是怎么解决的呢?

  • 如何发送带有表格图片等内容的邮件 at December 10, 2012

    #1 楼 @ganweiliang 这个还是用了 smtp 哦,用的是 actionmailer,有没有不使用这个的方式,或者用 ActionMailer,协议是 exchange 应该怎么配置呢?

  • 如何发送带有表格图片等内容的邮件 at December 10, 2012

    #1 楼 @ganweiliang 好的,谢谢,我看看

  • jquery.ui.dialog 怎么和 Rails 通信 at December 07, 2012

    #5 楼 @zealinux 在 controller 的 action 里 设置 format,用 respond_to,然后建立 action 同名的.js .erb 文件,js 里面做一些动作,比如载入 ect。。。 ,action 对了的话,form 的数据就能传入了,处理在 js 文件里

  • 关于 ajax at December 06, 2012

    这样不太好看,你可以多发点主要有联系的代码。你的主页面的 HTML 就是 load.html.erb 么?

  • 关于 ajax at December 06, 2012

    你的 load.html.erb 不是 partial,应该这样命名,_load.html.erb

  • 关于 ajax at December 06, 2012

    link_to_remote 在 3.1 以后就不再支持了,改成:remote=> true

  • 安装 Twitter-bootstrap-rails 时出错 at December 03, 2012

    还是别用 gem Twitter-bootstrap-rail 了,要用 bootstrap,直接去官网把文件包 download 下来,再引用就行了。windows 常出问题的

  • rails3 实时验证 at December 03, 2012

    可以用一个 gem devise

  • 有什么工具可以查看 form_for 生成对应的 html at November 28, 2012

    #3 楼 @zhangyuan 就是这个,非常感谢了

  • 有什么工具可以查看 form_for 生成对应的 html at November 28, 2012

    也想知道,console 不知道能不能,刚刚试了下,好像不行,还是我方法错了?

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