Rumamge.Phoenix v1.0.0 API Reference
Modules
Rummage.Phoenix
is a support framework for Phoenix
that can be used to manipulate
Phoenix
collections and Ecto
models with Search, Sort and Paginate operations
Controller Module for Rummage.Phoenix. This builds rummage params and performs search action
PaginateController
a controller helper in Rummage.Phoenix
which stores
helpers for Paginate hook in Rummage
. This formats params before index
action into a format that is expected by the default Rummage.Ecto
’s paginate
hook: Rummage.Ecto.Paginate
View Helper for Pagination in Rummage for bootstrap views
This plug ensures that the rummage
params are properly set before
index
action of the controller. If they are not, then it formats them
accordingly
SearchController
a controller helper in Rummage.Phoenix
which stores
helpers for Search hook in Rummage
. This formats params before index
action into a format that is expected by the default Rummage.Ecto
’s search
hook: Rummage.Ecto.Search
Search View Module for Rummage. This has view helpers that can generate rummagable links and forms
SortController
a controller helper in Rummage.Phoenix
which stores
helpers for Sort hook in Rummage
. This formats params before index
action into a format that is expected by the default Rummage.Ecto
’s sort
hook: Rummage.Ecto.Sort
Sort View Module for Rummage. This has view helpers that can generate rummagable links and forms
View Module for Rummage. This has view helpers that can generate rummagable links and forms