
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
governor_thinking_sphinx
Advanced tools
= governor_thinking_sphinx
Governor[http://carpeliam.github.com/governor/] (named after Rod Blagojevich) is the pluggable blogging platform for Rails, built for people who want to build their blog into their website, not build their website into their blog.
governor_thinking_sphinx is a plugin for Governor, allowing people to search within your blog.
== Dependencies
== Setting Up
First, install Governor[http://carpeliam.github.com/governor/]. Then, in your Gemfile, add the following:
gem 'governor_thinking_sphinx'
Once you've installed the gem into your app, you need to run the generator:
rails generate governor:add_thinking_sphinx [RESOURCE]
If you've only created one type of resource (which is typical), then you won't need any arguments. Otherwise, you'll need to specify which model you want to add searching to. This will create a migration to enable your article class to support delta indexing.
== Usage
The current version does not have a built-in view for searching. The best example is in the spec[https://github.com/carpeliam/governor_thinking_sphinx/blob/master/spec/rails_app/app/views/layouts/application.html.erb#L21].
== Contributing to governor_thinking_sphinx
== Copyright
Copyright (c) 2011 Liam Morley. See LICENSE.txt for further details.
FAQs
Unknown package
We found that governor_thinking_sphinx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.