<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Lipsiadmin: Rails 2.0 Ext Admin</title>
	<atom:link href="http://ajaxian.com/archives/lipsiadmin-rails-20-ext-admin/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/lipsiadmin-rails-20-ext-admin</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: RicardoLeme</title>
		<link>http://ajaxian.com/archives/lipsiadmin-rails-20-ext-admin/comment-page-1#comment-269538</link>
		<dc:creator>RicardoLeme</dc:creator>
		<pubDate>Thu, 04 Dec 2008 12:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3272#comment-269538</guid>
		<description>Hi Dion!

I´m starting to use Lipsiadmin with Associations and doesn´t work. The problem is the same that reproduced by Gabrio.
Probabily I´m doing something terrible. :)

Well, I have do this:

Ruby script/generate model state
Ruby script/generate model city

create_states.rb
class CreateStates  2, :null =&gt; false
t.column :name, :string, :limit =&gt;50, :null =&gt; false
end
end
def self.down
drop_table :states
end
end

create_cities.rb
class CreateCities  50, :null =&gt; false
t.integer :state_id, :null =&gt; false,
:options =&gt; &quot;CONSTRAINT fk_cit_sta REFERENCES state(id)&quot;
end
end
def self.down
drop_table :cities
end
end

In my model, I put this:

class City &lt; ActiveRecord::Base
belongs_to :state
end

class State &lt; ActiveRecord::Base
has_many :city
end

When I tried to insert a new city, only the name appear for me and if I save, the application frozen.

Did you have the same problem?

Thanks

Reply</description>
		<content:encoded><![CDATA[<p>Hi Dion!</p>
<p>I´m starting to use Lipsiadmin with Associations and doesn´t work. The problem is the same that reproduced by Gabrio.<br />
Probabily I´m doing something terrible. :)</p>
<p>Well, I have do this:</p>
<p>Ruby script/generate model state<br />
Ruby script/generate model city</p>
<p>create_states.rb<br />
class CreateStates  2, :null =&gt; false<br />
t.column :name, :string, :limit =&gt;50, :null =&gt; false<br />
end<br />
end<br />
def self.down<br />
drop_table :states<br />
end<br />
end</p>
<p>create_cities.rb<br />
class CreateCities  50, :null =&gt; false<br />
t.integer :state_id, :null =&gt; false,<br />
:options =&gt; &#8220;CONSTRAINT fk_cit_sta REFERENCES state(id)&#8221;<br />
end<br />
end<br />
def self.down<br />
drop_table :cities<br />
end<br />
end</p>
<p>In my model, I put this:</p>
<p>class City &lt; ActiveRecord::Base<br />
belongs_to :state<br />
end</p>
<p>class State &lt; ActiveRecord::Base<br />
has_many :city<br />
end</p>
<p>When I tried to insert a new city, only the name appear for me and if I save, the application frozen.</p>
<p>Did you have the same problem?</p>
<p>Thanks</p>
<p>Reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAddYE</title>
		<link>http://ajaxian.com/archives/lipsiadmin-rails-20-ext-admin/comment-page-1#comment-261048</link>
		<dc:creator>DAddYE</dc:creator>
		<pubDate>Thu, 31 Jan 2008 09:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3272#comment-261048</guid>
		<description>@dubnium

What is the problem with issue tracker? 

This framework is very new, so at the moment there are few contributions, but I hope in future...

For any question use this: http://rails.lipsiasoft.com/projects/lipsiadmin/boards</description>
		<content:encoded><![CDATA[<p>@dubnium</p>
<p>What is the problem with issue tracker? </p>
<p>This framework is very new, so at the moment there are few contributions, but I hope in future&#8230;</p>
<p>For any question use this: <a href="http://rails.lipsiasoft.com/projects/lipsiadmin/boards" rel="nofollow">http://rails.lipsiasoft.com/projects/lipsiadmin/boards</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dubnium</title>
		<link>http://ajaxian.com/archives/lipsiadmin-rails-20-ext-admin/comment-page-1#comment-261045</link>
		<dc:creator>dubnium</dc:creator>
		<pubDate>Thu, 31 Jan 2008 03:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3272#comment-261045</guid>
		<description>Hm. The list search results always seem to be one keystroke behind your typing. I tried to leave a bug report and saw just one issue tracked in the system. I&#039;m afraid there&#039;s not a lot of people using or contributing to this framework at the moment.</description>
		<content:encoded><![CDATA[<p>Hm. The list search results always seem to be one keystroke behind your typing. I tried to leave a bug report and saw just one issue tracked in the system. I&#8217;m afraid there&#8217;s not a lot of people using or contributing to this framework at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devil1591</title>
		<link>http://ajaxian.com/archives/lipsiadmin-rails-20-ext-admin/comment-page-1#comment-261043</link>
		<dc:creator>devil1591</dc:creator>
		<pubDate>Wed, 30 Jan 2008 22:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3272#comment-261043</guid>
		<description>the use of Ext in this admin is very poor... This is not an Ajax interface at all. This is a good idea, but you need more xp with ExtJS ;)</description>
		<content:encoded><![CDATA[<p>the use of Ext in this admin is very poor&#8230; This is not an Ajax interface at all. This is a good idea, but you need more xp with ExtJS ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey Bango</title>
		<link>http://ajaxian.com/archives/lipsiadmin-rails-20-ext-admin/comment-page-1#comment-261018</link>
		<dc:creator>Rey Bango</dc:creator>
		<pubDate>Wed, 30 Jan 2008 14:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3272#comment-261018</guid>
		<description>@Polysign: The reason for the post is because it uses Ext 2.0, one of the top JS/Ajax libs available</description>
		<content:encoded><![CDATA[<p>@Polysign: The reason for the post is because it uses Ext 2.0, one of the top JS/Ajax libs available</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polysign</title>
		<link>http://ajaxian.com/archives/lipsiadmin-rails-20-ext-admin/comment-page-1#comment-261013</link>
		<dc:creator>polysign</dc:creator>
		<pubDate>Wed, 30 Jan 2008 12:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3272#comment-261013</guid>
		<description>Not only that. Look at the &quot;Delete Confirmation Window&quot;, it says: &quot;Do you really want to permanently 3?&quot;

I just opened up the Interface Demo. I find it really slow. The navigation on the left is interactive, but when you klick on a link you loose all your preferenaces. It does not use any AJAX? Everything generates a page reload! I would be OK with that if it would not be here on Ajaxian.com :)</description>
		<content:encoded><![CDATA[<p>Not only that. Look at the &#8220;Delete Confirmation Window&#8221;, it says: &#8220;Do you really want to permanently 3?&#8221;</p>
<p>I just opened up the Interface Demo. I find it really slow. The navigation on the left is interactive, but when you klick on a link you loose all your preferenaces. It does not use any AJAX? Everything generates a page reload! I would be OK with that if it would not be here on Ajaxian.com :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon</title>
		<link>http://ajaxian.com/archives/lipsiadmin-rails-20-ext-admin/comment-page-1#comment-261011</link>
		<dc:creator>Gordon</dc:creator>
		<pubDate>Wed, 30 Jan 2008 11:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3272#comment-261011</guid>
		<description>The button is labeled &quot;Delte&quot; :)</description>
		<content:encoded><![CDATA[<p>The button is labeled &#8220;Delte&#8221; :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

