awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • thoughtbot/administrateالصورة الرمزية لـ thoughtbot

    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/suspendersالصورة الرمزية لـ thoughtbot

    thoughtbot/suspenders

    4,048عرض على GitHub↗

    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_crmالصورة الرمزية لـ fatfreecrm

    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-composerالصورة الرمزية لـ RailsApps

    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/oratsالصورة الرمزية لـ nickjj

    nickjj/orats

    658عرض على GitHub↗

    Opinionated rails application templates.

    Opinionated Rails application templates.

    Ruby
    عرض على GitHub↗658
  • xdite/bootstrappersالصورة الرمزية لـ xdite

    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/raygunالصورة الرمزية لـ carbonfive

    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/hoboالصورة الرمزية لـ Hobo

    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.