The Wayback Machine - https://web.archive.org/web/20211031175823/https://github.com/huacnlee
Skip to content
Avatar

Achievements

Achievements

Highlights

  • Pro

Organizations

@ruby-china @rails-engine @longbridgeapp
Block or Report

Block or report huacnlee

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
huacnlee/README.md

I am the co-founder of the Ruby China, 💎 I also created a RubyGems Mirror in China.

For now, I work for Longbridge Inc. 🌉

Featured

Rails
Homeland Open source discussion website.
BlueDoc Document management tool for enterprise self host
RubyGems
rails-settings-cached The best solution for store global settings in Rails applications.
action-store Store different kinds of actions (Like, Follow, Star, Block, etc.) in a single table via ActiveRecord Polymorphic Associations.
second_level_cache Second level cache for ActiveRecord for make your application faster.
rucaptcha Captcha gem for Rails Applications which generates captcha image by C code.
auto-correct Automatically add whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).
notifications Notifications Center engine like GitHub or other application for any Rails applications.
action-draft Action Draft brings your ActiveRecord model to storage multiple draft attributes without add columns to the business table.
exception-track Tracking exceptions for Rails application store them in database.
audit-log Trail audit logs (Operation logs) into the database for user behaviors, including a Web UI to query logs.
enumize Extend ActiveRecord::Enum for add more helpful methods.
sql-builder A simple SQL builder for generate SQL for non-ActiveRecord supports database
actiontext-lite Lite version of ActionText
redis-search High performance real-time prefix search, indexes store in Redis for Rails application
Go
gobackup Simple tool for backup your databases, files to FTP / SCP / S3 storages.
html-pipeline Go version of [html-pipeline](https://github.com/jch/html-pipeline).
go-auto-correct Go version of AutoCorrect.
go-nested-set Golang implementation of the Nested set model for Gorm.
go-pinyin Forked version Pinyin for Go
Rust
autocorrect Rust version of AutoCorrect.

Pinned

  1. 🎪 An open source forum/community system based on Rails, developed based on Ruby China.

    Ruby 3.5k 1.2k

  2. bluedoc Public

    An open-source document management tool for enterprise self host.

    Ruby 602 52

  3. A linter and formatter for help you improve copywriting, to correct spaces, punctuations between CJK (Chinese, Japanese, Korean).

    Rust 46 2

  4. gobackup Public

    🗄 Simple tool for backup your databases, files to FTP / SCP / S3 storages.

    Go 522 110

  5. Forked from ledermann/rails-settings

    Global settings for your Rails application.

    Ruby 909 163

  6. HTML processing filters and utilities in Go version

    Go 17 3

1,071 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri
Less More

Contribution activity

October 2021

Created 3 repositories

Created a pull request in go-gorm/gorm that received 9 comments

Add ToSQL support to generate SQL string.

@jinzhu 上次讨论的在 Statement 上实现 ToSQL 的方法,经过我分析发现按目前 Gorm 已有的实现是无法做到的。 因为有很多的 SQL 实际是在 callbacks 文件夹下的各种最终的函数处实现的,所以看起来得在目前我实现这部分 finisher_api 里面增加动作。 目…

+123 −0 9 comments
Opened 6 other pull requests in 5 repositories
huacnlee/autocorrect 2 merged
microsoft/vscode-loc 1 closed
wtklbm/rust-library-i18n 1 merged
go-gorm/gorm 1 merged
seanmonstar/reqwest 1 open
Reviewed 1 pull request in 1 repository

Created an issue in pest-parser/pest that received 1 comment

line_col method N times slow in large file.

When use pest in a large content file (about 700 KB JSON file), the Pair<R> to call line_col looks like has performance issue O(N). Source code ref:

1 comment
Opened 2 other issues in 1 repository
huacnlee/autocorrect 2 open