Search
dryhard
v0.1.0
Pages
Modules
Settings
View Source
Dryhard
(dryhard v0.1.0)
Documentation for
Dryhard
.
Link to this section
Summary
Functions
base(config)
change(config, changeset_fn)
config(schema, repo, plural)
create(config, changeset_fn)
create(config, association_name, changeset_fn)
delete(config)
filter_by_many(config, assoc_name)
filter_by_one(config, assoc_name)
filter_by_one_or_many(config, assoc_name)
get(config)
get!(config)
get_by_attr(config, attr_name)
get_by_attr!(config, attr_name)
get_for(config, assoc_name)
get_for!(config, assoc_name)
join(config, join_assoc_name)
list(config)
new(config)
order_by(config, attr_name, direction)
paginate(config)
preload(config, preload_assoc_name)
update(config, changeset_fn)
Link to this section
Functions
Link to this macro
base(config)
View Source
(macro)
Link to this macro
change(config, changeset_fn)
View Source
(macro)
Link to this function
config(schema, repo, plural)
View Source
Link to this macro
create(config, changeset_fn)
View Source
(macro)
Link to this macro
create(config, association_name, changeset_fn)
View Source
(macro)
Link to this macro
delete(config)
View Source
(macro)
Link to this macro
filter_by_many(config, assoc_name)
View Source
(macro)
Link to this macro
filter_by_one(config, assoc_name)
View Source
(macro)
Link to this macro
filter_by_one_or_many(config, assoc_name)
View Source
(macro)
Link to this macro
get(config)
View Source
(macro)
Link to this macro
get!(config)
View Source
(macro)
Link to this macro
get_by_attr(config, attr_name)
View Source
(macro)
Link to this macro
get_by_attr!(config, attr_name)
View Source
(macro)
Link to this macro
get_for(config, assoc_name)
View Source
(macro)
Link to this macro
get_for!(config, assoc_name)
View Source
(macro)
Link to this macro
join(config, join_assoc_name)
View Source
(macro)
Link to this macro
list(config)
View Source
(macro)
Link to this macro
new(config)
View Source
(macro)
Link to this macro
order_by(config, attr_name, direction)
View Source
(macro)
Link to this macro
paginate(config)
View Source
(macro)
Link to this macro
preload(config, preload_assoc_name)
View Source
(macro)
Link to this macro
update(config, changeset_fn)
View Source
(macro)