Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Eric-Guo
@ericguo
VIP
NO. 1665 / 2012-03-31

eric.guocz@gmail.com
天华建筑设计
上海
46 Topics / 1375 Replies
181 Followers
244 Following
74 Favorites
选Ruby是符合我爱钱爱金爱宝石气质的…
GitHub Public Repos
  • wechat 1327

    API, command and message handling for WeChat in Rails

  • wechat-starter 351

    WeChat web app with wx_pay in rails

  • tailwindcss-jit-stimulus 19

    A template with Rails 7.1, Shakapacker 7.2, TailwindCSS 3 and Stimulus 3.0

  • coreui4-rails-starter 12

    The CoreUI 4 Rails starter

  • pgac_demo 11

    Rails 7.2 Action Cable chat room using AnyCable as backend

  • product_hunt 5

    Demonstrate new Rails 5.1 feature: Assets on Yarn, System tests with Capybara and unified form_wi...

  • openproject 2

    OpenProject is the leading open source project management software.

  • dify-ruby-sdk 2

  • homeland 1

    :circus_tent: An open source forum/community system based on Rails, developed based on Ruby China.

  • openproject-proto_plugin 1

    Exemplary OpenProject plugin demonstrating different ways to extend OpenProject.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Rails 4.1.2 and 4.0.6 released at June 27, 2014

    升级了,ruby.taobao.org 现在很重要。。

  • Lotus:替代 Rails 的新一代 Web 框架? at June 25, 2014

    #1 楼 @turingbook 昨天就讨论过了

  • Capistrano 3 部署时 bundle install 时间过长要怎么解决? at June 21, 2014

    #6 楼 @wcc526 你不是说你在服务器上手动都装好 gems 了么?这个肯定是可以禁掉的,因为这个默认就是禁掉的啊!

  • bootstrap row 之间的竖直方向的距离要怎么调整? at June 21, 2014

    #9 楼 @billy 同意你的中间路线 😄

  • 求 ruby-installer 的 1.9.2-p180 版本 at June 20, 2014

    #2 楼 @blacktulip 好吧,我想当然了,我只有 p290 的版本,不知道楼主能不能用了。。 rubyinstaller-1.9.2-p290.exe

  • 求 ruby-installer 的 1.9.2-p180 版本 at June 20, 2014

    文件对的,只不过需要 FQ

  • bootstrap row 之间的竖直方向的距离要怎么调整? at June 20, 2014

    #5 楼 @qichunren 我检查了,没有定义,我这个是正解。

  • Capistrano 3 部署时 bundle install 时间过长要怎么解决? at June 20, 2014

    Capfile 里面,禁掉 bundle 就会跳过这个。

    # require 'capistrano/bundler'
    
  • bootstrap row 之间的竖直方向的距离要怎么调整? at June 20, 2014
    .row {
      margin-top: 4px;
      margin-bottom: 4px;
    }
    
  • railsinstaller 安装后要配置 rails 环境 at June 15, 2014

    #4 楼 @DrinE sites 就是你的工作目录,注意工作目录必须在 C 盘,不过你可以用 mklink 做一个其他盘到 C 盘的硬连接。

  • 在 rails 中使用 Bootstrap 风格的 Confirm Box at June 07, 2014

    bootstrap3应该用这个 gem,更方便。

  • 请问有哪位能讲讲 inverse_of? at June 04, 2014

    http://stackoverflow.com/questions/9296694/what-does-inverse-of-do-what-sql-does-it-generate 一楼正解。

  • 关于 rails 数据库连接、事务、预编译和批处理的困惑 at May 27, 2014

    #2 楼 @egg_show 可以是不同连接,或者是相同连接,余下的问题我在实际使用中从不考虑,所以抱歉无法回答。

  • 关于 rails 数据库连接、事务、预编译和批处理的困惑 at May 26, 2014
    1. find_by_id, find_all_by_name 使用的是同一个数据库连接
    2. 同一事务在绝大多数情况下是保证的(例外情况很复杂,我观察到,不过不知道有啥规律)
    3. Ruby 从来没有预编译这样的阶段,因为是动态语言,不过的确有一个find_each供批量处理数据。
    4. 注意 find_by_id 之类的方法现在在 Rails 4 里面已经全部被find_by替代了,当然,最标准的还是where(从文档详细程度你应该已经能看出倾向性。。)
  • gem so 文件为什么要单独在放一个目录? at May 25, 2014

    我有关注,不发言不代表没人看。。。楼主问出结果记得填坑。 。。

  • 诸位正在用啥手机啊 at May 24, 2014

    Sony XM50t 合约机

  • 其实你不需要 ORM at May 20, 2014

    #24 楼 @bhuztez ActiveRecord 有joins的。

  • 怎么将 Rails 4.1.1 降到 Rails 3.2.* at May 18, 2014

    gem install rails -v3.2.18然后rails _3.2.18_ new hello

  • 关于 Rails 业务逻辑是放在 Model 里面还是 Controller 里面呢? at May 16, 2014

    #12 楼 @ddyy 锁习惯了就没锁了,当你习惯将业务逻辑放 model 了就好了。。

  • Railsconf 2014 官方演讲录像集 at May 13, 2014

    #15 楼 @heliang7 百度本身问题,所以还是 115 好啊!

  • RailsConf 2014 的视频上传到百度网盘了,但是被和谐,分享不了怎么办? at May 13, 2014

    所以我说还是 115 好吧。。

  • [上海] [2014年5月13日] 周中聚会 at May 13, 2014

    #32 楼 @liujianhei #31 楼 @iBachue 直接网盘拿吧,今天估计来不了了。。

  • Railsconf 2014 官方演讲录像集 at May 13, 2014

    #8 楼 @heliang7 #7 楼 @llvm http://pan.baidu.com/s/1sjDDKRz 百度网盘来了!

  • RailsConf 2014 DHH 做的开幕主题演讲视频 at May 12, 2014

    我搬了一下Railsconf 2014 官方演讲录像集,可以看看。

  • Railsconf 2014 官方演讲录像集 at May 12, 2014

    #9 楼 @dp90219 字幕我不知道怎么抓下来

  • Railsconf 2014 官方演讲录像集 at May 12, 2014

    #4 楼 @iBachue 我这里正常。。不行就明天 copy 吧。。

  • [上海] [2014年5月13日] 周中聚会 at May 11, 2014

    最近将 Rails Conf 2014 的视频从 Youtube 下载了一遍,7G,26 场 Talk(未完全),感兴趣的同学可以自备 U 盘 copy 一下。。

  • RSpec 如何对比两个内容相同的对象? at May 09, 2014

    Equality and Identity

    eq(expected) # same value
    eql(expected) # same value and type
    equal(expected) # same object
    
  • Prev
  • 1
  • 2
  • …
  • 24
  • 25
  • 26
  • 27
  • 28
  • …
  • 43
  • 44
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English