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:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

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

Runtime 依赖 (3):

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

业主:

作者:

  • Pascal Hurni

SHA 256 校验和:

a514b4fd82c216abdd75a8dbd8ad21336cea609a0ea8286a4a53805ef152501f

下载总量 4,588

这个版本 4,587

许可:

需要的 Ruby 版本:

链接: