【问题标题】:rails 3.1 sphinx search hosting *thinking sphinx*rails 3.1 sphinx search hosting *thinking sphinx*
【发布时间】: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"
#############################################################

非常感谢。

【问题讨论】:

标签: ruby-on-rails hosting sphinx


【解决方案1】:

实际上,Heroku 确实通过 Flying Sphinx 插件支持 Sphinx。否则,任何体面的 VPS 都应该适合您。尤其是Linode,口碑还不错。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2012-01-07
    • 1970-01-01
    • 2012-08-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多