<?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.user">
    <title>gmane.comp.lang.ruby.rails.engines.user</title>
    <link>http://blog.gmane.org/gmane.comp.lang.ruby.rails.engines.user</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.user/1302"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1301"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1299"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1297"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1288"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1287"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1286"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1282"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1275"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1270"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1267"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1267"/>
      </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.user/1302">
    <title>Invitation to connect on LinkedIn</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1302</link>
    <description>&lt;pre&gt;LinkedIn
------------



   
I'd like to add you to my professional network on LinkedIn.

- manish

manish belsare
Student at Pune Institute of Computer Technology
Pune Area, India

Confirm that you know manish belsare
https://www.linkedin.com/e/iljyjj-gqt473ra-51/isd/3713597250/r_e3cqHa/


 
&lt;/pre&gt;</description>
    <dc:creator>manish belsare</dc:creator>
    <dc:date>2011-08-01T07:25:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1301">
    <title>Message from manishbelsare2003</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1301</link>
    <description>&lt;pre&gt;_______________________________________________
Engine-Users mailing list
Engine-Users-ETbvJ2rUIr5Yl5lBQYSteqFQy8kfjZ21&amp;lt; at &amp;gt;public.gmane.org
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
&lt;/pre&gt;</description>
    <dc:creator>manishbelsare2003-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-09-01T18:55:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1299">
    <title>Sonia Gandhi</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1299</link>
    <description>&lt;pre&gt;_______________________________________________
Engine-Users mailing list
Engine-Users-ETbvJ2rUIr5Yl5lBQYSteqFQy8kfjZ21&amp;lt; at &amp;gt;public.gmane.org
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
&lt;/pre&gt;</description>
    <dc:creator>manish belsare</dc:creator>
    <dc:date>2010-08-25T12:25:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1297">
    <title>Engine routes</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1297</link>
    <description>&lt;pre&gt;Hi all,

I have a small question regarding Rails 3 / engines en routes file.

At this point, I start my routes file with the following line:

Rails.application.routes.draw do |map|

But, since Rails 3 RC 1, I got deprecation warnings in my app saying
that Rails.application will become deprecated, using
ProjectName::Application instead, but also that you need to drop the
|map| parameter.


Now, that is in a project, but what about engines? Since engines are
small sub applications that can be used in multiple apps, you can't just
use Projectname::Application.

Any comments on this issue?
&lt;/pre&gt;</description>
    <dc:creator>Michael Rigart</dc:creator>
    <dc:date>2010-08-01T15:51:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1288">
    <title>application to import a csv file to database(help me)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1288</link>
    <description>&lt;pre&gt;_______________________________________________
Engine-Users mailing list
Engine-Users-ETbvJ2rUIr5Yl5lBQYSteqFQy8kfjZ21&amp;lt; at &amp;gt;public.gmane.org
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
&lt;/pre&gt;</description>
    <dc:creator>Mathew Augustine</dc:creator>
    <dc:date>2010-03-31T04:34:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1287">
    <title>acts_as_solr throwing an Exception</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1287</link>
    <description>&lt;pre&gt;Hi,

 when i start the rake task for solr

like
 rake solr:start
i got the following error:

 ** Invoke solr:start (first_time)
** Execute solr:start
Exception in thread "main" java.lang.NoClassDefFoundError:
copy/vendor/plugins/acts_as_solr/config//////////////solr/development
Caused by: java.lang.ClassNotFoundException:
copy.vendor.plugins.acts_as_solr.config..............solr.development
  at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
  at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
Could not find the main class:
copy/vendor/plugins/acts_as_solr/config/../../../..//solr/development.
Program will exit.


Can anybody tell me what was the problem and how to over come.
&lt;/pre&gt;</description>
    <dc:creator>Vamsi Krishna</dc:creator>
    <dc:date>2010-03-16T06:32:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1286">
    <title>stack level too deep,alias_method_chain and an alternative</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1286</link>
    <description>&lt;pre&gt;_______________________________________________
Engine-Users mailing list
Engine-Users-ETbvJ2rUIr5Yl5lBQYSteqFQy8kfjZ21&amp;lt; at &amp;gt;public.gmane.org
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
&lt;/pre&gt;</description>
    <dc:creator>Matt Mitchell</dc:creator>
    <dc:date>2010-03-08T17:49:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1282">
    <title>fixnum problem</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1282</link>
    <description>&lt;pre&gt;_______________________________________________
Engine-Users mailing list
Engine-Users-ETbvJ2rUIr5Yl5lBQYSteqFQy8kfjZ21&amp;lt; at &amp;gt;public.gmane.org
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
&lt;/pre&gt;</description>
    <dc:creator>manish belsare</dc:creator>
    <dc:date>2010-03-07T18:09:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1275">
    <title>convention for using initializers end environmentsin engine</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1275</link>
    <description>&lt;pre&gt;_______________________________________________
Engine-Users mailing list
Engine-Users-ETbvJ2rUIr5Yl5lBQYSteqFQy8kfjZ21&amp;lt; at &amp;gt;public.gmane.org
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
&lt;/pre&gt;</description>
    <dc:creator>venura.2.mendis-5Ybtn9MHkAA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2009-12-18T11:56:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1270">
    <title>migrations concensus?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1270</link>
    <description>&lt;pre&gt;It appears from
http://rails-engines.org/news/2009/02/02/engines-in-rails-2-3/

that migrations and copying public assets are no longer supported.

However, from

http://github.com/lazyatom/engines/blob/bc5cd970e048dfe5e0e8c06ccf4969bd0d1299be/tasks/engines.rake

it appears that migrations are still supported via a rake task (for non
time stamped migrations), and from

http://groups.google.com/group/rubyonrails-core/browse_thread/thread/fbc79b21b0ddc3ed/9d6fc87d110061d7?lnk=gst&amp;amp;q=engines#9d6fc87d110061d7

that it still copies in public assets.  Anyone have any insights on this
one?


Was there ever any concensus on these?
Thanks!
-r
&lt;/pre&gt;</description>
    <dc:creator>Roger Pack</dc:creator>
    <dc:date>2009-10-09T12:40:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1267">
    <title>Version of Engines that's compatible with rails2.2.2?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1267</link>
    <description>&lt;pre&gt;_______________________________________________
Engine-Users mailing list
Engine-Users-ETbvJ2rUIr5Yl5lBQYSteqFQy8kfjZ21&amp;lt; at &amp;gt;public.gmane.org
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
&lt;/pre&gt;</description>
    <dc:creator>Max Williams</dc:creator>
    <dc:date>2009-10-01T10:05:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1267">
    <title>Version of Engines that's compatible with rails2.2.2?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.rails.engines.user/1267</link>
    <description>&lt;pre&gt;_______________________________________________
Engine-Users mailing list
Engine-Users-ETbvJ2rUIr5Yl5lBQYSteqFQy8kfjZ21&amp;lt; at &amp;gt;public.gmane.org
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
&lt;/pre&gt;</description>
    <dc:creator>Max Williams</dc:creator>
    <dc:date>2009-10-01T10:05:23</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.rails.engines.user">
    <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.user</link>
  </textinput>
</rdf:RDF>

