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,028GitHub पर देखें↗

    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,048GitHub पर देखें↗

    Suspenders is a Ruby on Rails project bootstrapper and application template. It provides a standardized foundation for initializing server-side projects by integrating a pre-configured suite of libraries for monitoring, testing, and version control. The toolkit features a dedicated deployment framework optimized for Heroku, automating the delivery of code to staging and production environments. It employs an infrastructure as code approach using versioned configuration files to ensure consistency across different cloud environments and reduce deployment outages. The project covers automated

    Base Rails application template used by thoughtbot.

    Rubyrailstemplate
    GitHub पर देखें↗4,048
  • fatfreecrm/fat_free_crmfatfreecrm का अवतार

    fatfreecrm/fat_free_crm

    3,629GitHub पर देखें↗

    Fat Free CRM is an open-source customer relationship management platform built on the Ruby on Rails framework. It provides a centralized interface for managing sales pipelines, tracking leads, contacts, and business opportunities, and organizing organizational data through custom fields, tags, and team-based groupings. The platform is designed as a modular business application that supports extensibility through a plugin system and the ability to integrate as a Rails engine within existing projects. This architecture allows for dynamic schema extensions, enabling users to define custom data f

    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,364GitHub पर देखें↗

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

    Generator for starter applications.

    Ruby
    GitHub पर देखें↗3,364
  • nickjj/oratsnickjj का अवतार

    nickjj/orats

    658GitHub पर देखें↗

    Opinionated rails application templates.

    Opinionated Rails application templates.

    Ruby
    GitHub पर देखें↗658
  • xdite/bootstrappersxdite का अवतार

    xdite/bootstrappers

    313GitHub पर देखें↗

    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

    212GitHub पर देखें↗

    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

    102GitHub पर देखें↗

    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.