Sha256: 8b82f51cf76dd46f8e4dab3456ad632a7bb5754fd0d1090c9e25e8d371688268
Contents?: true
Size: 1.07 KB
Versions: 4
Compression:
Stored size: 1.07 KB
Contents
# 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: * [PostsController](https://github.com/RStankov/SearchObject/blob/master/example/app/controllers/posts_controller.rb) * [PostSearch](https://github.com/RStankov/SearchObject/blob/master/example/app/models/post_search.rb) * [posts/index.html.slim](https://github.com/RStankov/SearchObject/blob/master/example/app/views/posts/index.html.slim) * [PostSearch spec](https://github.com/RStankov/SearchObject/blob/master/example/spec/models/post_search_spec.rb) ## Installation ``` gem install bundler bundle install rails db:create rails db:migrate rails db:seed rails server ``` From there just visit: [localhost:3000/](http://localhost:3000/) ## Screenshot 
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
search_object-1.2.5 | example/README.md |
search_object-1.2.4 | example/README.md |
search_object-1.2.3 | example/README.md |
search_object-1.2.2 | example/README.md |