Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SearchObject Example Rails Application

This is example application showing, one of the possible usages of SearchObject. It showcases the following features:

  • Basic search object functionality
  • Default options
  • Using private method helpers in options
  • Plugins: model, sorting, will_paginate, enum

Interesting files:

Installation

gem install bundler
bundle install
rails db:create
rails db:migrate
rails db:seed

rails server

From there just visit: localhost:3000/

Screenshot

Screenshot