<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Nanoware - All Comments</title>
  <id>tag:nanoware.com,2007:mephisto/comments</id>
  <generator uri="http://mephistoblog.com" version="0.7.3">Mephisto Noh-Varr</generator>
  <link href="http://nanoware.com/feed/all_comments.xml" rel="self" type="application/atom+xml"/>
  <link href="http://nanoware.com/" rel="alternate" type="text/html"/>
  <updated>2007-03-08T10:49:50Z</updated>
  <entry xml:base="http://nanoware.com/">
    <author>
      <name>Wayne Larsen</name>
    </author>
    <id>tag:nanoware.com,2007-02-23:202:229</id>
    <published>2007-03-08T10:49:50Z</published>
    <updated>2007-03-08T10:49:50Z</updated>
    <category term="Projects"/>
    <category term="Roar"/>
    <link href="http://nanoware.com/2007/2/23/tumblelog-the-roar-demo" rel="alternate" type="text/html"/>
    <title>Comment on 'Tumblelog, the roar demo' by Wayne Larsen</title>
<content type="html">&lt;p&gt;Brendon, thanks for the feedback.&lt;/p&gt;


	&lt;p&gt;You want the user_id for the listing to be set to the currently logged in user? If so, you can do that through your model. Use a before_create callback to set the user, or see &lt;a href=&quot;http://agilewebdevelopment.com/plugins/userstamp&quot;&gt;Userstamp&lt;/a&gt; for a plugin that does this for you.&lt;/p&gt;


You can easily display the user&#8217;s name in the table by using a column definition in your table: 
&lt;pre&gt;
column &quot;user.name&quot; 
&lt;/pre&gt;

	&lt;p&gt;Hope that helps.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://nanoware.com/">
    <author>
      <name>Brendon Davidson</name>
    </author>
    <id>tag:nanoware.com,2007-02-23:202:221</id>
    <published>2007-03-07T18:22:39Z</published>
    <updated>2007-03-07T18:22:39Z</updated>
    <category term="Projects"/>
    <category term="Roar"/>
    <link href="http://nanoware.com/2007/2/23/tumblelog-the-roar-demo" rel="alternate" type="text/html"/>
    <title>Comment on 'Tumblelog, the roar demo' by Brendon Davidson</title>
<content type="html">This is awesome.  I've checked out goldberg, ajax_scaffold/mooey, and hobo before this and this definitely makes the most sense imho.  I do have a question though...  I have a db table called listings which has a user_id to associate it with the user who created it.  I do not want user_id to be editable on the form, but I want it to display the user's name and automatically associate that user with the new listing.  Assuming I have a function current_user that returns the user object for the currently logged in user, what is the best way to go about this?  Hope that was clear.  Thanks in advance.</content>  </entry>
  <entry xml:base="http://nanoware.com/">
    <author>
      <name>Bojan Mihelac</name>
    </author>
    <id>tag:nanoware.com,2007-02-23:202:219</id>
    <published>2007-03-03T10:51:32Z</published>
    <updated>2007-03-03T10:51:32Z</updated>
    <category term="Projects"/>
    <category term="Roar"/>
    <link href="http://nanoware.com/2007/2/23/tumblelog-the-roar-demo" rel="alternate" type="text/html"/>
    <title>Comment on 'Tumblelog, the roar demo' by Bojan Mihelac</title>
<content type="html">When demo is installed _users_ table is empty, so to login fast with demo:demo add user to database:

&lt;pre&gt;&lt;code&gt;INSERT INTO `users` ( `id` , `login` , `name` , `email` , `crypted_password` , `salt` , `created_at` , `updated_at` , `remember_token` , `remember_token_expires_at` )
VALUES (
NULL , 'demo', 'demo', 'demo@example.com', '923efc05c1e257233e1b11431804e681a01c9113', 'demo', '2007-03-03 11:48:17', '2007-03-03 11:48:17', NULL , NULL
);&lt;/code&gt;&lt;/pre&gt;</content>  </entry>
  <entry xml:base="http://nanoware.com/">
    <author>
      <name>Alex Lebedev</name>
    </author>
    <id>tag:nanoware.com,2007-02-23:202:218</id>
    <published>2007-03-03T01:35:57Z</published>
    <updated>2007-03-03T01:35:57Z</updated>
    <category term="Projects"/>
    <category term="Roar"/>
    <link href="http://nanoware.com/2007/2/23/tumblelog-the-roar-demo" rel="alternate" type="text/html"/>
    <title>Comment on 'Tumblelog, the roar demo' by Alex Lebedev</title>
<content type="html">Great tool, guys!

Thanks to you Rails finally starts getting something similar to Django admin applicationn.

I stated using Roar in my current project.  Impressions are positive so far.  Will report with more detail later.</content>  </entry>
  <entry xml:base="http://nanoware.com/">
    <author>
      <name>www.welovescreencasts.com</name>
    </author>
    <id>tag:nanoware.com,2007-02-02:190:209</id>
    <published>2007-02-27T11:48:05Z</published>
    <updated>2007-02-27T11:48:05Z</updated>
    <category term="Projects"/>
    <category term="Roar"/>
    <link href="http://nanoware.com/2007/2/2/getting-started-with-roar" rel="alternate" type="text/html"/>
    <title>Comment on 'Getting started with Roar' by www.welovescreencasts.com</title>
<content type="html">We love it! I think it will get many votes!

RoR screencasts are always nice to watch:)

Thanks!</content>  </entry>
  <entry xml:base="http://nanoware.com/">
    <author>
      <name>Wayne Larsen</name>
    </author>
    <id>tag:nanoware.com,2007-02-23:202:207</id>
    <published>2007-02-25T21:30:31Z</published>
    <updated>2007-02-25T21:30:31Z</updated>
    <category term="Projects"/>
    <category term="Roar"/>
    <link href="http://nanoware.com/2007/2/23/tumblelog-the-roar-demo" rel="alternate" type="text/html"/>
    <title>Comment on 'Tumblelog, the roar demo' by Wayne Larsen</title>
<content type="html">Hmm, seems I need to fix my comment formatting.</content>  </entry>
  <entry xml:base="http://nanoware.com/">
    <author>
      <name>Wayne Larsen</name>
    </author>
    <id>tag:nanoware.com,2007-02-23:202:206</id>
    <published>2007-02-25T21:29:19Z</published>
    <updated>2007-02-25T21:29:19Z</updated>
    <category term="Projects"/>
    <category term="Roar"/>
    <link href="http://nanoware.com/2007/2/23/tumblelog-the-roar-demo" rel="alternate" type="text/html"/>
    <title>Comment on 'Tumblelog, the roar demo' by Wayne Larsen</title>
<content type="html">Thanks Rahsun,

1. I've made changes to the search filter, so if you're looking at the docs, they are probably wrong.  The search parameter takes a symbol and an options hash as parameters, and there must be a :fields key in the options.  For example:

&lt;pre&gt;&lt;code&gt;
search :text, :fields =&gt; [:title, :body]
&lt;/code&gt;&lt;/pre&gt;

2. I'm sure you're right about the documentation not pointing this out.  The truth is it isn't strictly necessary to do so.  Basically, there are three ways to enable roar: 1) with a subdomain, 2) through a prefix, or 3) with a bare controller.

Only with option 2 is map.roar required (and is simply a shortcut).  But it is certainly the simplest (and probably the default case), so it should be mentioned more prominently.

Cheers</content>  </entry>
  <entry xml:base="http://nanoware.com/">
    <author>
      <name>Rahsun McAfee</name>
    </author>
    <id>tag:nanoware.com,2007-02-23:202:205</id>
    <published>2007-02-25T16:32:38Z</published>
    <updated>2007-02-25T16:32:38Z</updated>
    <category term="Projects"/>
    <category term="Roar"/>
    <link href="http://nanoware.com/2007/2/23/tumblelog-the-roar-demo" rel="alternate" type="text/html"/>
    <title>Comment on 'Tumblelog, the roar demo' by Rahsun McAfee</title>
<content type="html">So far I think it's AWESOME! Keep up the good work. I had a test Admin up in minutes. I can see the Rails community benefiting from something like this for sure.

This feels better then the streamlined plug in. I can see the Django influences as well.

Suggestions: 
1) I don't know if I'm doing something wrong, but search filter is giving me some sort of &quot;has_key?&quot; method not found error.

2) It should be pointed out to add map.roar &quot;controller&quot; to routes. It may have been mentioned I just missed it.</content>  </entry>
  <entry xml:base="http://nanoware.com/">
    <author>
      <name>Wayne Larsen</name>
    </author>
    <id>tag:nanoware.com,2007-02-23:202:204</id>
    <published>2007-02-23T18:55:05Z</published>
    <updated>2007-02-23T18:55:05Z</updated>
    <category term="Projects"/>
    <category term="Roar"/>
    <link href="http://nanoware.com/2007/2/23/tumblelog-the-roar-demo" rel="alternate" type="text/html"/>
    <title>Comment on 'Tumblelog, the roar demo' by Wayne Larsen</title>
<content type="html">The simple answer to that question is yes, it is similar to the streamlined plugin.

The longer answer is that while some of the capabilities overlap, the approach and philosophy are quite different.  I plan to write about where I'm coming from and why with this plugin soon.</content>  </entry>
  <entry xml:base="http://nanoware.com/">
    <author>
      <name>Akhil Bansal</name>
    </author>
    <id>tag:nanoware.com,2007-02-23:202:203</id>
    <published>2007-02-23T18:24:17Z</published>
    <updated>2007-02-23T18:24:17Z</updated>
    <category term="Projects"/>
    <category term="Roar"/>
    <link href="http://nanoware.com/2007/2/23/tumblelog-the-roar-demo" rel="alternate" type="text/html"/>
    <title>Comment on 'Tumblelog, the roar demo' by Akhil Bansal</title>
<content type="html">I will surely give it a try. 
Seems similar to streamlined plugin, isn't it?</content>  </entry>
</feed>
