PureMVC is a lightweight framework for creating applications in ActionScript 3, based upon the classic Model-View-Controller design meta-pattern.
Build web applications easily with Grails!
It saves time in the implementation of MVC, generating the controllers and adding interactions between them (in Swift)
Hirb currently provides a mini view framework for console applications, designed to improve irb's default output. Hirb improves console output by providing a smart pager and auto-formatting output. The smart pager detects when an output exceeds a screenful and thus only pages output as needed. Auto-formatting adds a view to an output's class. This is helpful in separating views from content (MVC anyone?). The framework encourages reusing views by letting you package them in classes and associate them with any number of output classes.
Miso is a lightweight MVC Java web framework. This gem is a code generator for building Miso apps.
Provides common authentication needs that can be easily used within your own MVC structure.
A lightewieght mvc framework inspired by Ruby on Rails. Try it out!
Racket is a small MVC framework built on top of rack.
MVC based Math, Logic Captcha
A Rails gem that generates an entire MVC stack for user polling on your Rails 2x app
Shaml is an ASP.NET MVC framework with NHibernate for mono 2.4+
Also serves as a demo for console MVC style
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.
A tiny mouse sized MVC framework to jump start command line apps.
A basic MVC framework for the Shoes toolkit
This GEM provides a small, barebones framework for creating MVC Rack applications.
Rails engine with DroneJS, a javascript MVC framework
FluentMetadata is describing Object-Metadata on one place, and using it from ASP.NET MVC 2 & 3, FluentNHibernate and EntityFramework 4 CodeFirst with EF Feature CTP 4
A simple, cross-platform MVC framework for Ruby
hmvc-rails is a high-level model for the Rails MVC architecture
<p><code>mvcoffee-rails</code> is a Rails gem that makes it easy to use the <a href="https://github.com/kirkbowers/mvcoffee">MVCoffee</a> client-side MVC framework in your Rails project.</p> <p>The full documentation for this gem is at <a href="http://mvcoffee.org/mvcoffee-rails">mvcoffee.org</a>.</p>
Shot MVC allows for organization of your code in one of the most accepted organization patterns: the MVC pattern. Provides supports for Models, Views, and Controllers via a series of Routers and Loaders.
Algernon is a mini MVC framework built on Ruby.
Agent XMPP is a ruby XMPP bot framework inspired by MVC web frameworks.
RailsLite is an MVC framework for building web applications. This was built for educational purposes.
This project was designed to add functionality and ease-of-use to Microsofts ASP.NET MVC Framework, MVC Contrib is useful for developers looking to develop and test UI elements on top of the ASP.NET MVC framework.
A Rails gem that generates an MVC stack that does email queuing
FTPMVC filter to encrypt/decrypt files
Localization (L10n) and Internationalization (i18n) support for the Merb MVC Framework
Client side MVC framework for Opal
The ActionScript 3 port of PureMVC wrapped in a Sprout::Specification for implementation into a sprout project and Gem::Specification for distribution as a gem.
Gera ExtJs4 para Ruby MVC
Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and the code to fit seamlessly.
Clayburn MVC Project genator
mvc de las localidades departamento y provincias de la Argentina (migraciones con todas).
Ruby on Rails-style MVC framework for PHP. Builds fast and clean projects in seconds with pure-PHP controllers, templates, and models. RESTful routes, modular templates, databases without a drop of SQL. You won't be disappointed. Download this gem, then run `$ ptero new <appname>` and be on your merry way.
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.
Ukagaka SHIORI subsystem 'Sana' MVC Helper
Amoeba.js is a lightweight JS framework designed to work with Rails (but potentially any MVC framework) and provide JS organization, routing, models, and views.
EasyMvc.
Provides a local MVC machinery to handle requests of the reactive application. The machinery is mapped to what is done in RubyOnRails, so you'll have rails like controllers, rails like views and helpers. Because Reactive is Model and View agnostic, this plugin alone will not do the complete job.
We're replacing the original view-layer of Ruby on Rails, the most productive MVC framework we know, with our technology. By introducing basemate we get dynamic, fast and simple user interfaces without the need to touch HTML/HAML/ERB/JS/CSS. Plus, it feels like a single page application, but there's no need for all the API hustle SPAs usually bring with them.
# Game A Ruby-powered MVC game framework. ## Install ```sh $ gem install game ``` ## Usage ### Setup ```sh $ game new my_cool_game ``` This will create a new directory named `my_cool_game` in the current working directory. The directory is laid out very much like a Rails application: my_cool_game ├── Gemfile ├── Guardfile ├── README ├── app | ├── assets │ │ ├── fonts │ │ ├── images │ │ ├── music │ │ └── sounds | ├── controllers │ │ └── game_controller.rb | ├── helpers │ │ └── game_helpers.rb | ├── models | ├── views | └── windows │ │ └── game_window.rb ├── config │ ├── environments │ │ ├── development.rb │ │ ├── production.rb │ │ └── test.rb │ ├── initializers │ ├── locales │ │ └── en.yml │ ├── application.rb │ ├── boot.rb │ └── database.yml │ ├── environment.rb │ └── routes.rb ├── log ├── spec | └── spec_helper.rb └── tmp ## Acknowledgements * [Rails][rails] for making MVC very popular in the [Ruby][ruby] universe * [Gamebox][gamebox] for inspiration. ## Contributing * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it * Fork the project * Start or switch to a testing/unstable/feature/bugfix branch * Commit and push until you are happy with your contribution * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, VERSION or gemspec. ## Copyright Copyright © 2012 Ryan Scott Lewis <ryan@rynet.us>. The MIT License (MIT) - See LICENSE for further details. [rails]: https://github.com/rails/rails [ruby]: https://github.com/ruby/ruby [gamebox]: https://github.com/shawn42/gamebox
A lightweight javascript MVC framework.
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.
MVC-online OAuth2 Strategy for OmniAuth
ActionScript 3.0 Development with the Pure MVC architectural framework
This is a ruby MVC framework to speed up development time.
MVC-based templating framework for hierarchical data structures. It is created to fulfil different needs of putting your entire application configuration and infrastructure definition under the same roof.
James is a bond framework for web development that offers MVC framework and Ruby friendly method based actions to Sinatra. Yep, of course this is inspired by monk-glue, and implemented as a wrapper to it.