enju_flower 0.1.0.pre3 → 0.1.0.pre4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/page/_footer.html.erb +2 -2
- data/lib/enju_flower/version.rb +1 -1
- data/spec/dummy/db/migrate/006_create_items.rb +0 -4
- data/spec/dummy/db/schema.rb +7 -11
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/solr/data/test/index/{_6m.fdt → _8s.fdt} +0 -0
- data/spec/dummy/solr/data/test/index/{_6m.fdx → _8s.fdx} +0 -0
- data/spec/dummy/solr/data/test/index/{_6m.fnm → _8s.fnm} +0 -0
- data/spec/dummy/solr/data/test/index/{_6m.frq → _8s.frq} +0 -0
- data/spec/dummy/solr/data/test/index/{_6m.nrm → _8s.nrm} +0 -0
- data/spec/dummy/solr/data/test/index/{_6m.prx → _8s.prx} +0 -0
- data/spec/dummy/solr/data/test/index/{_6m.tii → _8s.tii} +0 -0
- data/spec/dummy/solr/data/test/index/{_6m.tis → _8s.tis} +0 -0
- data/spec/dummy/solr/data/test/index/{_6n.fdt → _8t.fdt} +0 -0
- data/spec/dummy/solr/data/test/index/{_6n.fdx → _8t.fdx} +0 -0
- data/spec/dummy/solr/data/test/index/{_6n.fnm → _8t.fnm} +0 -0
- data/spec/dummy/solr/data/test/index/{_6n.frq → _8t.frq} +0 -0
- data/spec/dummy/solr/data/test/index/{_6n.nrm → _8t.nrm} +0 -0
- data/spec/dummy/solr/data/test/index/{_6n.prx → _8t.prx} +0 -0
- data/spec/dummy/solr/data/test/index/{_6n.tii → _8t.tii} +0 -0
- data/spec/dummy/solr/data/test/index/{_6n.tis → _8t.tis} +0 -0
- data/spec/dummy/solr/data/test/index/{_6o.fdt → _8u.fdt} +0 -0
- data/spec/dummy/solr/data/test/index/{_6o.fdx → _8u.fdx} +0 -0
- data/spec/dummy/solr/data/test/index/{_6o.fnm → _8u.fnm} +0 -0
- data/spec/dummy/solr/data/test/index/{_6o.frq → _8u.frq} +0 -0
- data/spec/dummy/solr/data/test/index/{_6o.nrm → _8u.nrm} +0 -0
- data/spec/dummy/solr/data/test/index/{_6o.prx → _8u.prx} +0 -0
- data/spec/dummy/solr/data/test/index/{_6o.tii → _8u.tii} +0 -0
- data/spec/dummy/solr/data/test/index/{_6o.tis → _8u.tis} +0 -0
- data/spec/dummy/solr/data/test/index/segments.gen +0 -0
- data/spec/dummy/solr/data/test/index/{segments_90 → segments_bw} +0 -0
- data/spec/fixtures/items.yml +0 -48
- metadata +56 -59
- data/app/helpers/resources_helper.rb +0 -2
- data/app/views/resources/index.html.erb +0 -7
- data/lib/generators/enju_flower/views_generator.rb +0 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a7a4502d516cf42f1b8304a4bc4e5b0efe3a788
|
4
|
+
data.tar.gz: bbf17b03e9dfd6a43a3026c97ee72572d25a40e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e21161b02d6478db886a3e41b78415ae0860093764d33a08c46b77e0b5dd324b18f4614406ee1a1d0bf7428e63524cc73bd0aed4606f9462897fa5a0ab88f80
|
7
|
+
data.tar.gz: e62fb97bd233c9c902313f9dcbe8f9070fb577edd409266a9158fc2270471f15885d3a12907526cfdd8f53ad196cf908aa17e5109e9b9a572f99cf28841f9d65
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<div class="header_and_footer">
|
2
2
|
<div id="footer">
|
3
|
-
<a href="https://github.com/nabeta/enju_leaf
|
4
|
-
+ <a href="https://github.com/next-l/enju_flower
|
3
|
+
<a href="https://github.com/nabeta/enju_leaf">Next-L Enju Leaf <%= EnjuLeaf::VERSION %></a>
|
4
|
+
+ <a href="https://github.com/next-l/enju_flower">Next-L Enju Flower <%= EnjuFlower::VERSION %></a>,
|
5
5
|
<%= t('page.open_source_integrated_library_system') -%>
|
6
6
|
<br />
|
7
7
|
Developed by <a href="http://mwr.mediacom.keio.ac.jp/~tanabe/">Kosuke Tanabe</a> and <a href="http://www.next-l.jp/">Project Next-L</a> |
|
data/lib/enju_flower/version.rb
CHANGED
@@ -4,8 +4,6 @@ class CreateItems < ActiveRecord::Migration
|
|
4
4
|
#t.integer :manifestation_id
|
5
5
|
t.string :call_number
|
6
6
|
t.string :item_identifier
|
7
|
-
t.integer :circulation_status_id, :default => 5, :null => false
|
8
|
-
t.integer :checkout_type_id, :default => 1, :null => false
|
9
7
|
t.timestamps
|
10
8
|
t.datetime :deleted_at
|
11
9
|
t.integer :shelf_id, :default => 1, :null => false
|
@@ -19,8 +17,6 @@ class CreateItems < ActiveRecord::Migration
|
|
19
17
|
t.integer :required_score, :default => 0, :null => false
|
20
18
|
end
|
21
19
|
#add_index :items, :manifestation_id
|
22
|
-
add_index :items, :circulation_status_id
|
23
|
-
add_index :items, :checkout_type_id
|
24
20
|
add_index :items, :shelf_id
|
25
21
|
add_index :items, :item_identifier
|
26
22
|
add_index :items, :required_role_id
|
data/spec/dummy/db/schema.rb
CHANGED
@@ -412,28 +412,24 @@ ActiveRecord::Schema.define(:version => 20121116033446) do
|
|
412
412
|
create_table "items", :force => true do |t|
|
413
413
|
t.string "call_number"
|
414
414
|
t.string "item_identifier"
|
415
|
-
t.
|
416
|
-
t.
|
417
|
-
t.datetime "created_at", :null => false
|
418
|
-
t.datetime "updated_at", :null => false
|
415
|
+
t.datetime "created_at", :null => false
|
416
|
+
t.datetime "updated_at", :null => false
|
419
417
|
t.datetime "deleted_at"
|
420
|
-
t.integer "shelf_id",
|
421
|
-
t.boolean "include_supplements",
|
418
|
+
t.integer "shelf_id", :default => 1, :null => false
|
419
|
+
t.boolean "include_supplements", :default => false, :null => false
|
422
420
|
t.text "note"
|
423
421
|
t.string "url"
|
424
422
|
t.integer "price"
|
425
|
-
t.integer "lock_version",
|
426
|
-
t.integer "required_role_id",
|
423
|
+
t.integer "lock_version", :default => 0, :null => false
|
424
|
+
t.integer "required_role_id", :default => 1, :null => false
|
427
425
|
t.string "state"
|
428
|
-
t.integer "required_score",
|
426
|
+
t.integer "required_score", :default => 0, :null => false
|
429
427
|
t.datetime "acquired_at"
|
430
428
|
t.integer "bookstore_id"
|
431
429
|
t.integer "budget_type_id"
|
432
430
|
end
|
433
431
|
|
434
432
|
add_index "items", ["bookstore_id"], :name => "index_items_on_bookstore_id"
|
435
|
-
add_index "items", ["checkout_type_id"], :name => "index_items_on_checkout_type_id"
|
436
|
-
add_index "items", ["circulation_status_id"], :name => "index_items_on_circulation_status_id"
|
437
433
|
add_index "items", ["item_identifier"], :name => "index_items_on_item_identifier"
|
438
434
|
add_index "items", ["required_role_id"], :name => "index_items_on_required_role_id"
|
439
435
|
add_index "items", ["shelf_id"], :name => "index_items_on_shelf_id"
|
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
Binary file
|
Binary file
|
data/spec/fixtures/items.yml
CHANGED
@@ -2,8 +2,6 @@
|
|
2
2
|
item_00001:
|
3
3
|
updated_at: 2007-08-24 23:46:00.484813 +09:00
|
4
4
|
item_identifier: '00001'
|
5
|
-
circulation_status_id: 2
|
6
|
-
checkout_type_id: 1
|
7
5
|
shelf_id: 1
|
8
6
|
call_number:
|
9
7
|
id: 1
|
@@ -12,8 +10,6 @@ item_00001:
|
|
12
10
|
item_00002:
|
13
11
|
updated_at: 2007-08-24 23:46:01.641413 +09:00
|
14
12
|
item_identifier: '00002'
|
15
|
-
circulation_status_id: 2
|
16
|
-
checkout_type_id: 1
|
17
13
|
shelf_id: 1
|
18
14
|
call_number:
|
19
15
|
id: 2
|
@@ -22,8 +18,6 @@ item_00002:
|
|
22
18
|
item_00003:
|
23
19
|
updated_at: 2007-08-24 23:46:02.502569 +09:00
|
24
20
|
item_identifier: '00003'
|
25
|
-
circulation_status_id: 2
|
26
|
-
checkout_type_id: 2
|
27
21
|
shelf_id: 1
|
28
22
|
call_number:
|
29
23
|
id: 3
|
@@ -32,8 +26,6 @@ item_00003:
|
|
32
26
|
item_00004:
|
33
27
|
updated_at: 2007-08-24 23:46:03.520781 +09:00
|
34
28
|
item_identifier: '00004'
|
35
|
-
circulation_status_id: 2
|
36
|
-
checkout_type_id: 1
|
37
29
|
shelf_id: 1
|
38
30
|
call_number:
|
39
31
|
id: 4
|
@@ -42,8 +34,6 @@ item_00004:
|
|
42
34
|
item_00005:
|
43
35
|
updated_at: 2007-08-24 23:46:04.538073 +09:00
|
44
36
|
item_identifier: '00005'
|
45
|
-
circulation_status_id: 2
|
46
|
-
checkout_type_id: 2
|
47
37
|
shelf_id: 1
|
48
38
|
call_number:
|
49
39
|
id: 5
|
@@ -52,8 +42,6 @@ item_00005:
|
|
52
42
|
item_00006:
|
53
43
|
updated_at: 2007-08-24 23:46:05.555353 +09:00
|
54
44
|
item_identifier: '00006'
|
55
|
-
circulation_status_id: 2
|
56
|
-
checkout_type_id: 2
|
57
45
|
shelf_id: 1
|
58
46
|
call_number:
|
59
47
|
id: 6
|
@@ -62,8 +50,6 @@ item_00006:
|
|
62
50
|
item_00007:
|
63
51
|
updated_at: 2007-08-24 23:46:06.572631 +09:00
|
64
52
|
item_identifier: '00007'
|
65
|
-
circulation_status_id: 2
|
66
|
-
checkout_type_id: 1
|
67
53
|
shelf_id: 1
|
68
54
|
call_number:
|
69
55
|
id: 7
|
@@ -72,8 +58,6 @@ item_00007:
|
|
72
58
|
item_00008:
|
73
59
|
updated_at: 2007-08-24 23:46:07.589909 +09:00
|
74
60
|
item_identifier: '00008'
|
75
|
-
circulation_status_id: 2
|
76
|
-
checkout_type_id: 2
|
77
61
|
shelf_id: 1
|
78
62
|
call_number:
|
79
63
|
id: 8
|
@@ -82,8 +66,6 @@ item_00008:
|
|
82
66
|
item_00009:
|
83
67
|
updated_at: 2007-08-24 23:46:08.607081 +09:00
|
84
68
|
item_identifier: '00009'
|
85
|
-
circulation_status_id: 2
|
86
|
-
checkout_type_id: 1
|
87
69
|
shelf_id: 4
|
88
70
|
call_number:
|
89
71
|
id: 9
|
@@ -92,8 +74,6 @@ item_00009:
|
|
92
74
|
item_00010:
|
93
75
|
updated_at: 2007-08-24 23:46:09.624281 +09:00
|
94
76
|
item_identifier: '00010'
|
95
|
-
circulation_status_id: 2
|
96
|
-
checkout_type_id: 2
|
97
77
|
shelf_id: 1
|
98
78
|
call_number:
|
99
79
|
id: 10
|
@@ -102,8 +82,6 @@ item_00010:
|
|
102
82
|
item_00011:
|
103
83
|
updated_at: 2007-08-24 23:46:10.484813 +09:00
|
104
84
|
item_identifier: '00011'
|
105
|
-
circulation_status_id: 2
|
106
|
-
checkout_type_id: 1
|
107
85
|
shelf_id: 1
|
108
86
|
call_number:
|
109
87
|
id: 11
|
@@ -112,8 +90,6 @@ item_00011:
|
|
112
90
|
item_00012:
|
113
91
|
updated_at: 2007-08-24 23:46:11.484813 +09:00
|
114
92
|
item_identifier: '00012'
|
115
|
-
circulation_status_id: 3
|
116
|
-
checkout_type_id: 2
|
117
93
|
shelf_id: 1
|
118
94
|
call_number:
|
119
95
|
id: 12
|
@@ -122,8 +98,6 @@ item_00012:
|
|
122
98
|
item_00013:
|
123
99
|
updated_at: 2007-08-24 23:46:12.484813 +09:00
|
124
100
|
item_identifier: '00013'
|
125
|
-
circulation_status_id: 10
|
126
|
-
checkout_type_id: 1
|
127
101
|
shelf_id: 1
|
128
102
|
call_number:
|
129
103
|
id: 13
|
@@ -132,8 +106,6 @@ item_00013:
|
|
132
106
|
item_00014:
|
133
107
|
updated_at: 2007-08-24 23:46:13.484813 +09:00
|
134
108
|
item_identifier: '00014'
|
135
|
-
circulation_status_id: 10
|
136
|
-
checkout_type_id: 2
|
137
109
|
shelf_id: 1
|
138
110
|
call_number:
|
139
111
|
id: 14
|
@@ -142,8 +114,6 @@ item_00014:
|
|
142
114
|
item_00015:
|
143
115
|
updated_at: 2007-08-24 23:46:14.484813 +09:00
|
144
116
|
item_identifier: '00015'
|
145
|
-
circulation_status_id: 10
|
146
|
-
checkout_type_id: 3
|
147
117
|
shelf_id: 1
|
148
118
|
call_number:
|
149
119
|
id: 15
|
@@ -152,8 +122,6 @@ item_00015:
|
|
152
122
|
item_00016:
|
153
123
|
updated_at: 2007-08-24 23:46:15.484813 +09:00
|
154
124
|
item_identifier: '00016'
|
155
|
-
circulation_status_id: 10
|
156
|
-
checkout_type_id: 2
|
157
125
|
shelf_id: 1
|
158
126
|
call_number:
|
159
127
|
id: 16
|
@@ -162,8 +130,6 @@ item_00016:
|
|
162
130
|
item_00017:
|
163
131
|
updated_at: 2007-08-24 23:46:16.484813 +09:00
|
164
132
|
item_identifier: '00017'
|
165
|
-
circulation_status_id: 10
|
166
|
-
checkout_type_id: 3
|
167
133
|
shelf_id: 1
|
168
134
|
call_number:
|
169
135
|
id: 17
|
@@ -172,8 +138,6 @@ item_00017:
|
|
172
138
|
item_00018:
|
173
139
|
updated_at: 2007-08-24 23:46:17.484813 +09:00
|
174
140
|
item_identifier: '00018'
|
175
|
-
circulation_status_id: 10
|
176
|
-
checkout_type_id: 3
|
177
141
|
shelf_id: 1
|
178
142
|
call_number:
|
179
143
|
id: 18
|
@@ -182,8 +146,6 @@ item_00018:
|
|
182
146
|
item_00019:
|
183
147
|
updated_at: 2007-08-24 23:46:18.484813 +09:00
|
184
148
|
item_identifier: '00019'
|
185
|
-
circulation_status_id: 2
|
186
|
-
checkout_type_id: 3
|
187
149
|
shelf_id: 1
|
188
150
|
call_number:
|
189
151
|
id: 19
|
@@ -192,8 +154,6 @@ item_00019:
|
|
192
154
|
item_00020:
|
193
155
|
updated_at: 2007-08-24 23:46:19.484813 +09:00
|
194
156
|
item_identifier: '00020'
|
195
|
-
circulation_status_id: 13
|
196
|
-
checkout_type_id: 3
|
197
157
|
shelf_id: 1
|
198
158
|
call_number:
|
199
159
|
id: 20
|
@@ -202,8 +162,6 @@ item_00020:
|
|
202
162
|
item_00021:
|
203
163
|
updated_at: 2007-08-24 23:46:20.484813 +09:00
|
204
164
|
item_identifier: '00021'
|
205
|
-
circulation_status_id: 2
|
206
|
-
checkout_type_id: 3
|
207
165
|
shelf_id: 1
|
208
166
|
call_number:
|
209
167
|
id: 21
|
@@ -212,8 +170,6 @@ item_00021:
|
|
212
170
|
item_00022:
|
213
171
|
updated_at: 2007-08-24 23:46:20.484813 +09:00
|
214
172
|
item_identifier: '00022'
|
215
|
-
circulation_status_id: 2
|
216
|
-
checkout_type_id: 3
|
217
173
|
shelf_id: 1
|
218
174
|
call_number:
|
219
175
|
id: 22
|
@@ -222,8 +178,6 @@ item_00022:
|
|
222
178
|
item_00023:
|
223
179
|
updated_at: 2007-08-24 23:46:20.484813 +09:00
|
224
180
|
item_identifier: '00023'
|
225
|
-
circulation_status_id: 15
|
226
|
-
checkout_type_id: 3
|
227
181
|
shelf_id: 2
|
228
182
|
call_number:
|
229
183
|
id: 23
|
@@ -237,8 +191,6 @@ item_00023:
|
|
237
191
|
# id :integer not null, primary key
|
238
192
|
# call_number :string(255)
|
239
193
|
# item_identifier :string(255)
|
240
|
-
# circulation_status_id :integer default(5), not null
|
241
|
-
# checkout_type_id :integer default(1), not null
|
242
194
|
# created_at :datetime not null
|
243
195
|
# updated_at :datetime not null
|
244
196
|
# deleted_at :datetime
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: enju_flower
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0.
|
4
|
+
version: 0.1.0.pre4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kosuke Tanabe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-04-
|
11
|
+
date: 2013-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -114,28 +114,28 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - ~>
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 0.1.0.
|
117
|
+
version: 0.1.0.pre31
|
118
118
|
type: :development
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - ~>
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 0.1.0.
|
124
|
+
version: 0.1.0.pre31
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: enju_library
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
128
128
|
requirements:
|
129
129
|
- - ~>
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: 0.1.0.
|
131
|
+
version: 0.1.0.pre21
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - ~>
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: 0.1.0.
|
138
|
+
version: 0.1.0.pre21
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
140
|
name: mobylette
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
@@ -161,7 +161,6 @@ files:
|
|
161
161
|
- app/assets/stylesheets/resources.css
|
162
162
|
- app/controllers/resources_controller.rb
|
163
163
|
- app/helpers/manifestations_helper.rb
|
164
|
-
- app/helpers/resources_helper.rb
|
165
164
|
- app/views/manifestations/_all_facet.html.erb
|
166
165
|
- app/views/manifestations/_attachment_file.html.erb
|
167
166
|
- app/views/manifestations/_book_jacket.html.erb
|
@@ -229,12 +228,10 @@ files:
|
|
229
228
|
- app/views/page/_footer.mobile.erb
|
230
229
|
- app/views/page/add_on.html.erb
|
231
230
|
- app/views/page/msie_acceralator.builder
|
232
|
-
- app/views/resources/index.html.erb
|
233
231
|
- config/routes.rb
|
234
232
|
- lib/enju_flower/engine.rb
|
235
233
|
- lib/enju_flower/version.rb
|
236
234
|
- lib/enju_flower.rb
|
237
|
-
- lib/generators/enju_flower/views_generator.rb
|
238
235
|
- lib/tasks/enju_flower_tasks.rake
|
239
236
|
- vendor/assets/javascripts/jquery.mobile-1.3.0.js
|
240
237
|
- vendor/assets/stylesheets/jquery.mobile-1.3.0.css
|
@@ -457,32 +454,32 @@ files:
|
|
457
454
|
- spec/dummy/solr/conf/spellings.txt
|
458
455
|
- spec/dummy/solr/conf/stopwords.txt
|
459
456
|
- spec/dummy/solr/conf/synonyms.txt
|
460
|
-
- spec/dummy/solr/data/test/index/
|
461
|
-
- spec/dummy/solr/data/test/index/
|
462
|
-
- spec/dummy/solr/data/test/index/
|
463
|
-
- spec/dummy/solr/data/test/index/
|
464
|
-
- spec/dummy/solr/data/test/index/
|
465
|
-
- spec/dummy/solr/data/test/index/
|
466
|
-
- spec/dummy/solr/data/test/index/
|
467
|
-
- spec/dummy/solr/data/test/index/
|
468
|
-
- spec/dummy/solr/data/test/index/
|
469
|
-
- spec/dummy/solr/data/test/index/
|
470
|
-
- spec/dummy/solr/data/test/index/
|
471
|
-
- spec/dummy/solr/data/test/index/
|
472
|
-
- spec/dummy/solr/data/test/index/
|
473
|
-
- spec/dummy/solr/data/test/index/
|
474
|
-
- spec/dummy/solr/data/test/index/
|
475
|
-
- spec/dummy/solr/data/test/index/
|
476
|
-
- spec/dummy/solr/data/test/index/
|
477
|
-
- spec/dummy/solr/data/test/index/
|
478
|
-
- spec/dummy/solr/data/test/index/
|
479
|
-
- spec/dummy/solr/data/test/index/
|
480
|
-
- spec/dummy/solr/data/test/index/
|
481
|
-
- spec/dummy/solr/data/test/index/
|
482
|
-
- spec/dummy/solr/data/test/index/
|
483
|
-
- spec/dummy/solr/data/test/index/
|
457
|
+
- spec/dummy/solr/data/test/index/_8s.fdt
|
458
|
+
- spec/dummy/solr/data/test/index/_8s.fdx
|
459
|
+
- spec/dummy/solr/data/test/index/_8s.fnm
|
460
|
+
- spec/dummy/solr/data/test/index/_8s.frq
|
461
|
+
- spec/dummy/solr/data/test/index/_8s.nrm
|
462
|
+
- spec/dummy/solr/data/test/index/_8s.prx
|
463
|
+
- spec/dummy/solr/data/test/index/_8s.tii
|
464
|
+
- spec/dummy/solr/data/test/index/_8s.tis
|
465
|
+
- spec/dummy/solr/data/test/index/_8t.fdt
|
466
|
+
- spec/dummy/solr/data/test/index/_8t.fdx
|
467
|
+
- spec/dummy/solr/data/test/index/_8t.fnm
|
468
|
+
- spec/dummy/solr/data/test/index/_8t.frq
|
469
|
+
- spec/dummy/solr/data/test/index/_8t.nrm
|
470
|
+
- spec/dummy/solr/data/test/index/_8t.prx
|
471
|
+
- spec/dummy/solr/data/test/index/_8t.tii
|
472
|
+
- spec/dummy/solr/data/test/index/_8t.tis
|
473
|
+
- spec/dummy/solr/data/test/index/_8u.fdt
|
474
|
+
- spec/dummy/solr/data/test/index/_8u.fdx
|
475
|
+
- spec/dummy/solr/data/test/index/_8u.fnm
|
476
|
+
- spec/dummy/solr/data/test/index/_8u.frq
|
477
|
+
- spec/dummy/solr/data/test/index/_8u.nrm
|
478
|
+
- spec/dummy/solr/data/test/index/_8u.prx
|
479
|
+
- spec/dummy/solr/data/test/index/_8u.tii
|
480
|
+
- spec/dummy/solr/data/test/index/_8u.tis
|
484
481
|
- spec/dummy/solr/data/test/index/segments.gen
|
485
|
-
- spec/dummy/solr/data/test/index/
|
482
|
+
- spec/dummy/solr/data/test/index/segments_bw
|
486
483
|
- spec/dummy/solr/data/test/spellchecker/segments.gen
|
487
484
|
- spec/dummy/solr/data/test/spellchecker/segments_1
|
488
485
|
- spec/dummy/tmp/cache/4F7/F90/default_role
|
@@ -808,32 +805,32 @@ test_files:
|
|
808
805
|
- spec/dummy/solr/conf/spellings.txt
|
809
806
|
- spec/dummy/solr/conf/stopwords.txt
|
810
807
|
- spec/dummy/solr/conf/synonyms.txt
|
811
|
-
- spec/dummy/solr/data/test/index/
|
812
|
-
- spec/dummy/solr/data/test/index/
|
813
|
-
- spec/dummy/solr/data/test/index/
|
814
|
-
- spec/dummy/solr/data/test/index/
|
815
|
-
- spec/dummy/solr/data/test/index/
|
816
|
-
- spec/dummy/solr/data/test/index/
|
817
|
-
- spec/dummy/solr/data/test/index/
|
818
|
-
- spec/dummy/solr/data/test/index/
|
819
|
-
- spec/dummy/solr/data/test/index/
|
820
|
-
- spec/dummy/solr/data/test/index/
|
821
|
-
- spec/dummy/solr/data/test/index/
|
822
|
-
- spec/dummy/solr/data/test/index/
|
823
|
-
- spec/dummy/solr/data/test/index/
|
824
|
-
- spec/dummy/solr/data/test/index/
|
825
|
-
- spec/dummy/solr/data/test/index/
|
826
|
-
- spec/dummy/solr/data/test/index/
|
827
|
-
- spec/dummy/solr/data/test/index/
|
828
|
-
- spec/dummy/solr/data/test/index/
|
829
|
-
- spec/dummy/solr/data/test/index/
|
830
|
-
- spec/dummy/solr/data/test/index/
|
831
|
-
- spec/dummy/solr/data/test/index/
|
832
|
-
- spec/dummy/solr/data/test/index/
|
833
|
-
- spec/dummy/solr/data/test/index/
|
834
|
-
- spec/dummy/solr/data/test/index/
|
808
|
+
- spec/dummy/solr/data/test/index/_8s.fdt
|
809
|
+
- spec/dummy/solr/data/test/index/_8s.fdx
|
810
|
+
- spec/dummy/solr/data/test/index/_8s.fnm
|
811
|
+
- spec/dummy/solr/data/test/index/_8s.frq
|
812
|
+
- spec/dummy/solr/data/test/index/_8s.nrm
|
813
|
+
- spec/dummy/solr/data/test/index/_8s.prx
|
814
|
+
- spec/dummy/solr/data/test/index/_8s.tii
|
815
|
+
- spec/dummy/solr/data/test/index/_8s.tis
|
816
|
+
- spec/dummy/solr/data/test/index/_8t.fdt
|
817
|
+
- spec/dummy/solr/data/test/index/_8t.fdx
|
818
|
+
- spec/dummy/solr/data/test/index/_8t.fnm
|
819
|
+
- spec/dummy/solr/data/test/index/_8t.frq
|
820
|
+
- spec/dummy/solr/data/test/index/_8t.nrm
|
821
|
+
- spec/dummy/solr/data/test/index/_8t.prx
|
822
|
+
- spec/dummy/solr/data/test/index/_8t.tii
|
823
|
+
- spec/dummy/solr/data/test/index/_8t.tis
|
824
|
+
- spec/dummy/solr/data/test/index/_8u.fdt
|
825
|
+
- spec/dummy/solr/data/test/index/_8u.fdx
|
826
|
+
- spec/dummy/solr/data/test/index/_8u.fnm
|
827
|
+
- spec/dummy/solr/data/test/index/_8u.frq
|
828
|
+
- spec/dummy/solr/data/test/index/_8u.nrm
|
829
|
+
- spec/dummy/solr/data/test/index/_8u.prx
|
830
|
+
- spec/dummy/solr/data/test/index/_8u.tii
|
831
|
+
- spec/dummy/solr/data/test/index/_8u.tis
|
835
832
|
- spec/dummy/solr/data/test/index/segments.gen
|
836
|
-
- spec/dummy/solr/data/test/index/
|
833
|
+
- spec/dummy/solr/data/test/index/segments_bw
|
837
834
|
- spec/dummy/solr/data/test/spellchecker/segments.gen
|
838
835
|
- spec/dummy/solr/data/test/spellchecker/segments_1
|
839
836
|
- spec/dummy/tmp/cache/4F7/F90/default_role
|
@@ -1,17 +0,0 @@
|
|
1
|
-
module EnjuFlower
|
2
|
-
module Generators
|
3
|
-
class ViewsGenerator < Rails::Generators::Base
|
4
|
-
source_root File.expand_path('../../../../app/views', __FILE__)
|
5
|
-
|
6
|
-
def copy_files
|
7
|
-
directories = %w(
|
8
|
-
manifestations
|
9
|
-
)
|
10
|
-
|
11
|
-
directories.each do |dir|
|
12
|
-
directory dir, "app/views/#{dir}"
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|