<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/lovdbyless</id>
  <title type="text">Lovd by Less Google Group</title>
  <subtitle type="text">
  Discussion for the use and development of the open source social network LovdByLess (http://lovdbyless.com).
  </subtitle>
  <link href="/group/lovdbyless/feed/atom_v1_0_msgs.xml" rel="self" title="Lovd by Less feed"/>
  <updated>2008-09-03T02:00:07Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>marike</name>
  <email>mari...@optonline.net</email>
  </author>
  <updated>2008-09-03T02:00:07Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/34260e0eb3036e43/078dd75a5b4a9b49?show_docid=078dd75a5b4a9b49</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/34260e0eb3036e43/078dd75a5b4a9b49?show_docid=078dd75a5b4a9b49"/>
  <title type="text">Struggle installing lovdbyless on Dreamhost with mod_rails</title>
  <summary type="html" xml:space="preserve">
  I am trying to install a lovdbyless based app on Dreamhost which, as &lt;br&gt; you may know, runs mod_rails/passenger. &lt;br&gt; &lt;p&gt;I&#39;d like to know the following: &lt;br&gt; &lt;p&gt;Is this possible? They are running Rails 2.0.2 but I have the ability &lt;br&gt; to upgrade and install whatever gems I need. &lt;br&gt; &lt;p&gt;The error I&#39;m getting is this:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Boris Masis</name>
  <email>boris.ma...@gmail.com</email>
  </author>
  <updated>2008-09-02T18:03:56Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/7557436f919f2313/8ced981a56cefda6?show_docid=8ced981a56cefda6</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/7557436f919f2313/8ced981a56cefda6?show_docid=8ced981a56cefda6"/>
  <title type="text">Re: Email settings</title>
  <summary type="html" xml:space="preserve">
  FYI, to setup mail for my development environment I had to edit &lt;br&gt; configuration/environments/dev elopment.rb with the following: &lt;br&gt; &lt;p&gt;1. Comment out the delivery_method so that it looks like this: &lt;br&gt; &lt;p&gt;2. Add the action mailer settings like this (for example): &lt;br&gt; &lt;p&gt;ActionMailer::Base.delivery_me thod = :smtp
  </summary>
  </entry>
  <entry>
  <author>
  <name>Raavin</name>
  <email>jason.kee...@raavin.com</email>
  </author>
  <updated>2008-09-02T11:20:44Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/3fc7f1cd2012588f/782ab539ae1540c1?show_docid=782ab539ae1540c1</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/3fc7f1cd2012588f/782ab539ae1540c1?show_docid=782ab539ae1540c1"/>
  <title type="text">Re: prepend_before_filter get_profile etc. - unnecessary database hits?</title>
  <summary type="html" xml:space="preserve">
  Bring on the pain :) I modified insoshi to use mysite.com/steve but I &lt;br&gt; can&#39;t remember exactly what I did. I&#39;ll try to lovdize it and see if &lt;br&gt; it fits. I think I added a column with a sanitized version of the &lt;br&gt; name. (Actually I just had a quick look and I didn&#39;t get around to &lt;br&gt; managing name clashes but it&#39;s not insurmountable.) I don&#39;t reckon you
  </summary>
  </entry>
  <entry>
  <author>
  <name>nick</name>
  <email>o...@mail.com</email>
  </author>
  <updated>2008-09-02T10:27:25Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/26927e042aecfbfb/ff8895750d4c3854?show_docid=ff8895750d4c3854</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/26927e042aecfbfb/ff8895750d4c3854?show_docid=ff8895750d4c3854"/>
  <title type="text">Re: How to remove javascript dependency from &quot;new_forum_topic&quot;-method?</title>
  <summary type="html" xml:space="preserve">
  thanks for your help. &lt;br&gt; &lt;p&gt;adding the line &lt;br&gt; &amp;lt;%= link_to(&#39;Start a new topic&#39;, &amp;quot;new_forum_topic&amp;quot;) %&amp;gt; &lt;br&gt; in /forums/show.html.erb &lt;br&gt; &lt;p&gt;generates this link &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://localhost:3000/forums/new_forum_topic&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;which generates this error &lt;br&gt; Couldn&#39;t find Forum with ID=new_forum_topic
  </summary>
  </entry>
  <entry>
  <author>
  <name>Steven A Bristol</name>
  <email>st...@lesseverything.com</email>
  </author>
  <updated>2008-09-01T18:51:23Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/26927e042aecfbfb/c4254fda699b909b?show_docid=c4254fda699b909b</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/26927e042aecfbfb/c4254fda699b909b?show_docid=c4254fda699b909b"/>
  <title type="text">Re: [Lovd by Less] How to remove javascript dependency from &quot;new_forum_topic&quot;-method?</title>
  <summary type="html" xml:space="preserve">
  I think changing &lt;br&gt; &amp;lt;%= inline_tb_link(&#39;Start a new topic&#39;, &amp;quot;new_forum_topic&amp;quot;, &lt;br&gt; {:title =&amp;gt; &amp;quot;Starting a new topic in #...@forum.name}&amp;quot;, &lt;br&gt; :id &lt;br&gt; =&amp;gt; &amp;quot;new_topic_link&amp;quot;}, &lt;br&gt; {:height =&amp;gt; 130, :width =&amp;gt; 300}) %&amp;gt; &lt;br&gt; to &lt;br&gt; &amp;lt;%= link_to(&#39;Start a new topic&#39;, &amp;quot;new_forum_topic&amp;quot;) %&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Steven A Bristol</name>
  <email>st...@lesseverything.com</email>
  </author>
  <updated>2008-09-01T18:47:51Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/7ade563a8286f651/cd076cfb1111aa05?show_docid=cd076cfb1111aa05</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/7ade563a8286f651/cd076cfb1111aa05?show_docid=cd076cfb1111aa05"/>
  <title type="text">Re: [Lovd by Less] feed_item.partial.. is it a bug?</title>
  <summary type="html" xml:space="preserve">
  I&#39;m not sure why that would ever return nil. Can you give a code &lt;br&gt; example with data? &lt;br&gt; steve
  </summary>
  </entry>
  <entry>
  <author>
  <name>nick</name>
  <email>o...@mail.com</email>
  </author>
  <updated>2008-09-01T18:32:27Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/26927e042aecfbfb/993d14d52cc4280b?show_docid=993d14d52cc4280b</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/26927e042aecfbfb/993d14d52cc4280b?show_docid=993d14d52cc4280b"/>
  <title type="text">How to remove javascript dependency from &quot;new_forum_topic&quot;-method?</title>
  <summary type="html" xml:space="preserve">
  I want to removal javascript dependency from the &amp;quot;Start a new topic&amp;quot;- &lt;br&gt; labeled link because it&#39;s needless. &lt;br&gt; There should be a textfield to put on the topic title and a submit &lt;br&gt; button ...without special effects =) &lt;br&gt; &lt;p&gt;I am still very newish to Ruby, Javascript and English, so I am very &lt;br&gt; pleased for sum help.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kuja</name>
  <email>tehk...@gmail.com</email>
  </author>
  <updated>2008-09-01T00:40:24Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/2911b656c6857578/f3a3c3f030c79b1f?show_docid=f3a3c3f030c79b1f</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/2911b656c6857578/f3a3c3f030c79b1f?show_docid=f3a3c3f030c79b1f"/>
  <title type="text">Re: Problem on Signup</title>
  <summary type="html" xml:space="preserve">
  Fixed it, was a permissions issue.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kuja</name>
  <email>tehk...@gmail.com</email>
  </author>
  <updated>2008-08-31T15:58:58Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/2911b656c6857578/adee9ecffbd27132?show_docid=adee9ecffbd27132</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/2911b656c6857578/adee9ecffbd27132?show_docid=adee9ecffbd27132"/>
  <title type="text">Re: Problem on Signup</title>
  <summary type="html" xml:space="preserve">
  I am having a very similar problem, except when someone goes to sign &lt;br&gt; up - it segfaults! &lt;br&gt; &lt;p&gt;Here&#39;s the log from mongrel: &lt;br&gt; /var/www/rails/lovdbyless/vend or/gems/ferret-0.11.4/lib/ferr et/ &lt;br&gt; index.rb:138: [BUG] segmentation fault &lt;br&gt; ruby 1.8.5 (2006-08-25) [i386-linux] &lt;br&gt; &lt;p&gt;and the associated log from lovdbyless:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Caveman82</name>
  <email>randall.c...@gmail.com</email>
  </author>
  <updated>2008-08-29T17:14:36Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/8ff36882130b6582/654d8460d2cd9f28?show_docid=654d8460d2cd9f28</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/8ff36882130b6582/654d8460d2cd9f28?show_docid=654d8460d2cd9f28"/>
  <title type="text">Re: How To: Replace Prototype with jQuery</title>
  <summary type="html" xml:space="preserve">
  thanks Boris! This just happened to be on my todo list!
  </summary>
  </entry>
  <entry>
  <author>
  <name>marianodibiase</name>
  <email>mari...@replicants.com.ar</email>
  </author>
  <updated>2008-08-29T00:19:04Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/2911b656c6857578/23cdcecd64660749?show_docid=23cdcecd64660749</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/2911b656c6857578/23cdcecd64660749?show_docid=23cdcecd64660749"/>
  <title type="text">Re: Problem on Signup</title>
  <summary type="html" xml:space="preserve">
  nevermind...got it working. &lt;br&gt; For the record, REGISTRATION_RECIPIENTS should be always be set to &lt;br&gt; something. &lt;br&gt; &lt;p&gt;regards &lt;br&gt; M
  </summary>
  </entry>
  <entry>
  <author>
  <name>AssimovT</name>
  <email>assim...@gmail.com</email>
  </author>
  <updated>2008-08-29T10:41:54Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/7ade563a8286f651/8e8136e120cefbc8?show_docid=8e8136e120cefbc8</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/7ade563a8286f651/8e8136e120cefbc8?show_docid=8e8136e120cefbc8"/>
  <title type="text">feed_item.partial.. is it a bug?</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; &lt;p&gt;I am trying to add pagination to feed_items and have noticed that &lt;br&gt; method: &lt;br&gt; &lt;p&gt;def partial &lt;br&gt; item.class.name.underscore &lt;br&gt; end &lt;br&gt; &lt;p&gt;sometimes returns nil, even if there is already the same type of &lt;br&gt; feed_item. This causes unequal paging results. &lt;br&gt; &lt;p&gt;Is there any way to fix it? And why is it happening?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Raavin</name>
  <email>jason.kee...@raavin.com</email>
  </author>
  <updated>2008-08-28T03:01:58Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/4a525af7eee58508/e19a121fc5602b14?show_docid=e19a121fc5602b14</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/4a525af7eee58508/e19a121fc5602b14?show_docid=e19a121fc5602b14"/>
  <title type="text">Re: Forum Documentation?</title>
  <summary type="html" xml:space="preserve">
  I had a similar issue on hostmonster. There are just a couple of lines &lt;br&gt; that need changing to revert back avatar (0.0.5 from memory) which is &lt;br&gt; available on rubyforge. The changes which upgraded to gcnovus-avatar &lt;br&gt; are on github somewhere so you just need to backtrack the changes. I&#39;m &lt;br&gt; not in front of my mac so I don&#39;t have the links sorry.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Caveman82</name>
  <email>randall.c...@gmail.com</email>
  </author>
  <updated>2008-08-28T04:51:51Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/ddb921245b63d448/57024ceac80e7839?show_docid=57024ceac80e7839</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/ddb921245b63d448/57024ceac80e7839?show_docid=57024ceac80e7839"/>
  <title type="text">Re: Problem with starting Ferret Drb server</title>
  <summary type="html" xml:space="preserve">
  Thanks Steve, got it working. &lt;br&gt; &lt;p&gt;On Aug 27, 9:12 am, &amp;quot;Steven A Bristol&amp;quot; &amp;lt;st...@lesseverything.com&amp;gt; &lt;br&gt; wrote:
  </summary>
  </entry>
  <entry>
  <author>
  <name>marianodibiase@gmail.com</name>
  <email>mari...@replicants.com.ar</email>
  </author>
  <updated>2008-08-28T01:24:04Z</updated>
  <id>http://groups.google.com/group/lovdbyless/browse_thread/thread/2911b656c6857578/7bd29ecf484cc983?show_docid=7bd29ecf484cc983</id>
  <link href="http://groups.google.com/group/lovdbyless/browse_thread/thread/2911b656c6857578/7bd29ecf484cc983?show_docid=7bd29ecf484cc983"/>
  <title type="text">Problem on Signup</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;I&#39;ve setup everything to work and it works fine, except when someone &lt;br&gt; signs up, throws a 500 error. If I refresh the browser, everything&#39;s &lt;br&gt; back to normal and logged in, so I guess it might be something with &lt;br&gt; cookies. &lt;br&gt; &lt;p&gt;From production.log I get: &lt;br&gt; &lt;p&gt;Processing AccountsController#signup (for 190.172.81.231 at 2008-08-27
  </summary>
  </entry>
</feed>
