awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 个仓库

Awesome GitHub RepositoriesRails Application Generators

Tools for scaffolding and configuring new Rails projects.

Explore 8 awesome GitHub repositories matching part of an awesome list · Rails Application Generators. Refine with filters or upvote what's useful.

Awesome Rails Application Generators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • thoughtbot/administratethoughtbot 的头像

    thoughtbot/administrate

    6,028在 GitHub 上查看↗

    Administrate is a Rails engine that generates full CRUD admin interfaces for any model in a Rails application, providing create, read, update, delete, search, and pagination capabilities out of the box. It functions as a convention-based dashboard generator that maps model attributes to default field types and views, while supporting customization through standard Rails controller and view overrides. The framework distinguishes itself through a field type abstraction layer that encapsulates data display and input logic into reusable classes, and a hook-point content injection system that allo

    Mounts as a self-contained Rails engine within a host application for admin functionality.

    JavaScript
    在 GitHub 上查看↗6,028
  • thoughtbot/suspendersthoughtbot 的头像

    thoughtbot/suspenders

    4,048在 GitHub 上查看↗

    Suspenders 是一个 Ruby on Rails 项目引导程序和应用模板。它通过集成一套预配置的监控、测试和版本控制库,为初始化服务器端项目提供了标准化的基础。 该工具包具有一个针对 Heroku 优化的专用部署框架,可自动将代码交付到预发布和生产环境。它采用基础设施即代码的方法,使用版本化的配置文件来确保跨不同云环境的一致性并减少部署中断。 该项目涵盖了用于持续集成和交付的自动化工作流,包括自动化测试和样式检查。它还包括环境配置功能,例如配置 Git 远程仓库和数据库设置。

    Base Rails application template used by thoughtbot.

    Rubyrailstemplate
    在 GitHub 上查看↗4,048
  • fatfreecrm/fat_free_crmfatfreecrm 的头像

    fatfreecrm/fat_free_crm

    3,629在 GitHub 上查看↗

    Fat Free CRM 是一个基于 Ruby on Rails 框架的开源客户关系管理平台。它提供了一个集中式界面,用于管理销售流水线、跟踪潜在客户、联系人和商业机会,并通过自定义字段、标签和团队分组来组织组织数据。 该平台被设计为一个模块化业务应用,支持通过插件系统进行扩展,并能够作为 Rails 引擎集成到现有项目中。这种架构允许动态模式扩展,使用户能够定义自定义数据字段以捕获特定的业务信息,而无需更改核心系统文件。 该系统包括对配置和部署的全面支持,允许自定义应用设置并与各种数据库引擎集成。它提供了用于配置一致开发环境的工具,并支持部署到云托管平台。安全性通过既定的漏洞报告和分发安全公告渠道进行维护。

    Encapsulates distinct features into isolated, mountable components to maintain a clean separation of concerns.

    Ruby
    在 GitHub 上查看↗3,629
  • railsapps/rails-composerRailsApps 的头像

    RailsApps/rails-composer

    3,364在 GitHub 上查看↗

    Rails Composer. The Rails generator on steroids for starter apps.

    Generator for starter applications.

    Ruby
    在 GitHub 上查看↗3,364
  • nickjj/oratsnickjj 的头像

    nickjj/orats

    658在 GitHub 上查看↗

    Opinionated rails application templates.

    Opinionated Rails application templates.

    Ruby
    在 GitHub 上查看↗658
  • xdite/bootstrappersxdite 的头像

    xdite/bootstrappers

    313在 GitHub 上查看↗

    Bootstrappers is the base Rails application using Bootstrap template and other goodies.

    Generates Rails apps with Bootstrap templates.

    Ruby
    在 GitHub 上查看↗313
  • carbonfive/rayguncarbonfive 的头像

    carbonfive/raygun

    212在 GitHub 上查看↗

    Rails application generator that builds applications with the common customization stuff already done.

    Builds applications with common customizations pre-configured.

    Ruby
    在 GitHub 上查看↗212
  • hobo/hoboHobo 的头像

    Hobo/hobo

    102在 GitHub 上查看↗

    The web app builder for Rails (moved from tablatom/hobo)

    Web application builder for Rails.

    Ruby
    在 GitHub 上查看↗102
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Rails Application Generators

探索子标签

  • Rails Engine Mounting PatternsMounts as a self-contained Rails engine within a host application, inheriting its middleware stack and routing. **Distinct from Rails Application Generators:** Distinct from Rails Application Generators: focuses on the engine mounting mechanism, not project scaffolding.