huacnlee 最近的时间轴更新
huacnlee's repos on GitHub
Rust · 781 人关注
autocorrect
A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).
Ruby · 623 人关注
bluedoc
An open-source document management tool for enterprise self host.
Ruby · 196 人关注
carrierwave-aliyun
阿里云 OSS Ruby 上传组件,基于 Carrierwave
Ruby · 144 人关注
auto-correct
Automatically add whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).
Ruby · 130 人关注
activestorage-aliyun
Wraps the Aliyun OSS as an Active Storage service.
Ruby · 25 人关注
cocoaout
Auto build and release tool for Cocoa projects.
HTML · 16 人关注
ckeditor5-build-rails
The classic editor build of CKEditor 5 with Rails application.
Ruby · 12 人关注
backup-aliyun
Aliyun OSS storage with Backup
Ruby · 7 人关注
actiontext-lite
Lite version of ActionText
PHP · 5 人关注
booklib
php + Codeigniter Library management tool
Shell · 4 人关注
autocorrect-action
GitHub action for use AutoCorrect as lint
Ruby · 2 人关注
aliyun-oss-ruby-sdk
Aliyun OSS SDK for Ruby
Kotlin · 2 人关注
autocorrect-idea-plugin
AutoCorrect Plugin for IntelliJ IDEA
2 人关注
bulk_insert
Efficient bulk inserts with ActiveRecord
Ruby · 2 人关注
capistrano-upload-configs
Capistrano plugin for Upload local config files to remote, and create soft link.
1 人关注
.github
Ruby · 1 人关注
actiontext
Edit and display rich text in Rails applications
1 人关注
apisix-dashboard
Dashboard for Apache APISIX
1 人关注
async-graphql
A GraphQL server library implemented in Rust
Ruby · 1 人关注
awesome-rails-gem
A collection of awesome Ruby Gems for Rails development.
Ruby · 1 人关注
awesome_nested_set
An awesome replacement for acts_as_nested_set and better_nested_set.
1 人关注
book-ja
Rust文書の和訳レポジトリ
1 人关注
book-tw
Rust 程式設計語言(正體中文翻譯)
1 人关注
chinese-copywriting-guidelines
Chinese copywriting guidelines for better written communication/中文文案排版指北
1 人关注
ckeditor5
Powerful rich text editor framework with a modular architecture, modern integrations and features like collaborative editing.
Go · 1 人关注
cmd
Command line tools for Revel.
1 人关注
cross-gem-action
GitHub action to cross compile a Ruby gem written in Rust
Go · 1 人关注
datatypes
GORM Customized Data Types Collection
Ruby · 1 人关注
devise
Flexible authentication solution for Rails with Warden.
0 人关注
benchmark-ips
Provides iteration per second benchmarking for Ruby
huacnlee

huacnlee

I love Ruby on Rails
V2EX 第 61 号会员,加入于 2010-04-26 09:49:17 +08:00
根据 huacnlee 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
huacnlee 最近回复了
2022-12-20 13:15:00 +08:00
回复了 cokar 创建的主题 云计算 如何最低成本的同步阿里云 RDS MYSQL 到其它地方备份?
2021-07-03 15:58:29 +08:00
回复了 huacnlee 创建的主题 程序员 VS Code 插件 - 自动纠正代码中的中英文空格写法
2021-07-02 10:23:25 +08:00
回复了 huacnlee 创建的主题 程序员 VS Code 插件 - 自动纠正代码中的中英文空格写法
@passerbytiny

现在我设计这个可以实现 Lint 机制,对可能有问题的部分做出标识,然后给出纠正提示。

正在做,结合当前实现以及 VS Code Extension 的机制可以搞,应该这周末就可以用了。

![]( https://l.ruby-china.com/photo/huacnlee/1f8ad3d3-8b0d-468a-a9fb-042cf9ed5a36.png!large)
2020-11-12 19:38:34 +08:00
回复了 coool 创建的主题 Ruby on Rails Ruby, Rails 不值一学
楼主你试试:

```bash
$ rails new foo --minimal
```

这个模式仅包含 Rails 经典的部分:

```rb
require "rails"
# Pick the frameworks you want:
require "active_model/railtie"
# require "active_job/railtie"
require "active_record/railtie"
# require "active_storage/engine"
require "action_controller/railtie"
# require "action_mailer/railtie"
# require "action_mailbox/engine"
# require "action_text/engine"
require "action_view/railtie"
# require "action_cable/engine"
require "sprockets/railtie"
require "rails/test_unit/railtie"
```
2020-11-12 19:04:35 +08:00
回复了 coool 创建的主题 Ruby on Rails Ruby, Rails 不值一学
@est 没有 Ruby 语言特性的支持,ActiveSupport 也实现不了哪些牛逼的特性。

比如 1.times, 1.weeks.ago 或者 nil.blank? 因为 Ruby 里面什么都是对象,所以基于对象扩展功能可以做很多事情。
2020-11-02 19:05:26 +08:00
回复了 huacnlee 创建的主题 酷工作 成都 - 长桥招后端工程师 4 - 5 名
@ryh 这个问题已经修复,等 App 发布
2020-11-02 14:27:16 +08:00
回复了 simerpc 创建的主题 求职 上海/杭州求职, Go 开发
2020-10-27 17:14:04 +08:00
回复了 huacnlee 创建的主题 酷工作 成都 - 长桥招后端工程师 4 - 5 名
@AmberJiang 杭州招,如何面试通过,可以在成都入职
2020-10-26 20:10:22 +08:00
回复了 huacnlee 创建的主题 酷工作 成都 - 长桥招后端工程师 4 - 5 名
2020-10-26 17:20:25 +08:00
回复了 huacnlee 创建的主题 酷工作 成都 - 长桥招后端工程师 4 - 5 名
@iapplebear Vue, React 都在用,我们成都这边的人都会

Vue 目前用在前台,React 用在后台
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3272 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 14:07 · PVG 22:07 · LAX 07:07 · JFK 10:07
Developed with CodeLauncher
♥ Do have faith in what you're doing.