active_record_shards 2.4.3 → 2.4.4
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.
- data/lib/active_record_shards/connection_switcher.rb +4 -4
- data/test/test.log +5214 -7691
- metadata +24 -22
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_record_shards
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 2.4.
|
|
9
|
+
- 4
|
|
10
|
+
version: 2.4.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Mick Staugaard
|
|
@@ -17,7 +17,8 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2011-09-
|
|
20
|
+
date: 2011-09-15 00:00:00 -07:00
|
|
21
|
+
default_executable:
|
|
21
22
|
dependencies:
|
|
22
23
|
- !ruby/object:Gem::Dependency
|
|
23
24
|
name: activerecord
|
|
@@ -119,26 +120,27 @@ extra_rdoc_files: []
|
|
|
119
120
|
files:
|
|
120
121
|
- lib/active_record_shards/association_collection_connection_selection.rb
|
|
121
122
|
- lib/active_record_shards/configuration_parser.rb
|
|
122
|
-
- lib/active_record_shards/connection_switcher.rb
|
|
123
|
-
- lib/active_record_shards/model.rb
|
|
124
123
|
- lib/active_record_shards/connection_pool.rb
|
|
125
|
-
- lib/active_record_shards/
|
|
124
|
+
- lib/active_record_shards/connection_switcher.rb
|
|
126
125
|
- lib/active_record_shards/migration.rb
|
|
126
|
+
- lib/active_record_shards/model.rb
|
|
127
127
|
- lib/active_record_shards/shard_selection.rb
|
|
128
|
+
- lib/active_record_shards/tasks.rb
|
|
128
129
|
- lib/active_record_shards.rb
|
|
129
130
|
- README.md
|
|
130
|
-
- test/
|
|
131
|
+
- test/configuration_parser_test.rb
|
|
132
|
+
- test/connection_switching_test.rb
|
|
131
133
|
- test/database.yml
|
|
132
|
-
- test/test.log
|
|
133
134
|
- test/database_parse_test.yml
|
|
134
|
-
- test/
|
|
135
|
+
- test/failure_migration/20110824010215_failure_migration.rb
|
|
136
|
+
- test/helper.rb
|
|
135
137
|
- test/migrations/20110824010216_shard_migration.rb
|
|
136
138
|
- test/migrations/20110829215912_account_migration.rb
|
|
139
|
+
- test/migrator_test.rb
|
|
140
|
+
- test/models.rb
|
|
137
141
|
- test/schema.rb
|
|
138
|
-
- test/
|
|
139
|
-
|
|
140
|
-
- test/helper.rb
|
|
141
|
-
- test/connection_switching_test.rb
|
|
142
|
+
- test/test.log
|
|
143
|
+
has_rdoc: true
|
|
142
144
|
homepage: http://github.com/staugaard/active_record_shards
|
|
143
145
|
licenses: []
|
|
144
146
|
|
|
@@ -168,20 +170,20 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
168
170
|
requirements: []
|
|
169
171
|
|
|
170
172
|
rubyforge_project:
|
|
171
|
-
rubygems_version: 1.
|
|
173
|
+
rubygems_version: 1.5.2
|
|
172
174
|
signing_key:
|
|
173
175
|
specification_version: 3
|
|
174
176
|
summary: Simple database switching for ActiveRecord.
|
|
175
177
|
test_files:
|
|
176
|
-
- test/
|
|
178
|
+
- test/configuration_parser_test.rb
|
|
179
|
+
- test/connection_switching_test.rb
|
|
177
180
|
- test/database.yml
|
|
178
|
-
- test/test.log
|
|
179
181
|
- test/database_parse_test.yml
|
|
180
|
-
- test/
|
|
182
|
+
- test/failure_migration/20110824010215_failure_migration.rb
|
|
183
|
+
- test/helper.rb
|
|
181
184
|
- test/migrations/20110824010216_shard_migration.rb
|
|
182
185
|
- test/migrations/20110829215912_account_migration.rb
|
|
186
|
+
- test/migrator_test.rb
|
|
187
|
+
- test/models.rb
|
|
183
188
|
- test/schema.rb
|
|
184
|
-
- test/
|
|
185
|
-
- test/configuration_parser_test.rb
|
|
186
|
-
- test/helper.rb
|
|
187
|
-
- test/connection_switching_test.rb
|
|
189
|
+
- test/test.log
|