Table of Contents - BootstrapMan-0.1.7 Documentation
Pages
- USAGE
- application.js
- application.scss
- bootstrap_forms.scss
- USAGE
- edit.html.haml
- edit.html.slim
- index.html.haml
- index.html.slim
- new.html.haml
- new.html.slim
-
show.html.haml
- link_to t('.back', :default => t(“helpers.links.back”)), <%= controller_routing_path %>_path, :class => 'btn btn-default'
- link_to t('.edit', :default => t(“helpers.links.edit”)), edit_<%= singular_controller_routing_path %>_path(@<%= resource_name %>), :class => 'btn btn-default'
- link_to t('.destroy', :default => t(“helpers.links.destroy”)), <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :method => “delete”, :data => { :confirm => t('.confirm', :default => t(“helpers.links.confirm”, :default => 'Are you sure?')) }, :class => 'btn btn-danger'
-
show.html.slim
- link_to t('.back', :default => t(“helpers.links.back”)), <%= controller_routing_path %>_path, :class => 'btn btn-default'
- link_to t('.edit', :default => t(“helpers.links.edit”)), edit_<%= singular_controller_routing_path %>_path(@<%= resource_name %>), :class => 'btn btn-default'
- link_to t('.destroy', :default => t(“helpers.links.destroy”)), <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :method => “delete”, :data => { :confirm => t('.confirm', :default => t(“helpers.links.confirm”, :default => 'Are you sure?')) }, :class => 'btn btn-danger'
Classes and Modules
- ApplicationHelper
- Bootstrap
- Bootstrap::Generators
- Bootstrap::Generators::InstallGenerator
- Bootstrap::Generators::StrapifyGenerator
- BootstrapMan
Methods
- ::new — Bootstrap::Generators::StrapifyGenerator
- #bootstrap_class_for — ApplicationHelper
- #columns — Bootstrap::Generators::StrapifyGenerator
- #controller_routing_path — Bootstrap::Generators::StrapifyGenerator
- #copy_views — Bootstrap::Generators::StrapifyGenerator
- #excluded? — Bootstrap::Generators::StrapifyGenerator
- #excluded_columns — Bootstrap::Generators::StrapifyGenerator
- #excluded_columns_names — Bootstrap::Generators::StrapifyGenerator
- #excluded_columns_pattern — Bootstrap::Generators::StrapifyGenerator
- #ext — Bootstrap::Generators::StrapifyGenerator
- #extract_modules — Bootstrap::Generators::StrapifyGenerator
- #generate_erb — Bootstrap::Generators::StrapifyGenerator
- #generate_views — Bootstrap::Generators::StrapifyGenerator
- #initialize_views_variables — Bootstrap::Generators::StrapifyGenerator
- #model_name — Bootstrap::Generators::StrapifyGenerator
- #new_attribute — Bootstrap::Generators::StrapifyGenerator
- #plural_model_name — Bootstrap::Generators::StrapifyGenerator
- #plural_resource_name — Bootstrap::Generators::StrapifyGenerator
- #rescue_block — Bootstrap::Generators::StrapifyGenerator
- #resource_name — Bootstrap::Generators::StrapifyGenerator
- #resource_name_with_prefix — Bootstrap::Generators::StrapifyGenerator
- #retrieve_columns — Bootstrap::Generators::StrapifyGenerator
- #selected_views — Bootstrap::Generators::StrapifyGenerator
- #setup — Bootstrap::Generators::InstallGenerator
- #singular_controller_routing_path — Bootstrap::Generators::StrapifyGenerator