README.rdoc in memcached-manager-0.2.0 vs README.rdoc in memcached-manager-0.2.1
- old
+ new
@@ -1,43 +1,30 @@
-= IN DEVELOPMENT, DON'T USE YET
-
== Memcached Manager
-A sinatra memcached-manager that allows you to view status, flush/view keys and so on. Also easily pluggable to a Rails app.
+A single-page sinatra memcached manager/admin that allows you to read stats, view, edit and create keys from memcached. Also easily pluggable to a Rails/Rack app.
{<img src="https://travis-ci.org/thiagofm/memcached-manager.png" />}[https://travis-ci.org/thiagofm/memcached-manager] {<img src="https://codeclimate.com/github/thiagofm/memcached-manager.png" />}[https://codeclimate.com/github/thiagofm/memcached-manager]
-== Installation
+== Installating & running
1. Install the gem.
gem install memcached-manager
-2. Run memcached-manager
+2. Run memcached-manager with your memcached up
memcached-manager
-== Plugging memcached manager to an existing Rails app.
+== Plugging memcached manager to an existing Rails app
Todo.
== Roadmap
* Develop frontend & artwork (in progress)
* Favicon
* Add memcached host & port configs hooked to the binary
-
-
-== Should be done in the future
-
* Update API/frontend in order to use http statuses for errors, creation and so on.
-
-== Running(for now...)
-
-Just run:
-
- bundle install
- rackup
== Running the test suite
First, make sure you have phantomjs installed if you want to run cukes tagged as @javascript(those who are in the features/webapp directory.