https://github.com/refinery/refinerycms-acts-as-indexed
Refinery CMS ActsAsIndexed integration plugin
https://github.com/refinery/refinerycms-acts-as-indexed
Last synced: 10 months ago
JSON representation
Refinery CMS ActsAsIndexed integration plugin
- Host: GitHub
- URL: https://github.com/refinery/refinerycms-acts-as-indexed
- Owner: refinery
- License: mit
- Created: 2013-01-21T23:23:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T06:53:11.000Z (about 4 years ago)
- Last Synced: 2025-04-12T15:59:00.139Z (about 1 year ago)
- Language: Ruby
- Size: 50.8 KB
- Stars: 4
- Watchers: 7
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.md
Awesome Lists containing this project
README
# Refinery CMS Acts As Indexed
[](https://travis-ci.org/refinery/refinerycms-acts-as-indexed)
Refinery CMS Acts As Indexed is the [Acts As Indexed](https://github.com/dougal/acts_as_indexed) integration plugin for [Refinery CMS](http://refinerycms.com).
## Requirements
* Refinery CMS version 4.0.0 or above.
## Install
Open up your ``Gemfile`` and add at the bottom this line:
```ruby
gem 'refinerycms-acts-as-indexed', '~> 4.0.0'
```
Now run `bundle install`.
## Upgrade
When upgrading to a new version of `refinerycms-acts-as-indexed` it is recommended you delete the index directory and allow it to be rebuilt.
## Contribute
Please see the [contributing.md](contributing.md) file for instructions.
## More Information
* Check out our [Website](http://refinerycms.com/)
* [Help and documentation](https://github.com/refinery/refinerycms#help-and-documentation)