<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>init.rb</filename>
    </added>
    <added>
      <filename>spec/mock_app/app/controllers/application.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -14,6 +14,8 @@ provides the following features:
 * Provide rake tasks for starting and stopping the development Solr instance,
   using the configuration in sunspot.yml
 
+Sunspot::Rails has been tested with Rails versions 2.1, 2.2, and 2.3
+
 === Installation
 
 First, install the Sunspot and Sunspot::Rails gems:
@@ -22,9 +24,13 @@ First, install the Sunspot and Sunspot::Rails gems:
 
 In your project's &lt;code&gt;config/environment.rb&lt;/code&gt;, add the following gem dependencies:
 
-  config.gem 'outoftime-sunspot', :lib =&gt; 'sunspot'
   config.gem 'outoftime-sunspot_rails', :lib =&gt; 'sunspot/rails'
 
+If you are using an older version of Rails that doesn't support plugins-as-gems,
+use:
+
+  script/plugin install git://github.com/outoftime/sunspot_rails.git
+
 Create the file &lt;code&gt;config/sunspot.yml&lt;/code&gt; and set it up for your environments. Here is a sample:
 
   common: &amp;common</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
+config.gem 'outoftime-sunspot', :version =&gt; '&gt;= 0.7.2', :lib =&gt; 'sunspot'
 require 'sunspot'
 
 Sunspot.config.solr.url = URI::HTTP.build(:host =&gt; Sunspot::Rails.configuration.hostname,</diff>
      <filename>rails/init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 # Be sure to restart your server when you modify this file
 
 # Specifies gem version of Rails to use when vendor/rails is not present
-RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = ENV['RAILS_GEM_VERSION'] || '2.3.2' unless defined? RAILS_GEM_VERSION
 
 # Bootstrap the Rails environment, frameworks, and default configuration
 require File.join(File.dirname(__FILE__), 'boot')
@@ -38,4 +38,4 @@ Rails::Initializer.run do |config|
   # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
   # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')]
   # config.i18n.default_locale = :de
-end
\ No newline at end of file
+end</diff>
      <filename>spec/mock_app/config/environment.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,6 @@ config.whiny_nils = true
 # Show full error reports and disable caching
 config.action_controller.consider_all_requests_local = true
 config.action_controller.perform_caching             = false
-config.action_view.cache_template_loading            = true
 
 # Disable request forgery protection in test environment
 config.action_controller.allow_forgery_protection    = false
@@ -25,4 +24,4 @@ config.action_mailer.delivery_method = :test
 # Use SQL instead of Active Record's schema dumper when creating the test database.
 # This is necessary if your schema can't be completely dumped by the schema dumper,
 # like if you have constraints or database-specific column types
-# config.active_record.schema_format = :sql
\ No newline at end of file
+# config.active_record.schema_format = :sql</diff>
      <filename>spec/mock_app/config/environments/test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e4183fdf10fa51ebd6622d51c47c269cf09a5c67</id>
    </parent>
  </parents>
  <author>
    <name>Mat Brown</name>
    <email>mat@patch.com</email>
  </author>
  <url>http://github.com/outoftime/sunspot_rails/commit/0eaacc45f59a8199614f53c9ffb4d5fdce9089a7</url>
  <id>0eaacc45f59a8199614f53c9ffb4d5fdce9089a7</id>
  <committed-date>2009-05-05T15:52:42-07:00</committed-date>
  <authored-date>2009-05-05T15:51:20-07:00</authored-date>
  <message>Support for Rails 2.1, 2.2, 2.3</message>
  <tree>273a20ea6e663faf8b17fbdb1426fc5ea3d937b8</tree>
  <committer>
    <name>Mat Brown</name>
    <email>mat@patch.com</email>
  </committer>
</commit>
