Sha256: ef5cad8aa3758c744b1284c71b9c5c99f98250bb82cb938795c3d34870c34ccb

Contents?: true

Size: 614 Bytes

Versions: 7

Compression:

Stored size: 614 Bytes

Contents

.card
  .card-header
    Request
    = @request.url
    = " - "
    = @request.ip
    at
    = @request.created_at
  .card-body


    %table.table.border.border-secondary.border-top-0
      %thead.bg-secondary.text-white
        %th Object class
        %th Location
        %th Memsize
        %th Actions

      %tbody
        - @request.objects.each do |object|
          %tr
            %td= object.class_name
            %td= "#{object.source_file}:#{object.source_line}"
            %td= object.memsize
            %td
    =# will_paginate @requests, renderer: WillPaginate::ActionView::BootstrapLinkRenderer

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
better_rails_debugger-0.2.1 app/views/better_rails_debugger/memory/show.html.haml
better_rails_debugger-0.2.0 app/views/better_rails_debugger/memory/show.html.haml
better_rails_debugger-0.1.1 app/views/better_rails_debugger/memory/show.html.haml
better_rails_debugger-0.0.4 app/views/better_rails_debugger/memory/show.html.haml
better_rails_debugger-0.0.3 app/views/better_rails_debugger/memory/show.html.haml
better_rails_debugger-0.0.2 app/views/better_rails_debugger/memory/show.html.haml
better_rails_debugger-0.0.1 app/views/better_rails_debugger/memory/show.html.haml