ns-ramaze-ext 0.0.6 → 0.0.7
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 +9 -0
- data/ns-ramaze-ext.gemspec +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
data/README.rdoc
CHANGED
|
@@ -41,6 +41,15 @@ If you want to clean up the temporary files (doc,tests... ) just issue :
|
|
|
41
41
|
|
|
42
42
|
* rake clean
|
|
43
43
|
|
|
44
|
+
== Example app
|
|
45
|
+
|
|
46
|
+
We provide a minimal ramaze application that demonstrates the form validation/error handling behaviour in the example directory.
|
|
47
|
+
|
|
48
|
+
Please note that the app is configured to use *Mongrel* adapter and *Erubis* templating engine.
|
|
49
|
+
|
|
50
|
+
If you use another templating engine make sure that you adapt the syntax and extensiond of the (two) rhtml files in the project.
|
|
51
|
+
|
|
52
|
+
|
|
44
53
|
== Documentation
|
|
45
54
|
|
|
46
55
|
See the generated documentation on the following sites :
|
data/ns-ramaze-ext.gemspec
CHANGED