scaffolding_extensions 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,7 +64,7 @@ module ScaffoldingExtensions::MetaSequel
64
64
  # List of symbols for associations to display on the scaffolded edit page. Defaults to
65
65
  # all associations. Can be set with an instance variable.
66
66
  def scaffold_associations
67
- associations.sort_by{|name| name.to_s}
67
+ @scaffold_associations ||= associations.sort_by{|name| name.to_s}
68
68
  end
69
69
 
70
70
  # Destroys the object
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scaffolding_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Evans
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-06-11 00:00:00 -07:00
12
+ date: 2008-06-13 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -82,7 +82,7 @@ files:
82
82
  - scaffolds/show.rhtml
83
83
  - test/scaffolding_extensions_test.rb
84
84
  has_rdoc: true
85
- homepage:
85
+ homepage: http://scaffolding_extensions.jeremyevans.net
86
86
  post_install_message:
87
87
  rdoc_options:
88
88
  - --inline-source