Changeset 966
- Timestamp:
- 05/12/07 20:01:22 (2 years ago)
- Files:
-
- ruport-util/trunk/INSTALL (modified) (3 diffs)
- ruport-www/resources.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ruport-util/trunk/INSTALL
r912 r966 17 17 == Getting Ruport 18 18 19 To use ruport-util, you'll need Ruport >= 0.1 1.019 To use ruport-util, you'll need Ruport >= 0.12.0 20 20 21 The easiest way to install developmental Ruport is via RubyGems: 22 23 sudo gem install ruport --source http://gems.rubyreports.org 24 25 You can also find and check out the appropriate tag from: 26 27 http://stonecode.svnrepository.com/ruport/ruport/tags 28 29 Or build Ruport from trunk, if you want to live on the edge. 21 sudo gem install ruport -y 30 22 31 23 == Installing ruport-util … … 33 25 It's on RubyForge: 34 26 35 gem install ruport-util 27 gem install ruport-util -y 36 28 37 29 == Using … … 46 38 47 39 == Help? 48 49 http://list.rubyreports.org 40 41 Please report any problems on the Ruport mailing list: 42 http://list.rubyreports.org ruport-www/resources.html
r965 r966 39 39 <p><a href="http://api.rubyreports.org/">API Documentation</a></p> 40 40 41 <p>If you spot defects in the docs, or are having trouble understanding 42 them, please file bug reports.</p> 43 41 <p>rdoc for the latest version of the ruport gem. 42 If you spot defects in the docs, or are having trouble understanding them, 43 please file bug reports.</p> 44 45 <p><a href="http://stonecode.svnrepository.com/ruport/trac.cgi/wiki/ActsAsReportable"> 46 Ruport+Rails (acts_as_reportable)</p> 47 48 49 44 50 <h3>Community</h3> 45 51
