Commit 71559296137f1332de416c92c6e886f2e221931d
1 parent
53f623e8
Exists in
master
and in
29 other branches
ActionItem509: added doc for dependencie on will_paginate active record plugin
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2140 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
doc/README_FOR_APP
@@ -19,10 +19,11 @@ You need to have a Subversion client (svn) installed, as well as: | @@ -19,10 +19,11 @@ You need to have a Subversion client (svn) installed, as well as: | ||
19 | * RMagick: http://rmagick.rubyforge.org/ | 19 | * RMagick: http://rmagick.rubyforge.org/ |
20 | * RedCloth: http://whytheluckystiff.net/ruby/redcloth/ | 20 | * RedCloth: http://whytheluckystiff.net/ruby/redcloth/ |
21 | * Ruby Locale: http://rubyforge.org/projects/locale/ | 21 | * Ruby Locale: http://rubyforge.org/projects/locale/ |
22 | +* will_paginate: http://github.com/mislav/will_paginate/wikis | ||
22 | 23 | ||
23 | There are Debian packages available for all of them but ferret. Try: | 24 | There are Debian packages available for all of them but ferret. Try: |
24 | 25 | ||
25 | - # aptitude install subversion ruby rake libgettext-ruby libmocha-ruby libsqlite3-ruby rcov librmagick-ruby libredcloth-ruby liblocale-ruby | 26 | + # aptitude install subversion ruby rake libgettext-ruby libmocha-ruby libsqlite3-ruby rcov librmagick-ruby libredcloth-ruby liblocale-ruby libwill-paginate-ruby |
26 | 27 | ||
27 | Ferret shall enter Debian soon (as <tt>libferret-ruby</tt>). until there you have two options: | 28 | Ferret shall enter Debian soon (as <tt>libferret-ruby</tt>). until there you have two options: |
28 | 29 |