ns-ramaze-ext 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +2 -0
- data/README.rdoc +8 -24
- data/ns-ramaze-ext.gemspec +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
data/README.rdoc
CHANGED
|
@@ -9,40 +9,24 @@ The purpose of this gem is to provide some extensions to the ramaze web framewor
|
|
|
9
9
|
BananaFrom is a form helper that provides a Rails like behaviour for validation
|
|
10
10
|
errors in forms and extra parameters for field/label styling.
|
|
11
11
|
|
|
12
|
-
Check the doc for Ramaze::Helper::BananaForm
|
|
12
|
+
Check the doc for Ramaze::Helper::BananaForm
|
|
13
13
|
|
|
14
14
|
== Installation
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
gem install ns-ramaze-ext
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
== Documentation
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
* gem install rake
|
|
22
|
-
* gem install ramaze
|
|
20
|
+
See the generated documentation on the following sites :
|
|
23
21
|
|
|
24
|
-
|
|
22
|
+
* http://rdoc.info/projects/funkomatic/ns-ramaze-ext
|
|
25
23
|
|
|
26
|
-
|
|
24
|
+
You can also generate the documentation by issuing the following command in the gem home :
|
|
27
25
|
|
|
28
|
-
|
|
29
|
-
=== Procedure
|
|
30
|
-
|
|
31
|
-
* Get the files from the github and perform the following operations :
|
|
32
|
-
|
|
33
|
-
* Execute commands :
|
|
34
|
-
|
|
35
|
-
* rake gems:ns-ramaze-ext:build
|
|
36
|
-
* rake reinstall
|
|
37
|
-
|
|
38
|
-
== Doc generation
|
|
39
|
-
|
|
40
|
-
Run the following command
|
|
41
|
-
|
|
42
|
-
* rake doc
|
|
26
|
+
* rake doc
|
|
43
27
|
|
|
44
28
|
== Testing
|
|
45
29
|
|
|
46
30
|
Run the following command
|
|
47
31
|
|
|
48
|
-
|
|
32
|
+
* rake tests
|
data/ns-ramaze-ext.gemspec
CHANGED