Skip to content

sitepoint-editors/trigram-search-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trigram-search-rails

Demo app used in Trigram search tutorial.

Getting started:-

  1. Clone the repo git clone https://github.com/avinoth/trigram-search-rails
  2. cd into the folder
  3. Run bundle install
  4. Run rake db:create && rake db:migrate
  5. Run rake db:seed if you want to use sampple data
  6. Start the server rails s

There is only one endpoint which is the root.

About

Autocorrection in Rails with postgresql and trigram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 76.0%
  • HTML 18.0%
  • CSS 3.0%
  • JavaScript 2.3%
  • CoffeeScript 0.7%