Skip to content

dripster82/JRank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JRank

JRank.org search engine plugin

Install

JRank.org

Go to Jrank.org and create an account and setup your site. Making note of the sites apikey.

Rails 3

You can let bundler install JRank by adding this line to your application’s Gemfile:

gem 'jrank'

And then execute:

bundle install

Or install it yourself as:

gem install jrank

Then run jrank install

rails g jrank:install

Usage

Edit the file config/jrank.yml:

development:
  jrank_apikey: apikey_here

test:
  ...

production:
  ...

About

Rails gem that allows easy use of the JRank.org search engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages