Sha256: 71604d6811acb3137eb6e720463e01d8578a3086f170d9c0343653cd8d353a3c

Contents?: true

Size: 360 Bytes

Versions: 9

Compression:

Stored size: 360 Bytes

Contents

## TheComments Dummy App

### First step

```
git clone https://github.com/the-teacher/the_comments.git

cd the_comments/spec/dummy_app/

bundle
```

### App start

```
rake db:bootstrap_and_seed

rails s -p 3000 -b localhost
```

Browser

```
http://localhost:3000/
```

### Tests start

```
rake db:bootstrap RAILS_ENV=test

rspec --format documentation
```

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
fuck_comments-2.3.4 spec/dummy_app/README.md
the_comments_ruby-2.3.4 spec/dummy_app/README.md
the_comments_ruby-2.3.3 spec/dummy_app/README.md
the_comments-2.3.1 spec/dummy_app/README.md
the_comments-2.2.2 spec/dummy_app/README.md
the_comments-2.2.1 spec/dummy_app/README.md
the_comments-2.2.0 spec/dummy_app/README.md
the_comments-2.1.0 spec/dummy_app/README.md
the_comments-2.0.1 spec/dummy_app/README.md