reactive-mvc

Reactive plugin that dispatches requests to a local MVC machinery.

Version

0.2.0

Author

Pascal Hurni

Email

[email protected]

Homepage

www.ruby-reactive.org

Description

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.

Configuration

<paths> :mvc

Path to the root of the mvc files. Defaults to “app”

<paths> :model

Path for model files. Defaults to “:mvc/models”

<paths> :views

Array of paths for views. Defaults to “:mvc/views”

<paths> :controller

Path for controllers. Defaults to “:mvc/controllers”

<paths> :helper

Path for view helpers. Defaults to “:mvc/helpers”

Requirements

  • reactive-core >= 0.2.0

  • activesupport >= 2.0.0