ajax_scaffold_generator 3.1.6 → 3.1.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 CHANGED
@@ -1,3 +1,7 @@
1
+ 3.1.7 =========
2
+
3
+ * Fixed image files that were corrupt in the previous release (add.gif, indicator.gif, indicator-small.gif)
4
+
1
5
  3.1.6 =========
2
6
 
3
7
  * Added two attributes to scaffold_column
Binary file
@@ -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
@@ -32,10 +32,6 @@ module AjaxScaffold # :nodoc:
32
32
  def current_sort_direction(params)
33
33
  session[params[:scaffold_id]][:sort_direction]
34
34
  end
35
-
36
- def current_page(params)
37
- session[params[:scaffold_id]][:page]
38
- end
39
35
  end
40
36
 
41
37
  module Controller
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.6
7
- date: 2006-09-10 00:00:00 -06:00
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
Binary file
Binary file
Binary file