From: <jh...@us...> - 2009-02-06 17:41:12
|
Revision: 71 http://etch.svn.sourceforge.net/etch/?rev=71&view=rev Author: jheiss Date: 2009-02-06 17:41:09 +0000 (Fri, 06 Feb 2009) Log Message: ----------- Add a comment about the will_paginate config.gem entry Modified Paths: -------------- trunk/server/config/environment.rb Modified: trunk/server/config/environment.rb =================================================================== --- trunk/server/config/environment.rb 2009-02-06 17:40:11 UTC (rev 70) +++ trunk/server/config/environment.rb 2009-02-06 17:41:09 UTC (rev 71) @@ -25,6 +25,10 @@ # config.gem "bj" # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" # config.gem "aws-s3", :lib => "aws/s3" + # This is the syntax in the will_paginate docs, but seems to trigger + # an install of exactly 2.3.6. At this point I don't know of any + # specific version requirement we have, so I'm just letting it install + # the latest. #config.gem 'mislav-will_paginate', :version => '~> 2.3.6', :lib => 'will_paginate', :source => 'http://gems.github.com' config.gem 'mislav-will_paginate', :lib => 'will_paginate', :source => 'http://gems.github.com' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |