public
Description: a try to move radiant on merb
Clone URL: git://github.com/sbusso/merb_radiant.git
Search Repo:
name age message
folder CHANGELOG.txt Thu Feb 21 11:07:43 -0800 2008 working on progress about initilizer [sbusso]
folder History.txt Sun Feb 17 11:30:05 -0800 2008 cleanup [sbusso]
folder LICENSE.txt Sun Feb 17 10:51:57 -0800 2008 LICENSE and cleanup [sbusso]
folder Manifest.txt Sun Feb 17 10:36:58 -0800 2008 Initial import [sbusso]
folder README.txt Mon Feb 18 02:49:51 -0800 2008 define action plan [sbusso]
folder Rakefile Thu Feb 21 11:07:43 -0800 2008 working on progress about initilizer [sbusso]
folder TODO.txt Mon Feb 18 02:49:51 -0800 2008 define action plan [sbusso]
folder app/ Thu Feb 21 11:10:35 -0800 2008 working on progress about initilizer [sbusso]
folder bin/ Sun Feb 17 10:36:58 -0800 2008 Initial import [sbusso]
folder cache/ Sun Feb 17 10:36:58 -0800 2008 Initial import [sbusso]
folder config/ Thu Feb 21 11:10:35 -0800 2008 working on progress about initilizer [sbusso]
folder lib/ Thu Feb 21 11:07:43 -0800 2008 working on progress about initilizer [sbusso]
folder log/ Thu Feb 21 11:07:43 -0800 2008 working on progress about initilizer [sbusso]
folder public/ Sun Feb 17 10:36:58 -0800 2008 Initial import [sbusso]
folder radiant_extensions_plugins/ Sun Feb 17 10:36:58 -0800 2008 Initial import [sbusso]
folder radiant_specs/ Sun Feb 17 10:36:58 -0800 2008 Initial import [sbusso]
folder schema/ Sun Feb 17 10:36:58 -0800 2008 Initial import [sbusso]
folder spec/ Sun Feb 17 10:36:58 -0800 2008 Initial import [sbusso]
folder test/ Sun Feb 17 10:36:58 -0800 2008 Initial import [sbusso]
README.txt
== merb_radiant

A try to move radiant on merb

Merb is a framework equivalent to Action Pack. It can use Active Record. For generator we can use Rubigen, it s an 
extract of RailsGenerator.

For this we will use:
 * Radiant trunk r742
 * Merb (core and more) 0.9.0
 * Merb helpers 0.9.0
 * Merb ActiveRecord 0.9.0
 * ActiveRecord 2.0.2
 * Rubigen 1.2.0

The repository tree was build with:
 * Hoe (modified) generated skeleton
 * Merb application
 * Radiant source

1. Move Radiant base:
 * use plugins as gem:
  * radius 0.5.1
  * highline 1.4.0
  * rubypants 0.2.0
 * use other plugins as ruby libraries:
   * redcloth
  * bluecloth
 * using active record: nothing to do
 * radius and other ruby libs: nothing to do
 * replace RailsGenerator with Rubigen (Radiant bin)
 * work on initializer
 * desactivate extension dependencies (first step we move only the base)
 * manage Controller and libraries using controllers
 * check routes management
 * work on views to replace Rails specific code
 
2. Replace extension system with gems:
 * first, activate gem with only code features
 * second, deal with extension providing assets