Sha256: 3675fe12da49fa0ce2ccdd2dffe09a89241b4bf0fce15a405ad118d1e450946b

Contents?: true

Size: 1.75 KB

Versions: 19

Compression:

Stored size: 1.75 KB

Contents

.content-header
  %div(style="text-align:center")
    = image_tag "logo_jinda.png"
  %ol.breadcrumb 
    %li.fa.fa-dashboard
      Dashboard
.content
  %div.row::before 
    %div.col-lg-4.col-md-4.col-xs-12
      %div.small-box.bg-aqua
        %div.inner
          %b Current gems version found: 
          %ul
            %li Ruby Version #{RUBY_VERSION }
            %li Rails Version #{Rails.version }
            %li gem jinda #{Gem.loaded_specs['jinda'].version}
    %div.col-lg-4.col-md-4.col-xs-12
      %div.small-box.bg-green
        %div.inner
          %b Recently tested with:
          %ul  
            %li Rubygems 2.7.1
            %li Rails 6.1.0
    %div.col-lg-4.col-md-4.col-xs-12
      %div.small-box.bg-yellow
        %div.inner
          %b Create New Rails:
          %ul  
            %li rails new YOURAPP --skip-test-unit --skip-bundle --skip-active-record --skip-javascript --skip-turbolinks 
            %li (rails new YOURAPP -BOTJ)
    %div.col-lg-6.col-md-12.col-xs-12
      %div.small-box.bg-red
        %div.inner
          %b Installation
          %ul
            %li add gem 'jinda'  # to Gemfile then $ bundle
            %li rails generate jinda:install, then bundle
            %li rails generate jinda:config
            %li rails jinda:seed, will create initial user:password admin:secret
            %li when update app/jinda/index.mm, run rake jinda:update
    %div.col-lg-6.col-md-12.col-xs-12
      %div.small-box.bg-blue
        %div.inner
          %b Option: Themes available: Jinda_adminbsb, Jinda_adminlte
          %ul 
            %li To install gem 'jinda_adminlte' 
            %li Install 
            %li gem 'jinda_adminlte' 
            %li Then
            %li $ bundle 
            %li $ rails generate jinda_adminlte:install
  
  

Version data entries

19 entries across 16 versions & 2 rubygems

Version Path
jinda-0.8.0 test/dummy/app/views/jinda/index.html.haml
jinda-0.8.0 lib/generators/jinda/templates/app/views/jinda/index.html.haml
jinda-0.7.7.4 test/dummy/app/views/jinda/index.html.haml
jinda-0.7.7.4 lib/generators/jinda/templates/app/views/jinda/index.html.haml
jinda-0.7.7.3 test/dummy/app/views/jinda/index.html.haml
jinda-0.7.7.3 lib/generators/jinda/templates/app/views/jinda/index.html.haml
jinda-0.7.7.2 lib/generators/jinda/templates/app/views/jinda/index.html.haml
jinda-0.7.7.1 lib/generators/jinda/templates/app/views/jinda/index.html.haml
jinda_mind-1.0.0 lib/generators/jinda/templates/app/views/jinda/index.html.haml
jinda-0.7.7 app/views/jinda/index.html.haml
jinda-0.7.6 app/views/jinda/index.html.haml
jinda-0.7.5.5 app/views/jinda/index.html.haml
jinda-0.7.5.4 app/views/jinda/index.html.haml
jinda-0.7.5.3 app/views/jinda/index.html.haml
jinda-0.7.5.2 app/views/jinda/index.html.haml
jinda-0.7.5.0 app/views/jinda/index.html.haml
jinda-0.7.3 app/views/jinda/index.html.haml
jinda-0.7.2 app/views/jinda/index.html.haml
jinda-0.7.1 app/views/jinda/index.html.haml