<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for The Complexity of Simplicity</title>
	<link>http://meilij.com/blog</link>
	<description>The Blog of Ariel E. Meilij</description>
	<pubDate>Sat, 05 Jul 2008 01:39:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>Comment on Heroku and easy Rails deployment by Scott Gardner</title>
		<link>http://meilij.com/blog/2008/03/15/heroku-and-easy-rails-deployment/#comment-126</link>
		<pubDate>Wed, 21 May 2008 12:04:26 +0000</pubDate>
		<guid>http://meilij.com/blog/2008/03/15/heroku-and-easy-rails-deployment/#comment-126</guid>
					<description>Thanks for pointing this out. Would you please send me an invite?</description>
		<content:encoded><![CDATA[<p>Thanks for pointing this out. Would you please send me an invite?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Heroku and easy Rails deployment by friarminor</title>
		<link>http://meilij.com/blog/2008/03/15/heroku-and-easy-rails-deployment/#comment-110</link>
		<pubDate>Mon, 19 May 2008 03:08:32 +0000</pubDate>
		<guid>http://meilij.com/blog/2008/03/15/heroku-and-easy-rails-deployment/#comment-110</guid>
					<description>Hi, Ariel!

May I also invite you to try and test the Rails Apps platform we have at morphexchange.com?  We've worked hard in trying to create the best deployment solution for rails and now it's time for a test drive from folks like you.

Best.
alain</description>
		<content:encoded><![CDATA[<p>Hi, Ariel!</p>
<p>May I also invite you to try and test the Rails Apps platform we have at morphexchange.com?  We&#8217;ve worked hard in trying to create the best deployment solution for rails and now it&#8217;s time for a test drive from folks like you.</p>
<p>Best.<br />
alain
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on nPost (and why it&#8217;s better than AdSense as I see it) by John Carnegie</title>
		<link>http://meilij.com/blog/2008/03/15/nspot-and-why-its-better-than-adsense-as-i-see-it/#comment-32</link>
		<pubDate>Mon, 17 Mar 2008 01:30:56 +0000</pubDate>
		<guid>http://meilij.com/blog/2008/03/15/nspot-and-why-its-better-than-adsense-as-i-see-it/#comment-32</guid>
					<description>Thanks for a very informative post about nPost.  I will be sharing your blog link with my readers!</description>
		<content:encoded><![CDATA[<p>Thanks for a very informative post about nPost.  I will be sharing your blog link with my readers!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Heroku and easy Rails deployment by Administrator</title>
		<link>http://meilij.com/blog/2008/03/15/heroku-and-easy-rails-deployment/#comment-24</link>
		<pubDate>Sat, 15 Mar 2008 15:56:28 +0000</pubDate>
		<guid>http://meilij.com/blog/2008/03/15/heroku-and-easy-rails-deployment/#comment-24</guid>
					<description>Sure thing, let me just figure it out how it works! I guess they must have a button somewhere.</description>
		<content:encoded><![CDATA[<p>Sure thing, let me just figure it out how it works! I guess they must have a button somewhere.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Heroku and easy Rails deployment by Andrew</title>
		<link>http://meilij.com/blog/2008/03/15/heroku-and-easy-rails-deployment/#comment-22</link>
		<pubDate>Sat, 15 Mar 2008 03:02:16 +0000</pubDate>
		<guid>http://meilij.com/blog/2008/03/15/heroku-and-easy-rails-deployment/#comment-22</guid>
					<description>Hey Ariel, may I have an invite?</description>
		<content:encoded><![CDATA[<p>Hey Ariel, may I have an invite?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on The New Way To Scaffold in Rails 2.0 by Administrator</title>
		<link>http://meilij.com/blog/2008/01/23/the-new-way-to-scaffold-in-rails-20/#comment-17</link>
		<pubDate>Wed, 05 Mar 2008 12:11:16 +0000</pubDate>
		<guid>http://meilij.com/blog/2008/01/23/the-new-way-to-scaffold-in-rails-20/#comment-17</guid>
					<description>Dear Rido:

It's a good question, but I don't see if it's so obvious. I would probably want a whole CRUD, but if I wanted to separate views for /users and /admin I would just define two different methods in the controller (but using the same model). 

If I understand correctly, you want the view to return a separate page for admin. The way to do it is MUCH better explained in the excellent article by Sonjaya Tandon on login with RoR in the following URL: http://sonjayatandon.com/05-2006/how-to-build-a-secured-web-application-with-ruby-on-rails/#comment-10277

Look for the end of the article where he builds special view for the admin in a list of users using the same User table and model.

Good luck!</description>
		<content:encoded><![CDATA[<p>Dear Rido:</p>
<p>It&#8217;s a good question, but I don&#8217;t see if it&#8217;s so obvious. I would probably want a whole CRUD, but if I wanted to separate views for /users and /admin I would just define two different methods in the controller (but using the same model). </p>
<p>If I understand correctly, you want the view to return a separate page for admin. The way to do it is MUCH better explained in the excellent article by Sonjaya Tandon on login with RoR in the following URL: <a href='http://sonjayatandon.com/05-2006/how-to-build-a-secured-web-application-with-ruby-on-rails/#comment-10277' rel='nofollow'>http://sonjayatandon.com/05-2006/how-to-build-a-secured-web-application-with-ruby-on-rails/#comment-10277</a></p>
<p>Look for the end of the article where he builds special view for the admin in a list of users using the same User table and model.</p>
<p>Good luck!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on The New Way To Scaffold in Rails 2.0 by Rido</title>
		<link>http://meilij.com/blog/2008/01/23/the-new-way-to-scaffold-in-rails-20/#comment-16</link>
		<pubDate>Tue, 04 Mar 2008 22:09:21 +0000</pubDate>
		<guid>http://meilij.com/blog/2008/01/23/the-new-way-to-scaffold-in-rails-20/#comment-16</guid>
					<description>so this way when browsing to http://localhost:3000/users it will have all whole CRUD, which obviously should only appear in something like this.

How can I separate the views like:

http://localhost:3000/users  &amp;#38;
http://localhost:3000/admin       ?

T.I.A.</description>
		<content:encoded><![CDATA[<p>so this way when browsing to <a href='http://localhost:3000/users' rel='nofollow'>http://localhost:3000/users</a> it will have all whole CRUD, which obviously should only appear in something like this.</p>
<p>How can I separate the views like:</p>
<p><a href='http://localhost:3000/users' rel='nofollow'>http://localhost:3000/users</a>  &amp;<br />
<a href='http://localhost:3000/admin' rel='nofollow'>http://localhost:3000/admin</a>       ?</p>
<p>T.I.A.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Rethinking a Wordpress theme by Ariel Meilij</title>
		<link>http://meilij.com/blog/2008/02/22/rethinking-a-wordpress-theme/#comment-5</link>
		<pubDate>Sat, 23 Feb 2008 15:19:18 +0000</pubDate>
		<guid>http://meilij.com/blog/2008/02/22/rethinking-a-wordpress-theme/#comment-5</guid>
					<description>Just a test of the CSS</description>
		<content:encoded><![CDATA[<p>Just a test of the CSS
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Blogs are evil&#8230; by Hendy Irawan</title>
		<link>http://meilij.com/blog/2008/01/05/design/#comment-2</link>
		<pubDate>Fri, 11 Jan 2008 23:53:03 +0000</pubDate>
		<guid>http://meilij.com/blog/2008/01/05/design/#comment-2</guid>
					<description>Hey... congratulations!!!</description>
		<content:encoded><![CDATA[<p>Hey&#8230; congratulations!!!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.445 seconds -->
