Skip to content

Commit

Permalink
Updated README with test_app
Browse files Browse the repository at this point in the history
  • Loading branch information
kostia committed Jan 11, 2016
1 parent 8c27d3b commit e3358af
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 28 deletions.
18 changes: 18 additions & 0 deletions README.md
Expand Up @@ -79,6 +79,24 @@ See https://github.com/plataformatec/simple_form
bundle exec rspec
```

Since this gem uses a lot of different frameworks, anything is possible. So despite the specs are
"green", please verify manually:

```bash
cd test_app
bundle
rails s
open http://localhost:3000/ # Assert everything looks & works good.
```

```bash
rm -rf tmp/cache
rm -rf public/assets
RAILS_ENV=production bundle exec rake assets:precompile
rails s -eproduction
open http://localhost:3000/ # Assert everything looks & works good.
```

## Versioning

[![Gem Version](https://badge.fury.io/rb/jquery-minicolors-rails.png)](http://badge.fury.io/rb/jquery-minicolors-rails)
Expand Down
28 changes: 0 additions & 28 deletions test_app/README.rdoc

This file was deleted.

0 comments on commit e3358af

Please sign in to comment.