<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lang.ruby.rails.engines.devel">
    <title>gmane.comp.lang.ruby.rails.engines.devel</title>
    <link>http://blog.gmane.org/gmane.comp.lang.ruby.rails.engines.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/579"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/578"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/575"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/574"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/569"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/568"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/579">
    <title>RoR with Reia</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/579</link>
    <description>&lt;pre&gt;Hello,
would be possible to run RoR with Reia (
http://en.wikipedia.org/wiki/Reia_(programming_language) )?
&lt;/pre&gt;</description>
    <dc:creator>flash</dc:creator>
    <dc:date>2011-05-25T21:15:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/578">
    <title>Engines as Gems</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/578</link>
    <description>&lt;pre&gt;_______________________________________________
Engine-Developers mailing list
Engine-Developers-ETbvJ2rUIr5Yl5lBQYSteqFQy8kfjZ21&amp;lt; at &amp;gt;public.gmane.org
http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
&lt;/pre&gt;</description>
    <dc:creator>Ray Boutotte</dc:creator>
    <dc:date>2010-03-29T21:38:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/575">
    <title>The state of Rails 2.3 / Engines migrations</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/575</link>
    <description>&lt;pre&gt;Hey everyone,

I've been out of the loop for a minute regarding engines, but I'm
looking to update Substruct to Engines 2.3/Rails 2.3 if possible.

My last investigation stopped when running into the migrations issue.
I'm wondering if there is a recommended way to handle engine
migrations / legacy migrations (001_my_migration.rb) with 2.3. The
official site mentions some "things being in the works" but I didn't
really see anything past that.

Any advice or a link to a blog post would be cool. Thanks much.

--------------------
http://subimage.com
http://twitter.com/subimage
&lt;/pre&gt;</description>
    <dc:creator>seth b</dc:creator>
    <dc:date>2010-02-09T21:43:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/574">
    <title>ApplicationHelper in engine?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/574</link>
    <description>&lt;pre&gt;So if I understand things right, my Engine plug-in can have a helper in 
it. And my app can provide a helper by the same name, and the two 
helpers will be merged together, any conflicting method names my app's 
helper with the same name will take precedence.

Is there a reason this wouldn't work for an ApplicationHelper in 
application_helper.rb ?

My engine provides an ApplicationHelper. That works fine as long as the 
app using it has no ApplicationHelper. But if the containing app does 
have an ApplicationHelper, they are NOT merged together, but instead 
only the containing app's ApplicationHelper is used, everything in the 
Engine's ApplicationHelper is lost and unavailable.

Can anyone shed some light on this?

Jonathan
&lt;/pre&gt;</description>
    <dc:creator>Jonathan Rochkind</dc:creator>
    <dc:date>2009-09-14T16:22:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/569">
    <title>using a generator to handle migrations</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/569</link>
    <description>&lt;pre&gt;_______________________________________________
Engine-Developers mailing list
Engine-Developers-ETbvJ2rUIr5Yl5lBQYSteqFQy8kfjZ21&amp;lt; at &amp;gt;public.gmane.org
http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
&lt;/pre&gt;</description>
    <dc:creator>Andrew Roth</dc:creator>
    <dc:date>2009-09-07T14:04:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/568">
    <title>relative_url_root in Engines::RailsExtensions::AssetHelpers.plugin_asset_path</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.devel/568</link>
    <description>&lt;pre&gt;Hi,

I have a rails app (redmine) running within a sub-uri via the following
directive in environment.rb:

ActionController::AbstractRequest.relative_url_root = "/redmine" 

Unfortunately, URLs generated for plugin assets by Engines do not honor
this directive. I don't know Rails, but it seems like an easy fix if you
know how to get at the request object from within Engines. I was
thinking of something along these lines:

===================================================================
--- vendor/plugins/engines/lib/engines/rails_extensions/asset_helpers.rb
(revision 2796)
+++ vendor/plugins/engines/lib/engines/rails_extensions/asset_helpers.rb
(working copy)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -109,5 +109,5 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   # Returns the publicly-addressable relative URI for the given asset,
type and plugin
   def self.plugin_asset_path(plugin_name, type, asset)
     raise "No plugin called '#{plugin_name}' - please use the full name
of a loaded plugin." if Engines.plugins[plugin_name].nil?
-
"/#{Engines.plugins[plugin_name].public_asset_directory}/#{type}/#{asset}"
+
"#{&amp;lt; at &amp;gt;controller.request.relative_url_root}/#{Engines.plugins[plugin_name].public_asset_directory}/#{type}/#{asset}"
   end

Can someone point me in the right direction?

Thanks,

John
&lt;/pre&gt;</description>
    <dc:creator>John Koleszar</dc:creator>
    <dc:date>2009-08-11T15:09:03</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.rails.engines.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.rails.engines.devel</link>
  </textinput>
</rdf:RDF>

