This is the 0.2 release of the rails implementation of Olio. There are two tarballs for this release: apache-olio-rails-0.2.tar.gz is the binary kit. apache-olio-rails-src-0.2.tar.gz is the source that corresponds to the binary kit. On Linux, use 'tar -xzf apache-olio-rails-0.2.tar.gz' to extract. On Solaris, use 'gzcat apache-olio-rails-0.2.tar.gz | /usr/sfw/bin/gtar -xvf -' The instructions for setting up Olio from the binary kit are contained in rails_setup_kit.html which is located in the top-level directory. You can also browse the document at https://svn.apache.org/repos/asf/incubator/olio/docs/rails_setup_kit.html The instructions for setting up Olio from the source kit are contained in rails_setup.html which is located in the 'docs' directory. This release is known to work on ruby 1.8.6, ruby 1.8.7 and a combination of rake 0.8.7/rails 2.3.3 or rake 0.8.4/rails 2.3.2. It may work on other versions/combinations as well. Issues fixed in this release ============================ OLIO-138: RailsService gives NPE if 'type' not specified OLIO-136: Timezone field in user/person table too small OLIO-129: "Average Images in Tag Search Results" statistic in summary report often fails OLIO-113: Remove old service entries from benchmark class OLIO-112: Update driver to use HttpClient3.0.1 APIs OLIO-90: Simulation of browser caches incorrect OLIO-87: Change static image/doc files OLIO-84: Upgrade driver code to use httpclient 3.0.1 OLIO-81: Cycle time distribution too small for Add* operations Known Issues ============= OLIO-122: Thumbnails generated by rails app are too big OLIO-110: tag/event queries need optimising OLIO-104: During test runs with caching enabled, occasionaly it was observed that "Average images on Tag Search Results" would be zero OLIO-102: Page caching of home (index) page causes driver operation failures due to contention on static file OLIO-85: Incorrect handling of friend cloud OLIO-76: Some times, the addition of an attendee fails resulting in the following message in the run log: Add attendee failed, possible race condition OLIO-40: This issue has not been fixed for rails. The filestore architecture is different from php and java apps