PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is the specific implementation for the Ruby language based on the Standard Version AS3 reference.
Setup new rails projects for angular/jasmine, includes generators for angular MVC files.
Chronus is a MVC Game Framework.
A simple rack-based MVC framework that can be used to build awesome webapps.
Simple web framework for building web apps in Ruby following the MVC design pattern
FTPMVC ActiveRecord Connection Pool Filter
Fine grained access control based on method interception. This is a proxy that allows you to define permissions on your models without breaking MVC by putting user code in your models.
Provides ActiveRecord for the ORM used by the reactive-mvc plugin.
A flexible, minimal, MVC web-application framework
Standard MVC over cable for realtime applications to enjoy seamless experience over cable. Use specialized clients for Android, IOS, Angular, React, JS
A simple MVC framework for RubyGTK.
A simple, non-magical, MVC-ish framework for Rack.
Description of BackboneMvc.
Wings is a Rack-based, MVC framework with REST implementation, also supports ORM for database manipulation.
A lightweight MVC framework
FTPMVC asynchronous upload using resque
Provide autoloading of Model classes and Controller for sinatra to allow for simpler writing of MVC web applications.
Simple adapter for jquery client-side validation. Idea was stollen from ASP.NET MVC
Tool to make it easier configuring new Spring MVC projects.
Redson is a browser based MVC component framework written in Ruby using the Opal ruby-to-js compiler.
Toolkit for rapid prototyping of interactors, use cases and service objects. Using DCI (Data, context and interaction) the new programming paradigm from the inventor of the MVC pattern. This implementation consumes excessive memory (hence the name) and is not recommended for production.
An ANT-based PureMVC generator.
Raamen is a Rack and SQLite based MVC web framework. It contains modules to provide basic and necessary features of web app components as well as helpful Rack middleware, cookie manipulation, and CLI to make the development process faster and easier.
This is a Ruby-MVC Framework Which has all the necessary modules to build up a basic web application
Rethoth is a simple to understand, run and maintain Ruby blogging engine. Rethoth is written in Ruby and is based on the Ramaze web framework and the Sequel database toolkit. Rethoth is a modern port, to 2017, of the original Thoth created by @ryangrove. Rethoth demonstrates how to easily build a useful MVC-style app in Ruby without having to deal directly with meta-programming and DSL magic. Rethoth is an example of how to build a web application in Ruby without the need to learn Rails and ActiveRecord. Rethoth is ideal for newcomers to Ruby who have experience with other web frameworks and want to quickly appreciate the language and become productive with it.
A ruby MVC framework implented using rack.
Build rich web apps with a hiking them using Ruby on Trails
A gem to generate a MVC scaffold to quickly get started with Turbo Streams. This scaffold builds on top of the existing Rails generatiors to include the model, controller actions, and Turbo ready-views that you need for your model to be streamed when instances are created, updated, and deleted.
MVC-like framework for command-line application such as Git or SVN.
Command-line lint operations (variable checking) for Rails MVC
Powerful macro generation of spec files from rails mvc and mustache templates
Simple mvc framework, not for production purposes
Parse and print routes of spring mvc app from spring log
Shot Libs implements a series of Loaders, which can be used to obtain instances of Helpers and Libraries, to extract business logic from your MVC application.
This gem helps you write mvc web applications
An MVC framework designed for Pure-Ruby, Asynchronous Microservices
models and controllers
This will provide a number of tables that store properties for core things like apps and fields and views. It provides models and controllers for them.
crux MVC framework
This gem provides a simple and easy MVC framework for use with our command line (terminal) applications.
NetMate is a framework created to facilitate Web Development using Ruby. The framework is an MVC framework which provides basic functionality to create a web application.
MVC of View for Ruby
a quick example of mvc for my class to follow
这是一个用于在play framework下生成viewmodel controller views helpers的命令
+js-rails-routes+ is a utility for generating JavaScript equivalents to the +<route>_path+ functions provided by {Ruby on Rails}[https://github.com/rails/rails]. This allows you to do very similar things in your {+ejs+}[https://rubygems.org/gems/ejs/] JavaScript templates as you would in your +erb+ ruby templates. You can move html rendering to the client and keep it looking very similar to how it would look on the server. For example, if you have a model +Item+ and a simple route to list all the items, a link to that items page (using an explicit +a+ anchor tag instead of the Rails +link_to+) would look the same in either an +erb+ file or an +ejs+ file: <a href="<%= items_path() %>">List all Items</a> This gem was originally developed as part of the {MVCoffee}[http://mvcoffee.org] suite of tools, and integrates strongly with the {mvcoffee.js}[https://github.com/kirkbowers/mvcoffee] CoffeeScript MVC framework.
["A simple mvc rack framework"]
Build simple applications based on the mvc model of rails, in a lean way using sinatra as a web service.
A Rack-based MVC web framework
Rails 3 MVC Presenter pattern library
Here is a gem to set up an MVC for JS!