searchlogic 可以与 Rails 3 一起使用吗?
如果不是,我的替代方案是什么?
If not what are my alternatives?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如果不是,我的替代方案是什么?
If not what are my alternatives?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
Metawhere - http://metautonomo.us/projects/metawhere/
看起来是一个有前途的替代方案。
ps:通过 rubyflow.com 发现metawhere。
元搜索 (http://metautonomo.us /2010/03/07/metasearch-object-based-searching-for-rails-3/)
同一作者的作品实际上更接近 Searchlogic。
Metawhere - http://metautonomo.us/projects/metawhere/
looks like a promising alternative.
ps: discovered metawhere through rubyflow.com.
MetaSearch (http://metautonomo.us/2010/03/07/metasearch-object-based-searching-for-rails-3/)
by the same author is actually closer to Searchlogic.
请使用Railsdog的rd_searchlogic(3.0.0.rc4),它已修改为与Rails3完全兼容。您可以从 Spree 0.30 项目中提取此插件。
Please use Railsdog's rd_searchlogic (3.0.0.rc4), it's modified to be fully compatible with Rails3. You can extract this plugin from Spree 0.30 project.
scoped-搜索 - https://github.com/wvanbergen/scoped_search
scoped-search - https://github.com/wvanbergen/scoped_search
Searchlogic 执行 2 个功能;它提供了范围的扩展和表单对象。
最新、最佳 (IMO) 范围扩展(MetaWhere 的后继者):
http://erniemiller.org/projects/ squeel/
最新&最佳搜索表单对象(MetaSearch 的后继者):
https://github.com/ernie/ransack
编辑:
我目前正在评估它们的集成程度。我确实很喜欢让他们一起在 Searchlogic 中工作。
Searchlogic performs 2 functions; it provides both an extension to scopes, and a form object.
The most current, best (IMO) scope extension (successor to MetaWhere):
http://erniemiller.org/projects/squeel/
Most current & best search form object (successor to MetaSearch):
https://github.com/ernie/ransack
EDIT:
I'm currently assessing how well these integrate. I did enjoy having them together in Searchlogic.