Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
WildCat
@imwildcat
会员
第 14174 位会员 / 2014-07-21

42 篇帖子 / 152 条回帖
17 关注者
0 正在关注
43 收藏
打赏作者
GitHub Public Repos
  • scylla 4002

    Intelligent proxy pool for Humans™ to extract content from the internet and build your own Large ...

  • uniffi-rs-fullstack-ex... 96

    Build Rust for Android and iOS (with potential for all mobile platforms, Windows, Mac and Web*)

  • faster-whisper-api 63

    self hosted whisper api system based on container

  • ReactNative-Binary 33

  • expo-rust-demo-module 10

    A demo project with Expo + Rust (with automatic binding generation using uniffi-rs). Write once u...

  • clash-rs 1

    custom protocol network proxy

  • remote-browser-server 0

  • xtrpc 0

    Export your tRPC router to massively improve language server performance and/or let your users co...

  • firebase-ios-sdk-xcfra... 0

    A small mirror for https://github.com/firebase/firebase-ios-sdk, to add support for binary (xcfra...

  • coolify 0

    An open-source & self-hostable Heroku / Netlify / Vercel alternative.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Rails World 2024 Opening Keynote - David Heinemeier Hansson at 2024年10月14日

    Kamal 2 有任何问题欢迎来问我。。。从 1 时代就开始用,问题不大。

  • 比较轻量和高性能的 Ruby Web Framework 选择有哪些 at 2024年10月06日

    我觉得 2024 年竞争白热化,要么 Rails,要么 Next.js

  • 我回来了,Ruby on Rails at 2024年08月10日

    哈哈是的我也挺意外的

  • 解决了 Writebook 产品的中文输入问题 at 2024年07月18日

    其实你可以给他们发一封邮件,让他们把你的代码加进去

  • 再见啦,Ruby on Rails at 2023年09月07日

    退一万步,即使他这么做是对的,但是 PR 里无视反对意见,直接合并,完全是滑天下之大稽。更不用说 PR description 只是一个干巴巴的链接到自己博客了。

    锁 thread,不回复。完全是熟悉的味道。

  • 再见啦,Ruby on Rails at 2023年09月07日

    简单来说,就是接口的信息遗失了。调用者更容易出现错误,比如:

    https://github.com/hotwired/turbo/pull/971#discussion_r1317383623

  • Ruby on Rust - 用 Rust 编写 RubyGem Extension 提升 600% 的性能 at 2022年04月25日

    有生成器的:https://mozilla.github.io/uniffi-rs/Overview.html

  • Rails 7.0 正式版发布啦! at 2021年12月26日

    Awesome! 不如发个贴?类似:https://www.v2ex.com/go/status

    等 Ruby 3.1 也用上也更新下?

  • 有没有什么 Go 的 ORM 兼容 ActiveRecord 的 convention?想用 Rails 写大部分逻辑,Go 写高性能部分 at 2021年12月20日

    请问 ent 有办法直接 dump ActiveRecord 的 schema 吗?

    编辑:似乎真的可以:https://entgo.io/blog/2021/10/11/generating-ent-schemas-from-existing-sql-databases/

  • github 开源了一个新的 mysql 驱动 at 2021年12月16日

    MySQL 比 Postgres 在 2021 年还有什么优点吗?

  • null at 2021年12月16日

    写 Ruby 的 Rust binding 最好的是官方的 https://github.com/mozilla/uniffi-rs 吧?

  • Rails 7 前端方案前瞻 at 2021年10月07日

    esbuild 的确是个好东西,vite 也没用在 prod 上。可以考虑开发的时候为了节约时间用 esbuild,部署走 pipeline 直接 tsc 好了,机器的时间可以忽略不计。

  • 有没有什么 Go 的 ORM 兼容 ActiveRecord 的 convention?想用 Rails 写大部分逻辑,Go 写高性能部分 at 2021年08月09日

    不是很明白这么钻牛角尖有啥意思。。。 访问数据库 != 只访问数据库的操作

  • 各位同僚都用什么工具写 Rails? at 2021年01月31日

    人生苦短,我用 RubyMine

  • 大家在 Rails 项目中使用 Docker 时,开发期间也会使用 Docker 吗? at 2020年10月09日

    部署环境用 k3s + Traefik,感觉很不错。

  • 微软苏州 Microsoft Teams 团队招人啦! at 2020年05月08日

    前端和移动端

  • 在 Rails 项目中使用 Docker 和 GitLab CI 高效构建镜像 (第一部分) at 2020年02月26日

    小项目 k3s 或者 Swarm 大项目 k8s

  • 一款新的跨平台 Git 客户端 Fork at 2019年09月02日

    似乎是夫妻店,更新很频繁。从软件质量来说,感觉要收费了

  • 2019 年 了,是什么让你能够坚持使用 Ruby,或者是什么让你放弃了 Ruby? at 2019年08月08日

    2019 了,https://discuss.python.org/ 依旧还是 Rails!

  • 2019 年 了,是什么让你能够坚持使用 Ruby,或者是什么让你放弃了 Ruby? at 2019年08月04日

    Java 写 web 还是给那种超大工程或者时间太多的人用的,Java 那套设计模式真的非常不友好。有那些时间还不如学学语法糖。 高级语言是给人设计的,人生苦短,我更爱用以人为本而不是以机器为本的语言。

  • 在 Rails 项目中使用 Docker 和 GitLab CI 高效构建镜像 (第一部分) at 2019年07月08日

    这个问题见仁见智啦,Dockerfile 差距也不大的。

  • 在 Rails 项目中使用 Docker 和 GitLab CI 高效构建镜像 (第一部分) at 2019年07月03日

    可以的,docer exec -it bash 大概是这样。

  • Ruby China 站点,不搭梯子,recaptcha 无法显示,无法注册了 at 2019年04月30日

    用这个了吗:https://github.com/google/recaptcha/issues/87#issuecomment-368252094

  • Rails 6.0.0 beta1 发布 at 2019年01月29日

    响应速度还是挺快的说实话,给 beta 1 提了俩 issues,很快解决了:

    https://github.com/rails/webpacker/issues/1908#event-2096785670

    https://github.com/rails/rails/issues/35026#event-2099088641

  • Rails 6.0.0 beta1 发布 at 2019年01月20日

    PHP 做这种有点东施效颦的感觉,不过 Laravel 能做到今天已经很厉害了。 然鹅我还是选择 Rails,选择 Rails 不仅仅是它本身,还有对 DHH 一套理念的执着追求(被 DHH 洗脑 ing

  • Rails 6.0.0 beta1 发布 at 2019年01月19日

    Use the ImageProcessing gem for Active Storage variants, and deprecate the MiniMagick backend. This means that variants are now automatically oriented if the original image was rotated. Also, in addition to the existing ImageMagick operations, variants can now use :resize_to_fit, :resize_to_fill, and other ImageProcessing macros. These are now recommended over raw :resize, as they also sharpen the thumbnail after resizing.

    这个也很赞!

  • Elixir 的一些想法 at 2018年08月26日

    生态才是关键。 js 为什么火?因为 npm 上什么都有。

    这种小众语言除非有个代码狂魔一样的干爹,否则设计的再好也没用。因为没那么多时间造轮子。

    同样的事情你可以对比 React Native 和 Flutter。 后者的生态刚起步,很多轮子缺乏功能、测试。遇到坑只能默默吞下。

    我觉得有时间还不如拥抱 JVM 语言和 Python。

  • 由于云服务商做安全测试,exception_notification 发送大量邮件 at 2018年08月24日

    https://sentry.io/welcome/

  • Kimurai - 一个 Ruby 写的爬虫框架 at 2018年08月12日

    老实说 xpath 也不错

  • [机器学习] Ruby China 招聘帖自动生成 API at 2018年08月01日

    大概是 LSTM with RNN 吧?

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