<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>UPGRADING.markdown</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -59,9 +59,13 @@ Getting CommunityEngine Running
         require 'desert'
 
 		Rails::Initializer.run do |config|
-		  #resource_hacks required here to ensure routes like /:login_slug work
 		  config.plugins = [:community_engine, :white_list, :all]
 		  config.plugin_paths += [&quot;#{RAILS_ROOT}/vendor/plugins/community_engine/plugins&quot;]
+		  
+          config.action_controller.session = {
+            :key    =&gt; '_your_app_session',
+            :secret =&gt; 'secret'
+          }
 
 		  ... Your stuff here ...
 		end
@@ -76,7 +80,7 @@ Getting CommunityEngine Running
 8. Modify your routes.rb as indicated below:
 
 		# Add this after any of your own existing routes, but before the default rails routes: 
-		map.from_plugin :community_engine
+		map.routes_from_plugin :community_engine
 		# Install the default routes as the lowest priority.
 		map.connect ':controller/:action/:id'
 		map.connect ':controller/:action/:id.:format'     </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,10 @@
+#some more hacks
+
+Desert::Rails::RouteSet.module_eval do
+  alias_method :from_plugin, :routes_from_plugin  
+end
+
+
 #hack the desert plugin to allow generating plugin migrations
 Desert::Plugin.class_eval do
   def latest_migration</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>23344c9b7e4478506e7e77d479e8b685f914a491</id>
    </parent>
  </parents>
  <author>
    <name>bborn</name>
    <email>bruno.bornsztein@gmail.com</email>
  </author>
  <url>http://github.com/bborn/communityengine/commit/80cd389ca1fd28ce9e429c28b8b5effe37175c82</url>
  <id>80cd389ca1fd28ce9e429c28b8b5effe37175c82</id>
  <committed-date>2009-04-19T00:29:51-07:00</committed-date>
  <authored-date>2009-04-19T00:29:51-07:00</authored-date>
  <message>docs</message>
  <tree>d5d743ceeaa9a31c5b392dcb8fe0ee9a9c4b309c</tree>
  <committer>
    <name>bborn</name>
    <email>bruno.bornsztein@gmail.com</email>
  </committer>
</commit>
