ajax_scaffold_generator 3.1.6 → 3.1.7
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/templates/add.gif +0 -0
- data/templates/form.rhtml +4 -4
- data/templates/indicator-small.gif +0 -0
- data/templates/indicator.gif +0 -0
- data/templates/lib_ajax_scaffold.rb +0 -4
- metadata +2 -5
- data/templates/error.gif +0 -0
- data/templates/information.gif +0 -0
- data/templates/warning.gif +0 -0
data/CHANGELOG
CHANGED
data/templates/add.gif
CHANGED
Binary file
|
data/templates/form.rhtml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
<fieldset>
|
2
|
-
<div class="row">
|
3
|
-
<%= template_for_inclusion %>
|
4
|
-
</div>
|
1
|
+
<fieldset>
|
2
|
+
<div class="row">
|
3
|
+
<%= template_for_inclusion %>
|
4
|
+
</div>
|
5
5
|
</fieldset>
|
Binary file
|
data/templates/indicator.gif
CHANGED
Binary file
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
4
4
|
name: ajax_scaffold_generator
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 3.1.
|
7
|
-
date: 2006-09-
|
6
|
+
version: 3.1.7
|
7
|
+
date: 2006-09-12 00:00:00 -06:00
|
8
8
|
summary: Ajax scaffold generator is a rails generator for ajaxified scaffolds
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -33,7 +33,6 @@ files:
|
|
33
33
|
- MIT-LICENSE
|
34
34
|
- ajax_scaffold_generator.rb
|
35
35
|
- templates/
|
36
|
-
- templates/warning.gif
|
37
36
|
- templates/view_list.rhtml
|
38
37
|
- templates/view_component.rhtml
|
39
38
|
- templates/unit_test.rb
|
@@ -53,7 +52,6 @@ files:
|
|
53
52
|
- templates/model.rb
|
54
53
|
- templates/lib_ajax_scaffold.rb
|
55
54
|
- templates/layout.rhtml
|
56
|
-
- templates/information.gif
|
57
55
|
- templates/indicator.gif
|
58
56
|
- templates/indicator-small.gif
|
59
57
|
- templates/helper.rb
|
@@ -61,7 +59,6 @@ files:
|
|
61
59
|
- templates/form_scaffolding.rhtml
|
62
60
|
- templates/form.rhtml
|
63
61
|
- templates/fixtures.yml
|
64
|
-
- templates/error.gif
|
65
62
|
- templates/controller.rb
|
66
63
|
- templates/arrow_up.gif
|
67
64
|
- templates/arrow_down.gif
|
data/templates/error.gif
DELETED
Binary file
|
data/templates/information.gif
DELETED
Binary file
|
data/templates/warning.gif
DELETED
Binary file
|