README.rdoc in manageable-0.1.0 vs README.rdoc in manageable-0.1.1
- old
+ new
@@ -1,13 +1,26 @@
-TODO
\ No newline at end of file
+= Manageable {<img src="https://secure.travis-ci.org/fabiokr/manageable.png?branch=master" alt="Build Status" />}[http://travis-ci.org/fabiokr/manageable]
+
+TODO
+
+* Write README
+* Write examples
+* write about the pagination file
+* write about lib/manageable/models/acts_as_article
+* write about lib/manageable/spec/models/articles | requires factory girl and rspec and shoulda-matchers
+* write about the db migration that generates a base article to be used with lib/manageable/models/acts_as_article
+ rake manageable_engine:install:migrations
+* write about
+ Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
+ config.assets.precompile += %w( manageable/index.css manageable/index.js )