drab v0.10.5 DrabTestApp.Router.Helpers View Source

Module with named helpers generated from DrabTestApp.Router.

Link to this section Summary

Functions

Generates the path information including any necessary prefix

Generates path to a static asset given its file path

Generates url to a static asset given its file path

Generates the connection/endpoint base URL without any path information

Link to this section Functions

Link to this function advanced_path(conn_or_endpoint, action) View Source
Link to this function advanced_path(conn_or_endpoint, action, params) View Source
Link to this function advanced_url(conn_or_endpoint, action) View Source
Link to this function advanced_url(conn_or_endpoint, action, params) View Source
Link to this function broadcast1_path(conn_or_endpoint, action) View Source
Link to this function broadcast1_path(conn_or_endpoint, action, params) View Source
Link to this function broadcast1_url(conn_or_endpoint, action) View Source
Link to this function broadcast1_url(conn_or_endpoint, action, params) View Source
Link to this function broadcast2_path(conn_or_endpoint, action) View Source
Link to this function broadcast2_path(conn_or_endpoint, action, params) View Source
Link to this function broadcast2_url(conn_or_endpoint, action) View Source
Link to this function broadcast2_url(conn_or_endpoint, action, params) View Source
Link to this function broadcast3_path(conn_or_endpoint, action) View Source
Link to this function broadcast3_path(conn_or_endpoint, action, params) View Source
Link to this function broadcast3_url(conn_or_endpoint, action) View Source
Link to this function broadcast3_url(conn_or_endpoint, action, params) View Source
Link to this function broadcast4_path(conn_or_endpoint, action) View Source
Link to this function broadcast4_path(conn_or_endpoint, action, params) View Source
Link to this function broadcast4_url(conn_or_endpoint, action) View Source
Link to this function broadcast4_url(conn_or_endpoint, action, params) View Source
Link to this function broadcast5_path(conn_or_endpoint, action) View Source
Link to this function broadcast5_path(conn_or_endpoint, action, params) View Source
Link to this function broadcast5_url(conn_or_endpoint, action) View Source
Link to this function broadcast5_url(conn_or_endpoint, action, params) View Source
Link to this function broadcasting_path(conn_or_endpoint, action) View Source
Link to this function broadcasting_path(conn_or_endpoint, action, params) View Source
Link to this function broadcasting_url(conn_or_endpoint, action) View Source
Link to this function broadcasting_url(conn_or_endpoint, action, params) View Source
Link to this function browser_path(conn_or_endpoint, action) View Source
Link to this function browser_path(conn_or_endpoint, action, params) View Source
Link to this function browser_url(conn_or_endpoint, action) View Source
Link to this function browser_url(conn_or_endpoint, action, params) View Source
Link to this function core_path(conn_or_endpoint, action) View Source
Link to this function core_path(conn_or_endpoint, action, params) View Source
Link to this function core_url(conn_or_endpoint, action) View Source
Link to this function core_url(conn_or_endpoint, action, params) View Source
Link to this function different_url_path(conn_or_endpoint, action) View Source
Link to this function different_url_path(conn_or_endpoint, action, params) View Source
Link to this function different_url_url(conn_or_endpoint, action) View Source
Link to this function different_url_url(conn_or_endpoint, action, params) View Source
Link to this function element_path(conn_or_endpoint, action) View Source
Link to this function element_path(conn_or_endpoint, action, params) View Source
Link to this function element_url(conn_or_endpoint, action) View Source
Link to this function element_url(conn_or_endpoint, action, params) View Source
Link to this function form_for_path(conn_or_endpoint, action) View Source
Link to this function form_for_path(conn_or_endpoint, action, params) View Source
Link to this function form_for_url(conn_or_endpoint, action) View Source
Link to this function form_for_url(conn_or_endpoint, action, params) View Source
Link to this function form_path(conn_or_endpoint, action) View Source
Link to this function form_path(conn_or_endpoint, action, params) View Source
Link to this function form_url(conn_or_endpoint, action) View Source
Link to this function form_url(conn_or_endpoint, action, params) View Source
Link to this function index_path(conn_or_endpoint, action) View Source
Link to this function index_path(conn_or_endpoint, action, params) View Source
Link to this function index_url(conn_or_endpoint, action) View Source
Link to this function index_url(conn_or_endpoint, action, params) View Source
Link to this function live_path(conn_or_endpoint, action) View Source
Link to this function live_path(conn_or_endpoint, action, params) View Source
Link to this function live_query_path(conn_or_endpoint, action) View Source
Link to this function live_query_path(conn_or_endpoint, action, params) View Source
Link to this function live_query_url(conn_or_endpoint, action) View Source
Link to this function live_query_url(conn_or_endpoint, action, params) View Source
Link to this function live_url(conn_or_endpoint, action) View Source
Link to this function live_url(conn_or_endpoint, action, params) View Source
Link to this function mini_path(conn_or_endpoint, action) View Source
Link to this function mini_path(conn_or_endpoint, action, params) View Source
Link to this function mini_url(conn_or_endpoint, action) View Source
Link to this function mini_url(conn_or_endpoint, action, params) View Source
Link to this function naked_path(conn_or_endpoint, action) View Source
Link to this function naked_path(conn_or_endpoint, action, params) View Source
Link to this function naked_url(conn_or_endpoint, action) View Source
Link to this function naked_url(conn_or_endpoint, action, params) View Source
Link to this function nodrab_path(conn_or_endpoint, action) View Source
Link to this function nodrab_path(conn_or_endpoint, action, params) View Source
Link to this function nodrab_url(conn_or_endpoint, action) View Source
Link to this function nodrab_url(conn_or_endpoint, action, params) View Source
Link to this function partials_path(conn_or_endpoint, action) View Source
Link to this function partials_path(conn_or_endpoint, action, params) View Source
Link to this function partials_url(conn_or_endpoint, action) View Source
Link to this function partials_url(conn_or_endpoint, action, params) View Source

Generates the path information including any necessary prefix.

Link to this function query_path(conn_or_endpoint, action) View Source
Link to this function query_path(conn_or_endpoint, action, params) View Source
Link to this function query_url(conn_or_endpoint, action) View Source
Link to this function query_url(conn_or_endpoint, action, params) View Source
Link to this function share_path(conn_or_endpoint, action) View Source
Link to this function share_path(conn_or_endpoint, action, params) View Source
Link to this function share_url(conn_or_endpoint, action) View Source
Link to this function share_url(conn_or_endpoint, action, params) View Source

Generates path to a static asset given its file path.

Generates url to a static asset given its file path.

Link to this function table_path(conn_or_endpoint, action) View Source
Link to this function table_path(conn_or_endpoint, action, params) View Source
Link to this function table_url(conn_or_endpoint, action) View Source
Link to this function table_url(conn_or_endpoint, action, params) View Source

Generates the connection/endpoint base URL without any path information.

Link to this function waiter_path(conn_or_endpoint, action) View Source
Link to this function waiter_path(conn_or_endpoint, action, params) View Source
Link to this function waiter_url(conn_or_endpoint, action) View Source
Link to this function waiter_url(conn_or_endpoint, action, params) View Source