public
Description: a try to move radiant on merb
Clone URL: git://github.com/sbusso/merb_radiant.git
merb_radiant / README.txt
100644 39 lines (33 sloc) 1.125 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
== 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