Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
/ comcorp-mdd Public archive
forked from marcelotheodoro/mdd

Implements a set of tools for code generation for Rails apps. It's based on Theodoro's MDWA approach for web applications.

Notifications You must be signed in to change notification settings

ateliware/comcorp-mdd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected]
Password: admin123

About

Implements a set of tools for code generation for Rails apps. It's based on Theodoro's MDWA approach for web applications.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 64.2%
  • HTML 24.8%
  • JavaScript 6.5%
  • CSS 4.4%
  • Shell 0.1%