【发布时间】:2012-06-06 03:50:34
【问题描述】:
首先,我是 sphinx 搜索的忠实粉丝。感谢狮身人面像。
现在我的问题是,
我们已准备好使用 sphinx 搜索进行全文搜索的 rails 3.1 应用程序。
现在,我知道 Heroku 在 Rails 托管方面是最好的。它没有支持 对于 sphinxsearch,我听说了。
如果您知道使用 sphinx 搜索托管 rails 3.1 应用程序的正确位置,请 指导我。
我会提到我在我的 gem 中列出的我在 rails 3.1 应用程序中使用的其他东西 文件。
#############################################################
source ' http://rubygems.org '
gem 'rails', '3.1.1'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'mysql2'
gem 'execjs'
gem 'therubyracer'
gem 'thinking-sphinx', '2.0.10'
gem "gritter", "1.0.1"
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.1.4'
gem 'coffee-rails', '~> 3.1.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'will_paginate', '3.0.pre2'
gem 'jquery-rails'
gem 'client_side_validations'
gem "bcrypt-ruby", :require => "bcrypt"
#############################################################
非常感谢。
【问题讨论】:
-
也可以考虑试试内置的postgres全文搜索github.com/Casecommons/pg_search
标签: ruby-on-rails hosting sphinx