active_scaffold_export_vho 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
data/README
CHANGED
@@ -3,3 +3,17 @@ This is my version of the active_scaffold_export plugin.
|
|
3
3
|
It works with Rails 2.3 and both rails-2.3 and master branches of ActiveScaffold.
|
4
4
|
|
5
5
|
I have renamed the old activescaffoldexport plugin to follow the same pattern as the other ActiveScaffold related plugins.
|
6
|
+
|
7
|
+
|
8
|
+
Rails 3.0 Gem:
|
9
|
+
gem 'active_scaffold_export_vho'
|
10
|
+
or
|
11
|
+
gem 'active_scaffold_export_vho', :git => 'git://github.com/vhochstein/active_scaffold_export.git', :branch => 'rails-3.0'
|
12
|
+
|
13
|
+
Rails 3.1 Gem:
|
14
|
+
gem 'active_scaffold_export_vho'
|
15
|
+
or
|
16
|
+
gem 'active_scaffold_export_vho', :git => 'git://github.com/vhochstein/active_scaffold_export.git'
|
17
|
+
|
18
|
+
In addition you have to add folowing line to your application.css file:
|
19
|
+
*= require active_scaffold_export
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{active_scaffold_export_vho}
|
8
|
-
s.version = "3.1.
|
8
|
+
s.version = "3.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Volker Hochstein"]
|
12
|
-
s.date = %q{
|
12
|
+
s.date = %q{2012-01-12}
|
13
13
|
s.description = %q{Exporting Records with ActiveScaffold}
|
14
14
|
s.email = %q{activescaffold@googlegroups.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -1,6 +1,5 @@
|
|
1
1
|
.active-scaffold-header div.actions a.show_export {
|
2
|
-
background-image: url(<%=
|
3
|
-
background-image: url(../../../images/active_scaffold/default/export.png);
|
2
|
+
background-image: url(<%= asset_data_uri 'export.png' %>);
|
4
3
|
background-position: 1px 50%;
|
5
4
|
background-repeat: no-repeat;
|
6
5
|
padding-left: 19px;
|
metadata
CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 3
|
7
7
|
- 1
|
8
|
-
-
|
8
|
+
- 1
|
9
9
|
segments_generated: true
|
10
|
-
version: 3.1.
|
10
|
+
version: 3.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Volker Hochstein
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2012-01-12 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -106,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
106
106
|
requirements:
|
107
107
|
- - ">="
|
108
108
|
- !ruby/object:Gem::Version
|
109
|
-
hash:
|
109
|
+
hash: 1839779933043901070
|
110
110
|
segments:
|
111
111
|
- 0
|
112
112
|
segments_generated: true
|