sunspot_rails 2.0.0.pre.120924 → 2.0.0.pre.120925
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +6 -10
- data/{sunspot_rails/.rspec → .rspec} +0 -0
- data/{sunspot_rails/History.txt → History.txt} +0 -0
- data/{sunspot/LICENSE → LICENSE} +0 -0
- data/{sunspot_rails/MIT-LICENSE → MIT-LICENSE} +0 -0
- data/{sunspot_rails/README.rdoc → README.rdoc} +0 -0
- data/Rakefile +12 -32
- data/{sunspot_rails/TODO → TODO} +0 -0
- data/{sunspot_rails/dev_tasks → dev_tasks}/rdoc.rake +0 -0
- data/{sunspot_rails/dev_tasks → dev_tasks}/release.rake +0 -0
- data/{sunspot_rails/dev_tasks → dev_tasks}/spec.rake +0 -0
- data/{sunspot/tasks → dev_tasks}/todo.rake +0 -0
- data/{sunspot_rails/gemfiles → gemfiles}/rails-2.3.14 +0 -0
- data/{sunspot_rails/gemfiles → gemfiles}/rails-3.0.15 +0 -0
- data/{sunspot_rails/gemfiles → gemfiles}/rails-3.1.6 +0 -0
- data/{sunspot_rails/gemfiles → gemfiles}/rails-3.2.6 +0 -0
- data/{sunspot_rails/generators → generators}/sunspot/sunspot_generator.rb +0 -0
- data/{sunspot_rails/generators → generators}/sunspot/templates/sunspot.yml +0 -0
- data/{sunspot_rails/install.rb → install.rb} +0 -0
- data/{sunspot_rails/lib → lib}/generators/sunspot_rails.rb +0 -0
- data/{sunspot_rails/lib → lib}/generators/sunspot_rails/install/install_generator.rb +0 -0
- data/{sunspot_rails/lib → lib}/generators/sunspot_rails/install/templates/config/sunspot.yml +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/adapters.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/configuration.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/init.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/log_subscriber.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/railtie.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/railties/controller_runtime.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/request_lifecycle.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/searchable.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/server.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/solr_instrumentation.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/solr_logging.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/spec_helper.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/stub_session_proxy.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot/rails/tasks.rb +0 -0
- data/{sunspot_rails/lib → lib}/sunspot_rails.rb +0 -0
- data/{sunspot_rails/spec → spec}/configuration_spec.rb +0 -0
- data/{sunspot_rails/spec → spec}/model_lifecycle_spec.rb +0 -0
- data/{sunspot_rails/spec → spec}/model_spec.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/app/controllers/application_controller.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/app/controllers/posts_controller.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/app/models/author.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/app/models/blog.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/app/models/location.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/app/models/photo_post.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/app/models/post.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/app/models/post_with_auto.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/app/models/post_with_default_scope.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/config/boot.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/config/preinitializer.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/config/routes.rb +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/config/sunspot.yml +0 -0
- data/{sunspot_rails/spec → spec}/rails_template/db/schema.rb +0 -0
- data/{sunspot_rails/spec → spec}/request_lifecycle_spec.rb +0 -0
- data/{sunspot_rails/spec → spec}/schema.rb +0 -0
- data/{sunspot_rails/spec → spec}/searchable_spec.rb +0 -0
- data/{sunspot_rails/spec → spec}/server_spec.rb +0 -0
- data/{sunspot_rails/spec → spec}/session_spec.rb +0 -0
- data/{sunspot_rails/spec → spec}/shared_examples/indexed_after_save.rb +0 -0
- data/{sunspot_rails/spec → spec}/shared_examples/not_indexed_after_save.rb +0 -0
- data/{sunspot_rails/spec → spec}/spec_helper.rb +0 -0
- data/{sunspot_rails/spec → spec}/stub_session_proxy_spec.rb +0 -0
- data/{sunspot_rails/sunspot_rails.gemspec → sunspot_rails.gemspec} +0 -0
- metadata +102 -305
- data/.travis.yml +0 -35
- data/README.md +0 -863
- data/ci/travis.sh +0 -67
- data/sunspot/.gitignore +0 -13
- data/sunspot/Gemfile +0 -5
- data/sunspot/History.txt +0 -258
- data/sunspot/Rakefile +0 -13
- data/sunspot/TODO +0 -13
- data/sunspot/lib/light_config.rb +0 -40
- data/sunspot/lib/sunspot.rb +0 -579
- data/sunspot/lib/sunspot/adapters.rb +0 -349
- data/sunspot/lib/sunspot/batcher.rb +0 -62
- data/sunspot/lib/sunspot/class_set.rb +0 -23
- data/sunspot/lib/sunspot/composite_setup.rb +0 -202
- data/sunspot/lib/sunspot/configuration.rb +0 -53
- data/sunspot/lib/sunspot/data_extractor.rb +0 -50
- data/sunspot/lib/sunspot/dsl.rb +0 -5
- data/sunspot/lib/sunspot/dsl/adjustable.rb +0 -47
- data/sunspot/lib/sunspot/dsl/field_group.rb +0 -57
- data/sunspot/lib/sunspot/dsl/field_query.rb +0 -345
- data/sunspot/lib/sunspot/dsl/fields.rb +0 -103
- data/sunspot/lib/sunspot/dsl/fulltext.rb +0 -243
- data/sunspot/lib/sunspot/dsl/function.rb +0 -27
- data/sunspot/lib/sunspot/dsl/functional.rb +0 -44
- data/sunspot/lib/sunspot/dsl/more_like_this_query.rb +0 -56
- data/sunspot/lib/sunspot/dsl/paginatable.rb +0 -32
- data/sunspot/lib/sunspot/dsl/query_facet.rb +0 -36
- data/sunspot/lib/sunspot/dsl/restriction.rb +0 -25
- data/sunspot/lib/sunspot/dsl/restriction_with_near.rb +0 -160
- data/sunspot/lib/sunspot/dsl/scope.rb +0 -214
- data/sunspot/lib/sunspot/dsl/search.rb +0 -30
- data/sunspot/lib/sunspot/dsl/standard_query.rb +0 -122
- data/sunspot/lib/sunspot/field.rb +0 -193
- data/sunspot/lib/sunspot/field_factory.rb +0 -129
- data/sunspot/lib/sunspot/indexer.rb +0 -136
- data/sunspot/lib/sunspot/query.rb +0 -11
- data/sunspot/lib/sunspot/query/abstract_field_facet.rb +0 -55
- data/sunspot/lib/sunspot/query/bbox.rb +0 -15
- data/sunspot/lib/sunspot/query/boost_query.rb +0 -24
- data/sunspot/lib/sunspot/query/common_query.rb +0 -96
- data/sunspot/lib/sunspot/query/composite_fulltext.rb +0 -36
- data/sunspot/lib/sunspot/query/connective.rb +0 -206
- data/sunspot/lib/sunspot/query/date_field_facet.rb +0 -14
- data/sunspot/lib/sunspot/query/dismax.rb +0 -132
- data/sunspot/lib/sunspot/query/field_facet.rb +0 -41
- data/sunspot/lib/sunspot/query/field_group.rb +0 -37
- data/sunspot/lib/sunspot/query/filter.rb +0 -38
- data/sunspot/lib/sunspot/query/function_query.rb +0 -52
- data/sunspot/lib/sunspot/query/geo.rb +0 -53
- data/sunspot/lib/sunspot/query/geofilt.rb +0 -16
- data/sunspot/lib/sunspot/query/highlighting.rb +0 -62
- data/sunspot/lib/sunspot/query/more_like_this.rb +0 -61
- data/sunspot/lib/sunspot/query/more_like_this_query.rb +0 -12
- data/sunspot/lib/sunspot/query/pagination.rb +0 -42
- data/sunspot/lib/sunspot/query/query_facet.rb +0 -53
- data/sunspot/lib/sunspot/query/range_facet.rb +0 -15
- data/sunspot/lib/sunspot/query/restriction.rb +0 -308
- data/sunspot/lib/sunspot/query/scope.rb +0 -9
- data/sunspot/lib/sunspot/query/sort.rb +0 -109
- data/sunspot/lib/sunspot/query/sort_composite.rb +0 -34
- data/sunspot/lib/sunspot/query/standard_query.rb +0 -16
- data/sunspot/lib/sunspot/query/text_field_boost.rb +0 -17
- data/sunspot/lib/sunspot/schema.rb +0 -151
- data/sunspot/lib/sunspot/search.rb +0 -9
- data/sunspot/lib/sunspot/search/abstract_search.rb +0 -286
- data/sunspot/lib/sunspot/search/date_facet.rb +0 -35
- data/sunspot/lib/sunspot/search/facet_row.rb +0 -27
- data/sunspot/lib/sunspot/search/field_facet.rb +0 -88
- data/sunspot/lib/sunspot/search/field_group.rb +0 -70
- data/sunspot/lib/sunspot/search/group.rb +0 -54
- data/sunspot/lib/sunspot/search/highlight.rb +0 -38
- data/sunspot/lib/sunspot/search/hit.rb +0 -150
- data/sunspot/lib/sunspot/search/hit_enumerable.rb +0 -68
- data/sunspot/lib/sunspot/search/more_like_this_search.rb +0 -31
- data/sunspot/lib/sunspot/search/paginated_collection.rb +0 -57
- data/sunspot/lib/sunspot/search/query_facet.rb +0 -67
- data/sunspot/lib/sunspot/search/range_facet.rb +0 -37
- data/sunspot/lib/sunspot/search/standard_search.rb +0 -21
- data/sunspot/lib/sunspot/session.rb +0 -262
- data/sunspot/lib/sunspot/session_proxy.rb +0 -95
- data/sunspot/lib/sunspot/session_proxy/abstract_session_proxy.rb +0 -29
- data/sunspot/lib/sunspot/session_proxy/class_sharding_session_proxy.rb +0 -66
- data/sunspot/lib/sunspot/session_proxy/id_sharding_session_proxy.rb +0 -89
- data/sunspot/lib/sunspot/session_proxy/master_slave_session_proxy.rb +0 -43
- data/sunspot/lib/sunspot/session_proxy/retry_5xx_session_proxy.rb +0 -67
- data/sunspot/lib/sunspot/session_proxy/sharding_session_proxy.rb +0 -222
- data/sunspot/lib/sunspot/session_proxy/silent_fail_session_proxy.rb +0 -42
- data/sunspot/lib/sunspot/session_proxy/thread_local_session_proxy.rb +0 -37
- data/sunspot/lib/sunspot/setup.rb +0 -350
- data/sunspot/lib/sunspot/text_field_setup.rb +0 -29
- data/sunspot/lib/sunspot/type.rb +0 -393
- data/sunspot/lib/sunspot/util.rb +0 -252
- data/sunspot/lib/sunspot/version.rb +0 -3
- data/sunspot/script/console +0 -10
- data/sunspot/spec/api/adapters_spec.rb +0 -68
- data/sunspot/spec/api/batcher_spec.rb +0 -112
- data/sunspot/spec/api/binding_spec.rb +0 -50
- data/sunspot/spec/api/class_set_spec.rb +0 -24
- data/sunspot/spec/api/hit_enumerable_spec.rb +0 -47
- data/sunspot/spec/api/indexer/attributes_spec.rb +0 -149
- data/sunspot/spec/api/indexer/batch_spec.rb +0 -72
- data/sunspot/spec/api/indexer/dynamic_fields_spec.rb +0 -42
- data/sunspot/spec/api/indexer/fixed_fields_spec.rb +0 -57
- data/sunspot/spec/api/indexer/fulltext_spec.rb +0 -43
- data/sunspot/spec/api/indexer/removal_spec.rb +0 -53
- data/sunspot/spec/api/indexer/spec_helper.rb +0 -1
- data/sunspot/spec/api/indexer_spec.rb +0 -14
- data/sunspot/spec/api/query/advanced_manipulation_examples.rb +0 -35
- data/sunspot/spec/api/query/connectives_examples.rb +0 -201
- data/sunspot/spec/api/query/dsl_spec.rb +0 -18
- data/sunspot/spec/api/query/dynamic_fields_examples.rb +0 -165
- data/sunspot/spec/api/query/faceting_examples.rb +0 -497
- data/sunspot/spec/api/query/fulltext_examples.rb +0 -313
- data/sunspot/spec/api/query/function_spec.rb +0 -79
- data/sunspot/spec/api/query/geo_examples.rb +0 -68
- data/sunspot/spec/api/query/group_spec.rb +0 -32
- data/sunspot/spec/api/query/highlighting_examples.rb +0 -245
- data/sunspot/spec/api/query/more_like_this_spec.rb +0 -140
- data/sunspot/spec/api/query/ordering_pagination_examples.rb +0 -116
- data/sunspot/spec/api/query/scope_examples.rb +0 -275
- data/sunspot/spec/api/query/spatial_examples.rb +0 -27
- data/sunspot/spec/api/query/spec_helper.rb +0 -1
- data/sunspot/spec/api/query/standard_spec.rb +0 -29
- data/sunspot/spec/api/query/text_field_scoping_examples.rb +0 -30
- data/sunspot/spec/api/query/types_spec.rb +0 -20
- data/sunspot/spec/api/search/dynamic_fields_spec.rb +0 -33
- data/sunspot/spec/api/search/faceting_spec.rb +0 -360
- data/sunspot/spec/api/search/highlighting_spec.rb +0 -69
- data/sunspot/spec/api/search/hits_spec.rb +0 -147
- data/sunspot/spec/api/search/paginated_collection_spec.rb +0 -36
- data/sunspot/spec/api/search/results_spec.rb +0 -72
- data/sunspot/spec/api/search/search_spec.rb +0 -23
- data/sunspot/spec/api/search/spec_helper.rb +0 -1
- data/sunspot/spec/api/session_proxy/class_sharding_session_proxy_spec.rb +0 -85
- data/sunspot/spec/api/session_proxy/id_sharding_session_proxy_spec.rb +0 -30
- data/sunspot/spec/api/session_proxy/master_slave_session_proxy_spec.rb +0 -41
- data/sunspot/spec/api/session_proxy/retry_5xx_session_proxy_spec.rb +0 -78
- data/sunspot/spec/api/session_proxy/sharding_session_proxy_spec.rb +0 -77
- data/sunspot/spec/api/session_proxy/silent_fail_session_proxy_spec.rb +0 -24
- data/sunspot/spec/api/session_proxy/spec_helper.rb +0 -9
- data/sunspot/spec/api/session_proxy/thread_local_session_proxy_spec.rb +0 -39
- data/sunspot/spec/api/session_spec.rb +0 -232
- data/sunspot/spec/api/spec_helper.rb +0 -3
- data/sunspot/spec/api/sunspot_spec.rb +0 -29
- data/sunspot/spec/ext.rb +0 -11
- data/sunspot/spec/helpers/indexer_helper.rb +0 -17
- data/sunspot/spec/helpers/integration_helper.rb +0 -8
- data/sunspot/spec/helpers/mock_session_helper.rb +0 -13
- data/sunspot/spec/helpers/query_helper.rb +0 -26
- data/sunspot/spec/helpers/search_helper.rb +0 -68
- data/sunspot/spec/integration/dynamic_fields_spec.rb +0 -57
- data/sunspot/spec/integration/faceting_spec.rb +0 -330
- data/sunspot/spec/integration/field_grouping_spec.rb +0 -100
- data/sunspot/spec/integration/geospatial_spec.rb +0 -96
- data/sunspot/spec/integration/highlighting_spec.rb +0 -44
- data/sunspot/spec/integration/indexing_spec.rb +0 -55
- data/sunspot/spec/integration/keyword_search_spec.rb +0 -317
- data/sunspot/spec/integration/local_search_spec.rb +0 -64
- data/sunspot/spec/integration/more_like_this_spec.rb +0 -43
- data/sunspot/spec/integration/scoped_search_spec.rb +0 -386
- data/sunspot/spec/integration/stored_fields_spec.rb +0 -12
- data/sunspot/spec/integration/test_pagination.rb +0 -43
- data/sunspot/spec/integration/unicode_spec.rb +0 -15
- data/sunspot/spec/mocks/adapters.rb +0 -33
- data/sunspot/spec/mocks/blog.rb +0 -3
- data/sunspot/spec/mocks/comment.rb +0 -21
- data/sunspot/spec/mocks/connection.rb +0 -126
- data/sunspot/spec/mocks/mock_adapter.rb +0 -30
- data/sunspot/spec/mocks/mock_class_sharding_session_proxy.rb +0 -24
- data/sunspot/spec/mocks/mock_record.rb +0 -52
- data/sunspot/spec/mocks/mock_sharding_session_proxy.rb +0 -15
- data/sunspot/spec/mocks/photo.rb +0 -11
- data/sunspot/spec/mocks/post.rb +0 -86
- data/sunspot/spec/mocks/super_class.rb +0 -2
- data/sunspot/spec/mocks/user.rb +0 -13
- data/sunspot/spec/spec_helper.rb +0 -40
- data/sunspot/sunspot.gemspec +0 -37
- data/sunspot/tasks/rdoc.rake +0 -27
- data/sunspot/tasks/schema.rake +0 -19
- data/sunspot_rails/.gitignore +0 -7
- data/sunspot_rails/LICENSE +0 -18
- data/sunspot_rails/Rakefile +0 -17
- data/sunspot_rails/dev_tasks/todo.rake +0 -4
- data/sunspot_solr/Gemfile +0 -3
- data/sunspot_solr/README.rdoc +0 -24
- data/sunspot_solr/bin/sunspot-installer +0 -20
- data/sunspot_solr/bin/sunspot-solr +0 -80
- data/sunspot_solr/lib/sunspot/solr/installer.rb +0 -25
- data/sunspot_solr/lib/sunspot/solr/installer/config_installer.rb +0 -46
- data/sunspot_solr/lib/sunspot/solr/installer/task_helper.rb +0 -13
- data/sunspot_solr/lib/sunspot/solr/java.rb +0 -10
- data/sunspot_solr/lib/sunspot/solr/railtie.rb +0 -15
- data/sunspot_solr/lib/sunspot/solr/server.rb +0 -223
- data/sunspot_solr/lib/sunspot/solr/tasks.rb +0 -49
- data/sunspot_solr/lib/sunspot_solr.rb +0 -5
- data/sunspot_solr/solr/README.txt +0 -42
- data/sunspot_solr/solr/etc/jetty.xml +0 -219
- data/sunspot_solr/solr/etc/webdefault.xml +0 -379
- data/sunspot_solr/solr/lib/jetty-6.1.26-patched-JETTY-1340.jar +0 -0
- data/sunspot_solr/solr/lib/jetty-util-6.1.26-patched-JETTY-1340.jar +0 -0
- data/sunspot_solr/solr/lib/jsp-2.1/ant-1.6.5.jar +0 -0
- data/sunspot_solr/solr/lib/jsp-2.1/core-3.1.1.jar +0 -0
- data/sunspot_solr/solr/lib/jsp-2.1/jsp-2.1.jar +0 -0
- data/sunspot_solr/solr/lib/jsp-2.1/jsp-api-2.1.jar +0 -0
- data/sunspot_solr/solr/lib/servlet-api-2.5-20081211.jar +0 -0
- data/sunspot_solr/solr/solr/.gitignore +0 -1
- data/sunspot_solr/solr/solr/README.txt +0 -54
- data/sunspot_solr/solr/solr/conf/admin-extra.html +0 -31
- data/sunspot_solr/solr/solr/conf/elevate.xml +0 -36
- data/sunspot_solr/solr/solr/conf/mapping-ISOLatin1Accent.txt +0 -246
- data/sunspot_solr/solr/solr/conf/protwords.txt +0 -21
- data/sunspot_solr/solr/solr/conf/schema.xml +0 -250
- data/sunspot_solr/solr/solr/conf/scripts.conf +0 -24
- data/sunspot_solr/solr/solr/conf/solrconfig.xml +0 -934
- data/sunspot_solr/solr/solr/conf/spellings.txt +0 -2
- data/sunspot_solr/solr/solr/conf/stopwords.txt +0 -58
- data/sunspot_solr/solr/solr/conf/synonyms.txt +0 -31
- data/sunspot_solr/solr/solr/conf/xslt/example.xsl +0 -132
- data/sunspot_solr/solr/solr/conf/xslt/example_atom.xsl +0 -67
- data/sunspot_solr/solr/solr/conf/xslt/example_rss.xsl +0 -66
- data/sunspot_solr/solr/solr/conf/xslt/luke.xsl +0 -337
- data/sunspot_solr/solr/start.jar +0 -0
- data/sunspot_solr/solr/webapps/solr.war +0 -0
- data/sunspot_solr/spec/server_spec.rb +0 -98
- data/sunspot_solr/spec/spec_helper.rb +0 -18
- data/sunspot_solr/sunspot_solr.gemspec +0 -37
- data/tools/gem_tasks.rb +0 -69
data/.gitignore
CHANGED
@@ -1,11 +1,7 @@
|
|
1
|
-
*.gem
|
2
|
-
Gemfile.lock
|
3
|
-
vendor/bundle
|
4
|
-
sunspot/vendor/bundle
|
5
|
-
sunspot_rails/spec/rails2/vendor
|
6
|
-
sunspot_rails/spec/rails3/vendor
|
7
|
-
**/*/vendor/bundle
|
8
1
|
sunspot-solr.pid
|
9
|
-
|
10
|
-
|
11
|
-
|
2
|
+
doc
|
3
|
+
pkg/*
|
4
|
+
log
|
5
|
+
.bundle
|
6
|
+
tmp/*
|
7
|
+
gemfiles/*.lock
|
File without changes
|
File without changes
|
data/{sunspot/LICENSE → LICENSE}
RENAMED
File without changes
|
File without changes
|
File without changes
|
data/Rakefile
CHANGED
@@ -1,37 +1,17 @@
|
|
1
|
-
|
2
|
-
task :release do
|
3
|
-
FileUtils.cp('README.md', 'sunspot/')
|
1
|
+
require 'rake'
|
4
2
|
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
system "git push origin #{version_tag}:#{version_tag}"
|
10
|
-
|
11
|
-
FileUtils.cd 'sunspot' do
|
12
|
-
system "gem build sunspot.gemspec"
|
13
|
-
system "gem push sunspot-#{Sunspot::VERSION}.gem"
|
14
|
-
FileUtils.rm "sunspot-#{Sunspot::VERSION}.gem"
|
15
|
-
end
|
16
|
-
|
17
|
-
FileUtils.cd 'sunspot_rails' do
|
18
|
-
system "gem build sunspot_rails.gemspec"
|
19
|
-
system "gem push sunspot_rails-#{Sunspot::VERSION}.gem"
|
20
|
-
FileUtils.rm("sunspot_rails-#{Sunspot::VERSION}.gem")
|
21
|
-
end
|
22
|
-
|
23
|
-
FileUtils.cd 'sunspot_solr' do
|
24
|
-
system "gem build sunspot_solr.gemspec"
|
25
|
-
system "gem push sunspot_solr-#{Sunspot::VERSION}.gem"
|
26
|
-
FileUtils.rm("sunspot_solr-#{Sunspot::VERSION}.gem")
|
27
|
-
end
|
3
|
+
begin
|
4
|
+
require 'rdoc/task'
|
5
|
+
rescue LoadError
|
6
|
+
require 'rake/rdoctask'
|
28
7
|
end
|
29
8
|
|
9
|
+
if File.exist?(sunspot_lib = File.expand_path(File.join(File.dirname(__FILE__), '..', 'sunspot', 'lib')))
|
10
|
+
STDERR.puts("Using sunspot lib at #{sunspot_lib}")
|
11
|
+
$: << sunspot_lib
|
12
|
+
end
|
30
13
|
|
31
|
-
|
32
|
-
task :default do
|
33
|
-
exit system([ "GEM=sunspot ci/travis.sh",
|
34
|
-
"GEM=sunspot_rails RAILS=3.0.15 ci/travis.sh",
|
35
|
-
"GEM=sunspot_rails RAILS=3.1.6 ci/travis.sh",
|
36
|
-
"GEM=sunspot_rails RAILS=3.2.6 ci/travis.sh" ].join(" && ")) ? 0 : 1
|
14
|
+
task :environment do
|
37
15
|
end
|
16
|
+
|
17
|
+
FileList['dev_tasks/*.rake', 'lib/sunspot/rails/tasks.rb'].each { |file| load(file) }
|
data/{sunspot_rails/TODO → TODO}
RENAMED
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
|
data/{sunspot_rails/lib → lib}/generators/sunspot_rails/install/templates/config/sunspot.yml
RENAMED
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
|
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
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sunspot_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.pre.
|
4
|
+
version: 2.0.0.pre.120925
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -27,22 +27,22 @@ authors:
|
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2012-09-
|
30
|
+
date: 2012-09-25 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: sunspot
|
34
|
-
requirement: &
|
34
|
+
requirement: &70271798724000 !ruby/object:Gem::Requirement
|
35
35
|
none: false
|
36
36
|
requirements:
|
37
37
|
- - =
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 2.0.0.pre.
|
39
|
+
version: 2.0.0.pre.120925
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
|
-
version_requirements: *
|
42
|
+
version_requirements: *70271798724000
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: nokogiri
|
45
|
-
requirement: &
|
45
|
+
requirement: &70271798723340 !ruby/object:Gem::Requirement
|
46
46
|
none: false
|
47
47
|
requirements:
|
48
48
|
- - ! '>='
|
@@ -50,10 +50,10 @@ dependencies:
|
|
50
50
|
version: '0'
|
51
51
|
type: :runtime
|
52
52
|
prerelease: false
|
53
|
-
version_requirements: *
|
53
|
+
version_requirements: *70271798723340
|
54
54
|
- !ruby/object:Gem::Dependency
|
55
55
|
name: rspec
|
56
|
-
requirement: &
|
56
|
+
requirement: &70271798722140 !ruby/object:Gem::Requirement
|
57
57
|
none: false
|
58
58
|
requirements:
|
59
59
|
- - ~>
|
@@ -61,10 +61,10 @@ dependencies:
|
|
61
61
|
version: '1.2'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
|
-
version_requirements: *
|
64
|
+
version_requirements: *70271798722140
|
65
65
|
- !ruby/object:Gem::Dependency
|
66
66
|
name: rspec-rails
|
67
|
-
requirement: &
|
67
|
+
requirement: &70271798721500 !ruby/object:Gem::Requirement
|
68
68
|
none: false
|
69
69
|
requirements:
|
70
70
|
- - ~>
|
@@ -72,7 +72,7 @@ dependencies:
|
|
72
72
|
version: '1.2'
|
73
73
|
type: :development
|
74
74
|
prerelease: false
|
75
|
-
version_requirements: *
|
75
|
+
version_requirements: *70271798721500
|
76
76
|
description: ! " Sunspot::Rails is an extension to the Sunspot library for Solr
|
77
77
|
search.\n Sunspot::Rails adds integration between Sunspot and ActiveRecord, including\n
|
78
78
|
\ defining search and indexing related methods on ActiveRecord models themselves,\n
|
@@ -85,300 +85,71 @@ extensions: []
|
|
85
85
|
extra_rdoc_files: []
|
86
86
|
files:
|
87
87
|
- .gitignore
|
88
|
-
- .
|
89
|
-
-
|
88
|
+
- .rspec
|
89
|
+
- History.txt
|
90
|
+
- LICENSE
|
91
|
+
- MIT-LICENSE
|
92
|
+
- README.rdoc
|
90
93
|
- Rakefile
|
91
|
-
-
|
92
|
-
-
|
93
|
-
-
|
94
|
-
-
|
95
|
-
-
|
96
|
-
-
|
97
|
-
-
|
98
|
-
-
|
99
|
-
-
|
100
|
-
-
|
101
|
-
- sunspot/
|
102
|
-
-
|
103
|
-
-
|
104
|
-
-
|
105
|
-
-
|
106
|
-
-
|
107
|
-
-
|
108
|
-
-
|
109
|
-
-
|
110
|
-
-
|
111
|
-
-
|
112
|
-
-
|
113
|
-
-
|
114
|
-
-
|
115
|
-
-
|
116
|
-
-
|
117
|
-
-
|
118
|
-
-
|
119
|
-
-
|
120
|
-
-
|
121
|
-
-
|
122
|
-
-
|
123
|
-
-
|
124
|
-
-
|
125
|
-
-
|
126
|
-
-
|
127
|
-
-
|
128
|
-
-
|
129
|
-
-
|
130
|
-
-
|
131
|
-
-
|
132
|
-
-
|
133
|
-
-
|
134
|
-
-
|
135
|
-
-
|
136
|
-
-
|
137
|
-
-
|
138
|
-
-
|
139
|
-
-
|
140
|
-
-
|
141
|
-
-
|
142
|
-
-
|
143
|
-
-
|
144
|
-
-
|
145
|
-
-
|
146
|
-
-
|
147
|
-
-
|
148
|
-
-
|
149
|
-
-
|
150
|
-
- sunspot/lib/sunspot/query/standard_query.rb
|
151
|
-
- sunspot/lib/sunspot/query/text_field_boost.rb
|
152
|
-
- sunspot/lib/sunspot/schema.rb
|
153
|
-
- sunspot/lib/sunspot/search.rb
|
154
|
-
- sunspot/lib/sunspot/search/abstract_search.rb
|
155
|
-
- sunspot/lib/sunspot/search/date_facet.rb
|
156
|
-
- sunspot/lib/sunspot/search/facet_row.rb
|
157
|
-
- sunspot/lib/sunspot/search/field_facet.rb
|
158
|
-
- sunspot/lib/sunspot/search/field_group.rb
|
159
|
-
- sunspot/lib/sunspot/search/group.rb
|
160
|
-
- sunspot/lib/sunspot/search/highlight.rb
|
161
|
-
- sunspot/lib/sunspot/search/hit.rb
|
162
|
-
- sunspot/lib/sunspot/search/hit_enumerable.rb
|
163
|
-
- sunspot/lib/sunspot/search/more_like_this_search.rb
|
164
|
-
- sunspot/lib/sunspot/search/paginated_collection.rb
|
165
|
-
- sunspot/lib/sunspot/search/query_facet.rb
|
166
|
-
- sunspot/lib/sunspot/search/range_facet.rb
|
167
|
-
- sunspot/lib/sunspot/search/standard_search.rb
|
168
|
-
- sunspot/lib/sunspot/session.rb
|
169
|
-
- sunspot/lib/sunspot/session_proxy.rb
|
170
|
-
- sunspot/lib/sunspot/session_proxy/abstract_session_proxy.rb
|
171
|
-
- sunspot/lib/sunspot/session_proxy/class_sharding_session_proxy.rb
|
172
|
-
- sunspot/lib/sunspot/session_proxy/id_sharding_session_proxy.rb
|
173
|
-
- sunspot/lib/sunspot/session_proxy/master_slave_session_proxy.rb
|
174
|
-
- sunspot/lib/sunspot/session_proxy/retry_5xx_session_proxy.rb
|
175
|
-
- sunspot/lib/sunspot/session_proxy/sharding_session_proxy.rb
|
176
|
-
- sunspot/lib/sunspot/session_proxy/silent_fail_session_proxy.rb
|
177
|
-
- sunspot/lib/sunspot/session_proxy/thread_local_session_proxy.rb
|
178
|
-
- sunspot/lib/sunspot/setup.rb
|
179
|
-
- sunspot/lib/sunspot/text_field_setup.rb
|
180
|
-
- sunspot/lib/sunspot/type.rb
|
181
|
-
- sunspot/lib/sunspot/util.rb
|
182
|
-
- sunspot/lib/sunspot/version.rb
|
183
|
-
- sunspot/log/.gitignore
|
184
|
-
- sunspot/pkg/.gitignore
|
185
|
-
- sunspot/script/console
|
186
|
-
- sunspot/spec/api/adapters_spec.rb
|
187
|
-
- sunspot/spec/api/batcher_spec.rb
|
188
|
-
- sunspot/spec/api/binding_spec.rb
|
189
|
-
- sunspot/spec/api/class_set_spec.rb
|
190
|
-
- sunspot/spec/api/hit_enumerable_spec.rb
|
191
|
-
- sunspot/spec/api/indexer/attributes_spec.rb
|
192
|
-
- sunspot/spec/api/indexer/batch_spec.rb
|
193
|
-
- sunspot/spec/api/indexer/dynamic_fields_spec.rb
|
194
|
-
- sunspot/spec/api/indexer/fixed_fields_spec.rb
|
195
|
-
- sunspot/spec/api/indexer/fulltext_spec.rb
|
196
|
-
- sunspot/spec/api/indexer/removal_spec.rb
|
197
|
-
- sunspot/spec/api/indexer/spec_helper.rb
|
198
|
-
- sunspot/spec/api/indexer_spec.rb
|
199
|
-
- sunspot/spec/api/query/advanced_manipulation_examples.rb
|
200
|
-
- sunspot/spec/api/query/connectives_examples.rb
|
201
|
-
- sunspot/spec/api/query/dsl_spec.rb
|
202
|
-
- sunspot/spec/api/query/dynamic_fields_examples.rb
|
203
|
-
- sunspot/spec/api/query/faceting_examples.rb
|
204
|
-
- sunspot/spec/api/query/fulltext_examples.rb
|
205
|
-
- sunspot/spec/api/query/function_spec.rb
|
206
|
-
- sunspot/spec/api/query/geo_examples.rb
|
207
|
-
- sunspot/spec/api/query/group_spec.rb
|
208
|
-
- sunspot/spec/api/query/highlighting_examples.rb
|
209
|
-
- sunspot/spec/api/query/more_like_this_spec.rb
|
210
|
-
- sunspot/spec/api/query/ordering_pagination_examples.rb
|
211
|
-
- sunspot/spec/api/query/scope_examples.rb
|
212
|
-
- sunspot/spec/api/query/spatial_examples.rb
|
213
|
-
- sunspot/spec/api/query/spec_helper.rb
|
214
|
-
- sunspot/spec/api/query/standard_spec.rb
|
215
|
-
- sunspot/spec/api/query/text_field_scoping_examples.rb
|
216
|
-
- sunspot/spec/api/query/types_spec.rb
|
217
|
-
- sunspot/spec/api/search/dynamic_fields_spec.rb
|
218
|
-
- sunspot/spec/api/search/faceting_spec.rb
|
219
|
-
- sunspot/spec/api/search/highlighting_spec.rb
|
220
|
-
- sunspot/spec/api/search/hits_spec.rb
|
221
|
-
- sunspot/spec/api/search/paginated_collection_spec.rb
|
222
|
-
- sunspot/spec/api/search/results_spec.rb
|
223
|
-
- sunspot/spec/api/search/search_spec.rb
|
224
|
-
- sunspot/spec/api/search/spec_helper.rb
|
225
|
-
- sunspot/spec/api/session_proxy/class_sharding_session_proxy_spec.rb
|
226
|
-
- sunspot/spec/api/session_proxy/id_sharding_session_proxy_spec.rb
|
227
|
-
- sunspot/spec/api/session_proxy/master_slave_session_proxy_spec.rb
|
228
|
-
- sunspot/spec/api/session_proxy/retry_5xx_session_proxy_spec.rb
|
229
|
-
- sunspot/spec/api/session_proxy/sharding_session_proxy_spec.rb
|
230
|
-
- sunspot/spec/api/session_proxy/silent_fail_session_proxy_spec.rb
|
231
|
-
- sunspot/spec/api/session_proxy/spec_helper.rb
|
232
|
-
- sunspot/spec/api/session_proxy/thread_local_session_proxy_spec.rb
|
233
|
-
- sunspot/spec/api/session_spec.rb
|
234
|
-
- sunspot/spec/api/spec_helper.rb
|
235
|
-
- sunspot/spec/api/sunspot_spec.rb
|
236
|
-
- sunspot/spec/ext.rb
|
237
|
-
- sunspot/spec/helpers/indexer_helper.rb
|
238
|
-
- sunspot/spec/helpers/integration_helper.rb
|
239
|
-
- sunspot/spec/helpers/mock_session_helper.rb
|
240
|
-
- sunspot/spec/helpers/query_helper.rb
|
241
|
-
- sunspot/spec/helpers/search_helper.rb
|
242
|
-
- sunspot/spec/integration/dynamic_fields_spec.rb
|
243
|
-
- sunspot/spec/integration/faceting_spec.rb
|
244
|
-
- sunspot/spec/integration/field_grouping_spec.rb
|
245
|
-
- sunspot/spec/integration/geospatial_spec.rb
|
246
|
-
- sunspot/spec/integration/highlighting_spec.rb
|
247
|
-
- sunspot/spec/integration/indexing_spec.rb
|
248
|
-
- sunspot/spec/integration/keyword_search_spec.rb
|
249
|
-
- sunspot/spec/integration/local_search_spec.rb
|
250
|
-
- sunspot/spec/integration/more_like_this_spec.rb
|
251
|
-
- sunspot/spec/integration/scoped_search_spec.rb
|
252
|
-
- sunspot/spec/integration/stored_fields_spec.rb
|
253
|
-
- sunspot/spec/integration/test_pagination.rb
|
254
|
-
- sunspot/spec/integration/unicode_spec.rb
|
255
|
-
- sunspot/spec/mocks/adapters.rb
|
256
|
-
- sunspot/spec/mocks/blog.rb
|
257
|
-
- sunspot/spec/mocks/comment.rb
|
258
|
-
- sunspot/spec/mocks/connection.rb
|
259
|
-
- sunspot/spec/mocks/mock_adapter.rb
|
260
|
-
- sunspot/spec/mocks/mock_class_sharding_session_proxy.rb
|
261
|
-
- sunspot/spec/mocks/mock_record.rb
|
262
|
-
- sunspot/spec/mocks/mock_sharding_session_proxy.rb
|
263
|
-
- sunspot/spec/mocks/photo.rb
|
264
|
-
- sunspot/spec/mocks/post.rb
|
265
|
-
- sunspot/spec/mocks/super_class.rb
|
266
|
-
- sunspot/spec/mocks/user.rb
|
267
|
-
- sunspot/spec/spec_helper.rb
|
268
|
-
- sunspot/sunspot.gemspec
|
269
|
-
- sunspot/tasks/rdoc.rake
|
270
|
-
- sunspot/tasks/schema.rake
|
271
|
-
- sunspot/tasks/todo.rake
|
272
|
-
- sunspot_rails/.gitignore
|
273
|
-
- sunspot_rails/.rspec
|
274
|
-
- sunspot_rails/History.txt
|
275
|
-
- sunspot_rails/LICENSE
|
276
|
-
- sunspot_rails/MIT-LICENSE
|
277
|
-
- sunspot_rails/README.rdoc
|
278
|
-
- sunspot_rails/Rakefile
|
279
|
-
- sunspot_rails/TODO
|
280
|
-
- sunspot_rails/dev_tasks/rdoc.rake
|
281
|
-
- sunspot_rails/dev_tasks/release.rake
|
282
|
-
- sunspot_rails/dev_tasks/spec.rake
|
283
|
-
- sunspot_rails/dev_tasks/todo.rake
|
284
|
-
- sunspot_rails/gemfiles/rails-2.3.14
|
285
|
-
- sunspot_rails/gemfiles/rails-3.0.15
|
286
|
-
- sunspot_rails/gemfiles/rails-3.1.6
|
287
|
-
- sunspot_rails/gemfiles/rails-3.2.6
|
288
|
-
- sunspot_rails/generators/sunspot/sunspot_generator.rb
|
289
|
-
- sunspot_rails/generators/sunspot/templates/sunspot.yml
|
290
|
-
- sunspot_rails/install.rb
|
291
|
-
- sunspot_rails/lib/generators/sunspot_rails.rb
|
292
|
-
- sunspot_rails/lib/generators/sunspot_rails/install/install_generator.rb
|
293
|
-
- sunspot_rails/lib/generators/sunspot_rails/install/templates/config/sunspot.yml
|
294
|
-
- sunspot_rails/lib/sunspot/rails.rb
|
295
|
-
- sunspot_rails/lib/sunspot/rails/adapters.rb
|
296
|
-
- sunspot_rails/lib/sunspot/rails/configuration.rb
|
297
|
-
- sunspot_rails/lib/sunspot/rails/init.rb
|
298
|
-
- sunspot_rails/lib/sunspot/rails/log_subscriber.rb
|
299
|
-
- sunspot_rails/lib/sunspot/rails/railtie.rb
|
300
|
-
- sunspot_rails/lib/sunspot/rails/railties/controller_runtime.rb
|
301
|
-
- sunspot_rails/lib/sunspot/rails/request_lifecycle.rb
|
302
|
-
- sunspot_rails/lib/sunspot/rails/searchable.rb
|
303
|
-
- sunspot_rails/lib/sunspot/rails/server.rb
|
304
|
-
- sunspot_rails/lib/sunspot/rails/solr_instrumentation.rb
|
305
|
-
- sunspot_rails/lib/sunspot/rails/solr_logging.rb
|
306
|
-
- sunspot_rails/lib/sunspot/rails/spec_helper.rb
|
307
|
-
- sunspot_rails/lib/sunspot/rails/stub_session_proxy.rb
|
308
|
-
- sunspot_rails/lib/sunspot/rails/tasks.rb
|
309
|
-
- sunspot_rails/lib/sunspot_rails.rb
|
310
|
-
- sunspot_rails/spec/configuration_spec.rb
|
311
|
-
- sunspot_rails/spec/model_lifecycle_spec.rb
|
312
|
-
- sunspot_rails/spec/model_spec.rb
|
313
|
-
- sunspot_rails/spec/rails_template/app/controllers/application_controller.rb
|
314
|
-
- sunspot_rails/spec/rails_template/app/controllers/posts_controller.rb
|
315
|
-
- sunspot_rails/spec/rails_template/app/models/author.rb
|
316
|
-
- sunspot_rails/spec/rails_template/app/models/blog.rb
|
317
|
-
- sunspot_rails/spec/rails_template/app/models/location.rb
|
318
|
-
- sunspot_rails/spec/rails_template/app/models/photo_post.rb
|
319
|
-
- sunspot_rails/spec/rails_template/app/models/post.rb
|
320
|
-
- sunspot_rails/spec/rails_template/app/models/post_with_auto.rb
|
321
|
-
- sunspot_rails/spec/rails_template/app/models/post_with_default_scope.rb
|
322
|
-
- sunspot_rails/spec/rails_template/config/boot.rb
|
323
|
-
- sunspot_rails/spec/rails_template/config/preinitializer.rb
|
324
|
-
- sunspot_rails/spec/rails_template/config/routes.rb
|
325
|
-
- sunspot_rails/spec/rails_template/config/sunspot.yml
|
326
|
-
- sunspot_rails/spec/rails_template/db/schema.rb
|
327
|
-
- sunspot_rails/spec/request_lifecycle_spec.rb
|
328
|
-
- sunspot_rails/spec/schema.rb
|
329
|
-
- sunspot_rails/spec/searchable_spec.rb
|
330
|
-
- sunspot_rails/spec/server_spec.rb
|
331
|
-
- sunspot_rails/spec/session_spec.rb
|
332
|
-
- sunspot_rails/spec/shared_examples/indexed_after_save.rb
|
333
|
-
- sunspot_rails/spec/shared_examples/not_indexed_after_save.rb
|
334
|
-
- sunspot_rails/spec/spec_helper.rb
|
335
|
-
- sunspot_rails/spec/stub_session_proxy_spec.rb
|
336
|
-
- sunspot_rails/sunspot_rails.gemspec
|
337
|
-
- sunspot_rails/tmp/.gitkeep
|
338
|
-
- sunspot_solr/Gemfile
|
339
|
-
- sunspot_solr/README.rdoc
|
340
|
-
- sunspot_solr/bin/sunspot-installer
|
341
|
-
- sunspot_solr/bin/sunspot-solr
|
342
|
-
- sunspot_solr/lib/sunspot/solr/installer.rb
|
343
|
-
- sunspot_solr/lib/sunspot/solr/installer/config_installer.rb
|
344
|
-
- sunspot_solr/lib/sunspot/solr/installer/task_helper.rb
|
345
|
-
- sunspot_solr/lib/sunspot/solr/java.rb
|
346
|
-
- sunspot_solr/lib/sunspot/solr/railtie.rb
|
347
|
-
- sunspot_solr/lib/sunspot/solr/server.rb
|
348
|
-
- sunspot_solr/lib/sunspot/solr/tasks.rb
|
349
|
-
- sunspot_solr/lib/sunspot_solr.rb
|
350
|
-
- sunspot_solr/solr/README.txt
|
351
|
-
- sunspot_solr/solr/etc/jetty.xml
|
352
|
-
- sunspot_solr/solr/etc/webdefault.xml
|
353
|
-
- sunspot_solr/solr/lib/jetty-6.1.26-patched-JETTY-1340.jar
|
354
|
-
- sunspot_solr/solr/lib/jetty-util-6.1.26-patched-JETTY-1340.jar
|
355
|
-
- sunspot_solr/solr/lib/jsp-2.1/ant-1.6.5.jar
|
356
|
-
- sunspot_solr/solr/lib/jsp-2.1/core-3.1.1.jar
|
357
|
-
- sunspot_solr/solr/lib/jsp-2.1/jsp-2.1.jar
|
358
|
-
- sunspot_solr/solr/lib/jsp-2.1/jsp-api-2.1.jar
|
359
|
-
- sunspot_solr/solr/lib/servlet-api-2.5-20081211.jar
|
360
|
-
- sunspot_solr/solr/solr/.gitignore
|
361
|
-
- sunspot_solr/solr/solr/README.txt
|
362
|
-
- sunspot_solr/solr/solr/conf/admin-extra.html
|
363
|
-
- sunspot_solr/solr/solr/conf/elevate.xml
|
364
|
-
- sunspot_solr/solr/solr/conf/mapping-ISOLatin1Accent.txt
|
365
|
-
- sunspot_solr/solr/solr/conf/protwords.txt
|
366
|
-
- sunspot_solr/solr/solr/conf/schema.xml
|
367
|
-
- sunspot_solr/solr/solr/conf/scripts.conf
|
368
|
-
- sunspot_solr/solr/solr/conf/solrconfig.xml
|
369
|
-
- sunspot_solr/solr/solr/conf/spellings.txt
|
370
|
-
- sunspot_solr/solr/solr/conf/stopwords.txt
|
371
|
-
- sunspot_solr/solr/solr/conf/synonyms.txt
|
372
|
-
- sunspot_solr/solr/solr/conf/xslt/example.xsl
|
373
|
-
- sunspot_solr/solr/solr/conf/xslt/example_atom.xsl
|
374
|
-
- sunspot_solr/solr/solr/conf/xslt/example_rss.xsl
|
375
|
-
- sunspot_solr/solr/solr/conf/xslt/luke.xsl
|
376
|
-
- sunspot_solr/solr/start.jar
|
377
|
-
- sunspot_solr/solr/webapps/solr.war
|
378
|
-
- sunspot_solr/spec/server_spec.rb
|
379
|
-
- sunspot_solr/spec/spec_helper.rb
|
380
|
-
- sunspot_solr/sunspot_solr.gemspec
|
381
|
-
- tools/gem_tasks.rb
|
94
|
+
- TODO
|
95
|
+
- dev_tasks/rdoc.rake
|
96
|
+
- dev_tasks/release.rake
|
97
|
+
- dev_tasks/spec.rake
|
98
|
+
- dev_tasks/todo.rake
|
99
|
+
- gemfiles/rails-2.3.14
|
100
|
+
- gemfiles/rails-3.0.15
|
101
|
+
- gemfiles/rails-3.1.6
|
102
|
+
- gemfiles/rails-3.2.6
|
103
|
+
- generators/sunspot/sunspot_generator.rb
|
104
|
+
- generators/sunspot/templates/sunspot.yml
|
105
|
+
- install.rb
|
106
|
+
- lib/generators/sunspot_rails.rb
|
107
|
+
- lib/generators/sunspot_rails/install/install_generator.rb
|
108
|
+
- lib/generators/sunspot_rails/install/templates/config/sunspot.yml
|
109
|
+
- lib/sunspot/rails.rb
|
110
|
+
- lib/sunspot/rails/adapters.rb
|
111
|
+
- lib/sunspot/rails/configuration.rb
|
112
|
+
- lib/sunspot/rails/init.rb
|
113
|
+
- lib/sunspot/rails/log_subscriber.rb
|
114
|
+
- lib/sunspot/rails/railtie.rb
|
115
|
+
- lib/sunspot/rails/railties/controller_runtime.rb
|
116
|
+
- lib/sunspot/rails/request_lifecycle.rb
|
117
|
+
- lib/sunspot/rails/searchable.rb
|
118
|
+
- lib/sunspot/rails/server.rb
|
119
|
+
- lib/sunspot/rails/solr_instrumentation.rb
|
120
|
+
- lib/sunspot/rails/solr_logging.rb
|
121
|
+
- lib/sunspot/rails/spec_helper.rb
|
122
|
+
- lib/sunspot/rails/stub_session_proxy.rb
|
123
|
+
- lib/sunspot/rails/tasks.rb
|
124
|
+
- lib/sunspot_rails.rb
|
125
|
+
- spec/configuration_spec.rb
|
126
|
+
- spec/model_lifecycle_spec.rb
|
127
|
+
- spec/model_spec.rb
|
128
|
+
- spec/rails_template/app/controllers/application_controller.rb
|
129
|
+
- spec/rails_template/app/controllers/posts_controller.rb
|
130
|
+
- spec/rails_template/app/models/author.rb
|
131
|
+
- spec/rails_template/app/models/blog.rb
|
132
|
+
- spec/rails_template/app/models/location.rb
|
133
|
+
- spec/rails_template/app/models/photo_post.rb
|
134
|
+
- spec/rails_template/app/models/post.rb
|
135
|
+
- spec/rails_template/app/models/post_with_auto.rb
|
136
|
+
- spec/rails_template/app/models/post_with_default_scope.rb
|
137
|
+
- spec/rails_template/config/boot.rb
|
138
|
+
- spec/rails_template/config/preinitializer.rb
|
139
|
+
- spec/rails_template/config/routes.rb
|
140
|
+
- spec/rails_template/config/sunspot.yml
|
141
|
+
- spec/rails_template/db/schema.rb
|
142
|
+
- spec/request_lifecycle_spec.rb
|
143
|
+
- spec/schema.rb
|
144
|
+
- spec/searchable_spec.rb
|
145
|
+
- spec/server_spec.rb
|
146
|
+
- spec/session_spec.rb
|
147
|
+
- spec/shared_examples/indexed_after_save.rb
|
148
|
+
- spec/shared_examples/not_indexed_after_save.rb
|
149
|
+
- spec/spec_helper.rb
|
150
|
+
- spec/stub_session_proxy_spec.rb
|
151
|
+
- sunspot_rails.gemspec
|
152
|
+
- tmp/.gitkeep
|
382
153
|
homepage: http://github.com/outoftime/sunspot/tree/master/sunspot_rails
|
383
154
|
licenses: []
|
384
155
|
post_install_message:
|
@@ -408,4 +179,30 @@ rubygems_version: 1.8.15
|
|
408
179
|
signing_key:
|
409
180
|
specification_version: 3
|
410
181
|
summary: Rails integration for the Sunspot Solr search library
|
411
|
-
test_files:
|
182
|
+
test_files:
|
183
|
+
- spec/configuration_spec.rb
|
184
|
+
- spec/model_lifecycle_spec.rb
|
185
|
+
- spec/model_spec.rb
|
186
|
+
- spec/rails_template/app/controllers/application_controller.rb
|
187
|
+
- spec/rails_template/app/controllers/posts_controller.rb
|
188
|
+
- spec/rails_template/app/models/author.rb
|
189
|
+
- spec/rails_template/app/models/blog.rb
|
190
|
+
- spec/rails_template/app/models/location.rb
|
191
|
+
- spec/rails_template/app/models/photo_post.rb
|
192
|
+
- spec/rails_template/app/models/post.rb
|
193
|
+
- spec/rails_template/app/models/post_with_auto.rb
|
194
|
+
- spec/rails_template/app/models/post_with_default_scope.rb
|
195
|
+
- spec/rails_template/config/boot.rb
|
196
|
+
- spec/rails_template/config/preinitializer.rb
|
197
|
+
- spec/rails_template/config/routes.rb
|
198
|
+
- spec/rails_template/config/sunspot.yml
|
199
|
+
- spec/rails_template/db/schema.rb
|
200
|
+
- spec/request_lifecycle_spec.rb
|
201
|
+
- spec/schema.rb
|
202
|
+
- spec/searchable_spec.rb
|
203
|
+
- spec/server_spec.rb
|
204
|
+
- spec/session_spec.rb
|
205
|
+
- spec/shared_examples/indexed_after_save.rb
|
206
|
+
- spec/shared_examples/not_indexed_after_save.rb
|
207
|
+
- spec/spec_helper.rb
|
208
|
+
- spec/stub_session_proxy_spec.rb
|