Rails Ajax搜索[关闭]

                <div class="grid--cell fl1 lh-lg">
                    <div class="grid--cell fl1 lh-lg">
                        It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and   cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened,   <a href="/help/reopen-questions">visit the help center</a>.

                    </div>
                </div>
            </div>
            <div class="grid--cell mb0 mt8">Closed <span title="2012-12-17 08:07:38Z" class="relativetime">7 years ago</span>.</div>
        </div>
    </aside>

I've been looking for a ajax search gem for Rails but haven't had any luck.

Has anybody done simple ajax search in Rails and or used a gem?

</div>

Not sure why you need gem for this, but here is good place to search gems: https://www.ruby-toolbox.com/ Try to implement ajax search by yourself. It's easy in Rails =)