aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-03-25 23:39:32 -0700
committerAndre Arko <andre@arko.net>2010-03-25 23:39:32 -0700
commit14a88c4bcba72c6506f28ac2a1c8b22eb7573b1b (patch)
tree8a17ce7b7be25877c8f66fda95e7efce7781a66d /README.md
parentd23e4996d606157f15b94f2e536fd04f61cde16f (diff)
downloadbundler-14a88c4bcba72c6506f28ac2a1c8b22eb7573b1b.tar.gz
Update changelog and link from readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 813dc364..5225f540 100644
--- a/README.md
+++ b/README.md
@@ -274,6 +274,12 @@ Bundler 0.9 changes the following Bundler 0.8 Gemfile APIs:
## More information
+### Development
+
+For information about future plans and changes that will happen between now and bundler 1.0, see the [ROADMAP](http://github.com/carlhuda/bundler/blob/master/ROADMAP.md). To see what has changed in each version of bundler, starting with 0.9.5, see the [CHANGELOG](http://github.com/carlhuda/bundler/blob/master/CHANGELOG.md).
+
+### Usage
+
Explanations of common Bundler use cases can be found in [Using Bundler in Real Life](http://yehudakatz.com/2010/02/09/using-bundler-in-real-life/). The general philosophy behind Bundler 0.9 is explained at some length in [Bundler 0.9: Heading Toward 1.0](http://yehudakatz.com/2010/02/01/bundler-0-9-heading-toward-1-0/). Using Bundler with a Rails 2.3.5 app is explained with more detail in [Bundler 0.9 and Rails 2.3.5](http://andre.arko.net/2010/02/13/using-bundler-09-with-rails-235/).
### Deploying to memory-constrained servers