Sha256: 87b5523c6d6a65b17b4ff0f67d8c7013e2ffeac2757a628a7f1ced0bb59f6930

Contents?: true

Size: 497 Bytes

Versions: 2

Compression:

Stored size: 497 Bytes

Contents

%h5.section-title.text-muted
  %i.bi.bi-lightbulb
  %strong ProTip:
  %span#all-tips
    %span.tip
      Use
      %code Rails.logger.info 'message...'
      to add a message into log file
    - if RailsExecution.configuration.file_upload
      %span.tip
        Call
        %code file('name')
        to read the file IO
:javascript
  var tipsCount = $('#all-tips span.tip').length;
  var displayIndex = Math.floor(Math.random() * tipsCount);
  $($('#all-tips span.tip')[displayIndex]).show();

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_execution-0.1.2 app/views/rails_execution/tasks/_tips.html.haml
rails_execution-0.1.1 app/views/rails_execution/tasks/_tips.html.haml