recordselect 3.1.1 → 3.1.2

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.
@@ -126,8 +126,8 @@ iframe.record-select-mask {
126
126
  width: 0px;
127
127
  height: 16px;
128
128
  padding-left: 16px;
129
- background: url('../../images/record_select/cross.gif') no-repeat 0 0;
129
+ background: url(<%= image_path 'record_select/cross.gif' %>) no-repeat 0 0;
130
130
  overflow: hidden;
131
131
  float: left;
132
132
  margin-right: 5px;
133
- }
133
+ }
@@ -0,0 +1 @@
1
+ RecordSelect.render_page('<%= record_select_id %>', '<%= escape_javascript(render_record_select(:partial => 'list', :locals => {:page => @page})) %>');
@@ -2,7 +2,7 @@ module RecordSelect
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 1
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recordselect
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
- - 1
10
- version: 3.1.1
9
+ - 2
10
+ version: 3.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sergio Cambra
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-09-28 00:00:00 Z
20
+ date: 2011-10-21 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
@@ -90,16 +90,16 @@ extra_rdoc_files:
90
90
  files:
91
91
  - app/views/record_select/_list.html.erb
92
92
  - app/views/record_select/_search.html.erb
93
- - app/views/record_select/browse.js.rjs
93
+ - app/views/record_select/browse.js.erb
94
94
  - app/views/record_select/_browse.html.erb
95
- - app/assets/images/cross.gif
96
- - app/assets/images/next.gif
97
- - app/assets/images/previous.gif
95
+ - app/assets/images/record_select/cross.gif
96
+ - app/assets/images/record_select/next.gif
97
+ - app/assets/images/record_select/previous.gif
98
98
  - app/assets/javascripts/jquery/record_select.js
99
99
  - app/assets/javascripts/jquery/record_select.js~
100
100
  - app/assets/javascripts/prototype/record_select.js
101
101
  - app/assets/javascripts/record_select.js.erb
102
- - app/assets/stylesheets/record_select.css
102
+ - app/assets/stylesheets/record_select.css.erb
103
103
  - lib/record_select.rb
104
104
  - lib/recordselect.rb
105
105
  - lib/record_select/actions.rb
@@ -1 +0,0 @@
1
- page.call 'RecordSelect.render_page', record_select_id, render_record_select(:partial => 'list', :locals => {:page => @page})