Sha256: 100a59d89eba37197ee58469a46fffc91acd06339862850d37d5f175769e13be

Contents?: true

Size: 799 Bytes

Versions: 13

Compression:

Stored size: 799 Bytes

Contents

%html
  %head
  %body
    %h1 Welcome to Mirage

    %p
      Below are any responses you are currently hosting. Click the response itself to peek at it and click 'track' to view the last request that triggered it.
      %br
      %br
      Patterns and delays are shown for responses that have them.
      %br
      %br
      Responses with '*' at the end are default responses. I.e. they will be returned, where appropriate, for requests to a sub endpoint if a response is not found at that level.
      %br
      %br
      %strong Note:
      if requests or responses contain xml, you will need to view page source to see it properly.
      %br

      %h2 Responses
      - ::Mirage::MockResponse.all.each do |mock_response|
        #{haml :response, :locals => {:mock_response => mock_response}}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mirage-3.0.0.alpha.13 views/index.haml
mirage-3.0.0.alpha.12 views/index.haml
mirage-3.0.0.alpha.11 views/index.haml
mirage-3.0.0.alpha.10 views/index.haml
mirage-3.0.0.alpha.9 views/index.haml
mirage-3.0.0.alpha.8 views/index.haml
mirage-3.0.0.alpha.7 views/index.haml
mirage-3.0.0.alpha.6 views/index.haml
mirage-3.0.0.alpha.5 views/index.haml
mirage-3.0.0.alpha.4 views/index.haml
mirage-3.0.0.alpha.3 views/index.haml
mirage-3.0.0.alpha.2 views/index.haml
mirage-3.0.0.alpha.1 views/index.haml