Table of Contents - bootstrap_plus-0.1.0 Documentation
Pages
- application.css
- application.js
- bootstrap.coffee
- bootstrap.js
- bootstrap_and_overrides.css
- _form.html.haml
- _form.html.slim
- 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'
- _form.html.haml
- _form.html.slim
- bootstrap_plus_tasks.rake
Classes and Modules
- BootstrapPlus
- BootstrapPlus::Engine
- BootstrapPlus::Generators
- BootstrapPlus::Generators::InstallGenerator
- BootstrapPlus::Generators::LayoutGenerator
- BootstrapPlus::Generators::ResourceViewGenerator
Methods
- ::new — BootstrapPlus::Generators::ResourceViewGenerator
- #add_assets — BootstrapPlus::Generators::InstallGenerator
- #add_bootstrap — BootstrapPlus::Generators::InstallGenerator
- #add_locale — BootstrapPlus::Generators::InstallGenerator
- #cleanup_legacy — BootstrapPlus::Generators::InstallGenerator
- #columns — BootstrapPlus::Generators::ResourceViewGenerator
- #controller_routing_path — BootstrapPlus::Generators::ResourceViewGenerator
- #copy_views — BootstrapPlus::Generators::ResourceViewGenerator
- #excluded? — BootstrapPlus::Generators::ResourceViewGenerator
- #excluded_columns — BootstrapPlus::Generators::ResourceViewGenerator
- #excluded_columns_names — BootstrapPlus::Generators::ResourceViewGenerator
- #excluded_columns_pattern — BootstrapPlus::Generators::ResourceViewGenerator
- #ext — BootstrapPlus::Generators::ResourceViewGenerator
- #extract_modules — BootstrapPlus::Generators::ResourceViewGenerator
- #form_builder — BootstrapPlus::Generators::ResourceViewGenerator
- #generate_erb — BootstrapPlus::Generators::ResourceViewGenerator
- #generate_layout — BootstrapPlus::Generators::LayoutGenerator
- #generate_views — BootstrapPlus::Generators::ResourceViewGenerator
- #initialize_views_variables — BootstrapPlus::Generators::ResourceViewGenerator
- #model_name — BootstrapPlus::Generators::ResourceViewGenerator
- #new_attribute — BootstrapPlus::Generators::ResourceViewGenerator
- #plural_model_name — BootstrapPlus::Generators::ResourceViewGenerator
- #plural_resource_name — BootstrapPlus::Generators::ResourceViewGenerator
- #rescue_block — BootstrapPlus::Generators::ResourceViewGenerator
- #resource_name — BootstrapPlus::Generators::ResourceViewGenerator
- #retrieve_columns — BootstrapPlus::Generators::ResourceViewGenerator
- #selected_views — BootstrapPlus::Generators::ResourceViewGenerator
- #singular_controller_routing_path — BootstrapPlus::Generators::ResourceViewGenerator
- #use_coffeescript? — BootstrapPlus::Generators::InstallGenerator
- #use_less? — BootstrapPlus::Generators::InstallGenerator