README.md in pliny-0.4.0 vs README.md in pliny-0.5.0

- old
+ new

@@ -14,11 +14,11 @@ And gems/helpers to tie these together and support operations: - [CORS middleware](lib/pliny/middleware/cors.rb) to allow JS developers to consume your API - [Rollbar](https://www.rollbar.com/) for tracking exceptions -- [Log helper](test/log_test.rb) that logs in [data format](https://www.youtube.com/watch?v=rpmc-wHFUBs) [to stdout](https://adam.heroku.com/past/2011/4/1/logs_are_streams_not_files) +- [Log helper](spec/log_spec.rb) that logs in [data format](https://www.youtube.com/watch?v=rpmc-wHFUBs) [to stdout](https://adam.heroku.com/past/2011/4/1/logs_are_streams_not_files) - [Mediators](http://brandur.org/mediator) to help encapsulate more complex interactions - [Rspec](https://github.com/rspec/rspec) for lean and fast testing - [Puma](http://puma.io/) as the web server, [configured for optimal performance on Heroku](https://github.com/interagent/pliny-template/blob/master/config/puma.rb) - [Rack-test](https://github.com/brynary/rack-test) to test the API endpoints - [Request IDs](lib/pliny/middleware/request_id.rb) @@ -119,10 +119,9 @@ rake db:schema:load # Load the database schema rake db:schema:merge # Merges migrations into schema and removes them rake db:seed # Seed the database with data rake db:setup # Setup the database rake schema # Rebuild schema.json -rake test # Run tests ``` ### Commands And provides the following commands: