scaffolding_extensions 1.4.4 → 1.4.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.
@@ -22,7 +22,7 @@ module ScaffoldingExtensions
|
|
22
22
|
# JQuery-Autocomplete expects the autocomplete result to be plain text
|
23
23
|
# with a single line per row.
|
24
24
|
def scaffold_auto_complete_result(entries)
|
25
|
-
scaffold_raw(entries.map{|e|
|
25
|
+
scaffold_raw(entries.map{|e| e.scaffold_name_with_id}.join("\n")) if entries
|
26
26
|
end
|
27
27
|
|
28
28
|
# A form tag with an onsubmit attribute that submits the form to the given url via Ajax
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scaffolding_extensions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 1.4.
|
9
|
+
- 5
|
10
|
+
version: 1.4.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jeremy Evans
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-11-07 01:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|