huacnlee's repos on GitHub
Rust 1592 watchers
autocorrect A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).
Go 890 watchers
flora-kit 基于 shadowsocks-go 做的完善实现,自动网络分流,完全兼容 Surge 的配置文件。
677 watchers
init.d Batch scripts for Rails production environment install on Ubuntu Server. Ruby 633 watchers
bluedoc An open-source document management tool for enterprise self host.
Ruby 365 watchers
imax.im :clapper: Source code of IMAX.im
Go 353 watchers
mediom Forum web application, an example for from Rails to Go (Revel)
CoffeeScript 258 watchers
jquery.qeditor This is a simple WYSIWYG editor with jQuery.
Ruby 140 watchers
auto-correct Automatically add whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).
Ruby 69 watchers
personlab 我博客的源代码,这个代码较老,不推荐拿来学习
Ruby 54 watchers
pasite Share your sources code on the web, see the http://pasite.org
Rust 49 watchers
color-lsp A document color language server.
Ruby 25 watchers
cocoaout Auto build and release tool for Cocoa projects.
Ruby 23 watchers
enumize Extend ActiveRecord::Enum for add more helpful methods.
Ruby 23 watchers
gitlab-mail-receiver The way of allow your GitLab support Email receive and parse the email content, and find Issue/MergeRequest to create reply.
CoffeeScript 23 watchers
jquery.lazyimg Image lazy load plugin for jQuery, fork from jquery.unveil to improve performance with huge DOMs.
Ruby 18 watchers
ip-location 通过淘宝 IP 库查询 IP 所在地域位置 http://ip.taobao.com
Crystal 12 watchers
html-pipeline.cr HTML processing filters and utilities for Crystal.
Javascript 12 watchers
jdialog a jQuery popup window plugin
Rust 11 watchers
gpui-workspace Dock layout UI component for GPUI, that extracted from Ze project.
PHP 5 watchers
booklib php + Codeigniter Library management tool
Ruby 5 watchers
docker-rails Deploy Rails via Docker example
Rust 4 watchers
gpui-calculator A simple calculator based on GPUI & GPUI Component.
2 watchers
bulk_insert Efficient bulk inserts with ActiveRecord
Javascript 2 watchers
jselectdate jQuery date choice control with dropdown list
Ruby 1 watchers
actiontext Edit and display rich text in Rails applications
1 watchers
async-graphql A GraphQL server library implemented in Rust
1 watchers
awesome-mcp-servers1 Awesome MCP Servers - A curated list of Model Context Protocol servers
Ruby 1 watchers
awesome-rails-gem A collection of awesome Ruby Gems for Rails development.
Ruby 1 watchers
awesome_nested_set An awesome replacement for acts_as_nested_set and better_nested_set.
1 watchers
ckeditor5 Powerful rich text editor framework with a modular architecture, modern integrations and features like collaborative editing.
Go 1 watchers
cmd Command line tools for Revel.
1 watchers
cross-gem-action GitHub action to cross compile a Ruby gem written in Rust
Go 1 watchers
datatypes GORM Customized Data Types Collection
Ruby 1 watchers
devise Flexible authentication solution for Rails with Warden.
Javascript 1 watchers
jcaches client side cache with Javascript
Javascript 1 watchers
jimagelink 模拟yupoo的缩略图上的小图标效果的jQuery插件
0 watchers
benchmark-ips Provides iteration per second benchmarking for Ruby
0 watchers
blade Sharp and simple graphics library
Rust 0 watchers
code-assistant An LLM-powered, autonomous coding assistant. Also offers an MCP mode.
0 watchers
doomdooz An extremely fast Ruby linter, written in Rust.
0 watchers
github-docs The open-source repo for docs.github.com
0 watchers
go-nested-set go-nested-set is an Golang implementation of the Nested set model for GORM
0 watchers
go-plugins Plugins for external infrastructure dependencies
0 watchers
gorm-bulk-insert implement BulkInsert using gorm, just pass a Slice of Struct. Simple and compatible.
HTML 0 watchers
gorm.io GORM official site
Ruby 0 watchers
homebrew-core Default formulae for the missing package manager for macOS (or Linux)
HTML 0 watchers
homepage rubyonrails.org site anno 2015
Ruby 0 watchers
html-pipeline-auto-correct AutoCorrect for html-pipeline
TypeScript 0 watchers
i18n-ally All in one i18n extension for VS Code
0 watchers
juicefs JuiceFS is a distributed POSIX file system built on top of Redis and S3.
0 watchers
llmstxt-site directory of llms.txt file in the wild
Python 0 watchers
mackup Keep your application settings in sync (OS X/Linux)
Ruby 0 watchers
marcel Find the mime type of files, examining file, filename and declared type
Ruby 0 watchers
micro-rb Write ruby micro services for the micro framework https://micro.mu.
0 watchers
navi-unindent Remove the leading spaces from the lines of the block.
Java 0 watchers
nokogiri Nokogiri () is a Rubygem providing HTML, XML, SAX, and Reader parsers with XPath and CSS selector support.
C++ 0 watchers
OpenCC Conversion between Traditional and Simplified Chinese
0 watchers
opencc-data A collection of word lists for Simplified and Traditional Chinese conversions from the OpenCC project
0 watchers
parse Go parsers for web formats
Rust 0 watchers
pest The Elegant Parser
0 watchers
pest-ide-tools Visual Studio Code extension to support pest error reporting, autocompletion, descriptions on hover, rule renaming, go to declaration...
Ruby 0 watchers
pghero A performance dashboard for Postgres
 | | huacnlee I love Ruby on Rails V2EX member #61, joined on 2010-04-26 09:49:17 +08:00 |
 | Per huacnlee's settings, the topics list is hidden |
Deals info, including closed deals, is not hidden
huacnlee's recent replies
楼主你试试:
```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"
```
@
est 没有 Ruby 语言特性的支持,ActiveSupport 也实现不了哪些牛逼的特性。
比如 1.times, 1.weeks.ago 或者 nil.blank? 因为 Ruby 里面什么都是对象,所以基于对象扩展功能可以做很多事情。
@
iapplebear Vue, React 都在用,我们成都这边的人都会
Vue 目前用在前台,React 用在后台