Project

mdd

0.01
No commit activity in last 3 years
No release in over 3 years
Implements the MDWA approach for Ruby on Rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.3

Runtime

 Project Readme

MDWA - A MDD Approach for Ruby on Rails

MDWA is a model-driven approach, built by Marcelo Theodoro, to ease the process of develop web applications. MDD gem includes a set of code generation tools to automate repetitive task during Rails development, such as:

  • Sandbox environment: Provides a clean environment with user authentication, namespace separation and more;
  • CSS templating: YUI3 grid system and beautiful styling
  • Multiple layouts
  • Smart scaffold generator

How to start?

MDD is based on top of Rails 3.1, including asset pipeline feature. Add it to your Gemfile with:

gem 'mdd'

Run the bundle command to install it.

After you install MDD and add it to your Gemfile, you need to run the generator:

rails generate mdwa:sandbox

This generator will setup the clean sandbox environment with:

Check the result:

The private area requires user authentication. The generator will create a default user:

User: admin@admin.com
Password: admin123