Sha256: 2e857b113c39618f85b95cbcf30206dce31d112815021fa39d6f210d8c905c4f
Contents?: true
Size: 1.5 KB
Versions: 29
Compression:
Stored size: 1.5 KB
Contents
- require 'chronic' - self.content_for(:html, :page) do / #{__FILE__} %div{'data-role' => 'header'} = @back_button.render(:html) %h1 Information %div{'data-role' => 'content'} %ul{'data-role' => 'listview'} %li %span Version %span.ui-li-aside %code = "RubyApp #{RubyApp::VERSION}" %li %span Memory Usage %span.ui-li-aside %code - memory = `ps -o rss= -p #{$$}`.to_i = "#{memory} bytes" %li %span Server Time %span.ui-li-aside %code = RubyApp::Language.locale.strftime(Time.now, RubyApp::Application.configuration.format.date.long) %li %span Client Time %span.ui-li-aside %code = RubyApp::Language.locale.strftime(@now, RubyApp::Application.configuration.format.date.long) %li %span Configuration %span.ui-li-aside %code = ENV['RUBY_APP_CONFIGURATION'] || 'default' %li = @scripts_link.render(:html) do |element| - element.content_for(:html, :link) do %span Scripts %span.ui-li-count = RubyApp::Session.get_scripts.length %li = @sessions_link.render(:html) do |element| - element.content_for(:html, :link) do %span Sessions %span.ui-li-count = RubyApp::Session.sessions.length
Version data entries
29 entries across 29 versions & 1 rubygems