TracNav
Ruby Standard...
- Downloads
- Installation
- Release Notes
- API Docs
- View Source
- Discussion
- Unit Tests
Project Owner...
- Jake Dempsey
Demos...
wxRuby...
- Employee Admin
PureMVC Standard for Ruby
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.
Installing the Project Source Code
- Using RubyGems
- From the command line, type: gem install PureMVC_Ruby
- In your application initialization, add: require 'PureMVC_Ruby'
- From the Downloadable Archive
- Download the latest source code archive.
- Unzip the source code zip to any folder on your disk. (for instance: c:\development\)
- You will see a PureMVC_Ruby_X_Y (where X_Y is version) source folder. (for instance: c:\development\PureMVC_Ruby_X_Y )
- From the Repository
- Use your favorite SVN client to retrieve the latest source code release from the repository.
