RubyGems Navigation menu

reactive 0.1.0

Reactive is a desktop application framework that gives everything needed to create database-backed applications according to the Model-View-Control pattern of separation. Reactive is highly inspired and also uses code of Rails, the famous Web-Framework for ruby. In Reactive, the model is handled by what's called an object-relational mapping layer. Reactive doesn't impose any ORM, you may choose the one you like but Reactive defaults to Active Record. This means it has baked in support for it, without forcing you to use it. The view part is independant of Reactive, this means that the application has to choose a view provider and feed it into Reactive. This leads to complete freedom for the GUI part. View providers are packaged as gems, so that it is easy for the developer to choose and install them. Look for reactive_view_* to discover some view providers (at this early alpha stage, only reactive_view_wx is available) The controller is part of Reactive and is loosely coupled to the view. Simple convention set up the link.

Gemfile:
= Copy to clipboard Copied!

Installeer:
=

Versies:

  1. 0.1.0 - May 13, 2008* (47,5 KB)

Runtime afhankelijkheden (3):

activesupport >= 1.4.0
hoe >= 1.5.1
rubigen >= 1.0.0

Eigenaren:

Authors:

  • Pascal Hurni

SHA 256 checksum:

a514b4fd82c216abdd75a8dbd8ad21336cea609a0ea8286a4a53805ef152501f

Total downloads 4.575

Voor deze versie 4.574

Licenties:

N/A

Required Ruby Version: Geen

Links: