Skip to content

Commit

Permalink
don't recommend adding gems.github.com to gem sources anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 15, 2008
1 parent 3c4725a commit c88fdb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
== master branch

* Fix LinkRenderer#stringified_merge by removing "return" from iterator block
* Ensure that 'href' values in pagination links are escaped URLs

== 2.3.1, released 2008-05-04

* Fixed page numbers not showing with custom routes and implicit first page
Expand Down
6 changes: 1 addition & 5 deletions README.rdoc
Expand Up @@ -22,11 +22,7 @@ Some resources to get you started:

The recommended way is that you get the gem:

# add GitHub to your local list of gem sources:
gem sources -a http://gems.github.com/

# install the gem:
gem install mislav-will_paginate
gem install mislav-will_paginate --source http://gems.github.com/

After that you don't need the will_paginate <i>plugin</i> in your Rails
application anymore. Just add a simple require to the end of
Expand Down

0 comments on commit c88fdb8

Please sign in to comment.