Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
奔跑的羚羊
@Jsiguo
高级会员
第 282 位会员 / 2011-11-27

上海
8 篇帖子 / 60 条回帖
0 关注者
0 正在关注
3 收藏
技术永无止境
未设置 GitHub 信息。
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • xcode4.3.3 配置 rails 问题 难道社区 wiki 配置 rails 有问题 at 2012年08月11日

    折腾了 很久,按照四楼 5 楼的操作了电脑也重启过但还是报最开始贴的提示 唉,郁闷

  • xcode4.3.3 配置 rails 问题 难道社区 wiki 配置 rails 有问题 at 2012年08月09日

    xcode 已经装了啊

  • xcode4.3.3 配置 rails 问题 难道社区 wiki 配置 rails 有问题 at 2012年08月09日

    请问该如何解决

  • 如何利用 MacBook Pro 制作 mac os 安装 U 盘 at 2012年07月11日

    多谢 想做个 U 盘启动

  • 中文 Railscasts 第三期发布 at 2011年12月26日

    支持

  • CSDN 600 余万个明文的注册邮箱帐号和密码被黑客公开,你中招没? at 2011年12月22日

    哎

  • simple_form+mongoid 表关联遇到问题 at 2011年12月22日

    没遇到

  • 我的人人网账户中弹了,大家也看看自己有没有中弹吧 (增加了检查人人网密码是否被公开的链接) at 2011年12月22日

    沙发

  • 外建关联 build 问题 at 2011年12月17日

    #7 楼 @Jsiguo 问题解决了需要加上:birth_year, :birth_month, :birth_day,:on => :update 更新的时候验证不为空就行了 学习了 呵呵

  • 外建关联 build 问题 at 2011年12月17日

    #6 楼 @Rei 基本能实现了 但要是 birth_year, :birth_month, :birth_day 这些字段要必填就不能实现了 呵呵

  • 外建关联 build 问题 at 2011年12月16日

    #3 楼 @bony 注册一般情况不都是只填 user 表 (email,username 和 password) 就行了吗,等注册成功在修改自己的 profile 就行了吗 这样感觉逻辑没问题吧

  • 外建关联 build 问题 at 2011年12月16日

    补充关联关系都建好了

  • 中文 Railscasts 第二期发布 at 2011年12月14日

    railscasts-china 大力支持希望更新速度快点 一直期待中

  • 中文 Railscasts 第二期发布 at 2011年12月14日

    赞赞

  • 中文 Railscast 第一期上线 at 2011年12月03日

    好建议 赞同

  • Ubuntu 11.10 Rails 开发集成 vim 相关问题 at 2011年12月02日

    谁能告诉我配置目录在左边打开的文件在右边啊,还有就是打开一个文件后如何回到原先的目录结构界面。我用 esc 然后:q 直接退到了终端

  • Ubuntu 11.10 Rails 开发集成 vim 相关问题 at 2011年12月02日

    我用 vim 打开项目是这种结构

    " Press ? for help

    .. (up a dir) /home/gsm/demo/myblog/ |+app/ |+config/ |+db/ |+doc/ |+lib/ |+log/ |+public/ |+script/ |+test/ |+tmp/ |+vendor/ |-config.ru |-Gemfile |-Gemfile.lock |-Rakefile `-README 当打开文件后就看不见目录了 谁能告诉我配置目录在左边打开的文件在左边 我很菜什么都不懂

  • Ubuntu 11.10 Rails 开发集成 vim 相关问题 at 2011年12月02日

    不要沉了啊

  • Ubuntu 11.10 Rails 开发集成 vim 相关问题 at 2011年12月02日

    自己顶一下 朋友们帮忙解决下

  • Ubuntu 11.10 Rails 开发集成 vim 相关问题 at 2011年12月02日

    一楼的朋友 我执行了 1.sudo apt-get remove vim-common 2。~/vimmate$ ./install 报如下 gsm@guoshiming:~/vimmate$ ./install Now installing VimMate to your system... Install done. 请问该如何解决

  • Ubuntu 11.10 Rails 开发集成 vim 相关问题 at 2011年12月02日

    http://www.everyday-cn.com/zh/show_blog/vim-rubyonrails 打不开啊需要墙吗

  • Ubuntu 11.10 Rails 开发集成 vim 相关问题 at 2011年12月02日

    一楼的能不能讲将具体操作 是直接 clone 下来放在用户目录中吗

  • rails c 问题求解 at 2011年12月02日

    感谢 6 楼的朋友 问题顺利解决了呵呵

  • rails c 问题求解 at 2011年12月02日

    rails c 的问题仍没解决 等待中。。。。。

  • rails c 问题求解 at 2011年12月02日

    刚执行了

    sudo apt-get install ruby-full
    cd ~/.rvm/src/ruby-1.9.3-p0/ext/readline
    ruby extconf.rb
    出现“ checking for tgetnum() in -lncurses... yes
    checking for readline/readline.h... yes
    checking for readline/history.h... yes
    checking for readline() in -lreadline... no
    checking for readline() in -ledit... no
    checking for editline/readline.h... no”
    make install
    

    出现“make: 没有什么可以做的为 `install'。”

  • devise 相关问题 at 2011年11月27日

    这个地方我已经改为了 root :to => 'users#index'

  • devise 相关问题 at 2011年11月27日

    看了有 4 条提示 但我好想没有改什么 刚学 ror 很菜

  • devise 相关问题 at 2011年11月27日

    是将这行注释解开吗

    match ':controller(/:action(/:id(.:format)))'
    

    我的 Rails 是 3.1.3

  • devise 相关问题 at 2011年11月27日

    没有设置 我很菜

  • devise 相关问题 at 2011年11月27日
    undefined local variable or method `root_path' for #<Devise::SessionsController:0x00000004574fc8>
    Rails.root: /home/gsm/rails-work/devisedemo
    
    Application Trace | Framework Trace | Full Trace
    Request
    
    Parameters:
    
    {"utf8"=>"✓",
     "authenticity_token"=>"X0kgzO8B2+AEMsffoKLcdTstYOaPDBvWmTAFGQXfRPQ=",
     "user"=>{"email"=>"[email protected]",
     "password"=>"[FILTERED]",
     "remember_me"=>"0"},
     "commit"=>"Sign in"}
    Show session dump
    
    _csrf_token: "X0kgzO8B2+AEMsffoKLcdTstYOaPDBvWmTAFGQXfRPQ="
    flash: #<ActionDispatch::Flash::FlashHash:0x00000004cd1320 @used=#<Set: {}>, @closed=false, @flashes={:notice=>"Signed in successfully."}, @now=nil>
    session_id: "f85426884953ea3639bcaa4d9ed10acb"
    warden.user.user.key: ["User", [1], "$2a$10$.tmwyk7zABbzjP.sDA./6O"]
    Show env dump
    
    GATEWAY_INTERFACE: "CGI/1.1"
    HTTP_ACCEPT: "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
    HTTP_ACCEPT_CHARSET: "GBK,utf-8;q=0.7,*;q=0.3"
    HTTP_ACCEPT_ENCODING: "gzip,deflate,sdch"
    HTTP_ACCEPT_LANGUAGE: "zh-CN,zh;q=0.8"
    HTTP_CACHE_CONTROL: "max-age=0"
    REMOTE_ADDR: "127.0.0.1"
    REMOTE_HOST: "localhost"
    SERVER_NAME: "localhost"
    SERVER_PROTOCOL: "HTTP/1.1"
    
  • 上一页
  • 1
  • 2
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English