Skip to content

kiso-io/dresssed-ives-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

A simple Rails app with Dresssed-ives integration.

  1. cp config/env.sample.rb config/env.rb
  2. Edit config/env.rb to have YOUR dresssed license key (the last segment of the source URL)
  3. bundle install
  4. bin/rails db:migrate
  5. bin/rails s

You can see the dashboard at the root path.

Try /users to see scaffolding within the Side nav layout. To achieve this I just took the following snippet out of the application layout:

  <div class="page-header">
    <div class='container'>
      <div class="row row-same-height">
        <div class="col-md-12 col-sm-height col-middle">
          <h2 class='m0'><%= @title %></h2>
          <%= yield :description %>
        </div>
        <div class="col-md-2 col-sm-height col-middle">
          <%= yield :actions %>
        </div>
      </div>
    </div>
  </div><!-- /.page-header -->

You can then use content_for to inject a description text or anything like buttons into the action field.

About

A demo Ives integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published