<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for joseph_weissman</title><link>http://disqus.com/by/joseph_weissman/</link><description></description><atom:link href="http://disqus.com/joseph_weissman/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 24 Sep 2009 16:24:14 -0000</lastBuildDate><item><title>Re: New Netzke release - towards real-world Rails ExtJS application</title><link>http://writelesscode.com/past/2009/9/7/new_netzke_release_towards_realworld_rails_extjs_application/#comment-17313376</link><description>&lt;p&gt;Nevermind, it was simple enough:&lt;/p&gt;&lt;p&gt;            :scopes               =&amp;gt; [[&lt;br&gt;                                        #:boss_id, &lt;br&gt;                                        @passed_config[:container_class_name].downcase.concat('_id').to_sym,&lt;br&gt;                                        widget_session[:container_id]&lt;br&gt;                                     ]],&lt;br&gt;            :strong_default_attrs =&amp;gt; {&lt;br&gt;                                          # :boss_id &lt;br&gt;                                           @passed_config[:container_class_name].downcase.concat('_id').to_sym =&amp;gt; widget_session[:container_id]&lt;br&gt;                                      },&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joseph_weissman</dc:creator><pubDate>Thu, 24 Sep 2009 16:24:14 -0000</pubDate></item><item><title>Re: New Netzke release - towards real-world Rails ExtJS application</title><link>http://writelesscode.com/past/2009/9/7/new_netzke_release_towards_realworld_rails_extjs_application/#comment-17312512</link><description>&lt;p&gt;I just gitcloned a few minutes ago and I'm still seeing the lines&lt;br&gt;&lt;br&gt;            :scopes               =&amp;gt; [[:boss_id, widget_session[:container_id]]],&lt;br&gt;            :strong_default_attrs =&amp;gt; {:boss_id =&amp;gt; widget_session[:container_id]},&lt;br&gt;&lt;br&gt;Inside of default_config in OneToManyGridSetPoc. Is&lt;br&gt;&lt;br&gt; 'git clone &lt;a href="git://github.com/skozlov/netzke-demo.git'" rel="nofollow noopener" target="_blank" title="git://github.com/skozlov/netzke-demo.git'"&gt;git://github.com/skozlov/ne...&lt;/a&gt; &lt;br&gt;&lt;br&gt;the right way to get your updated source?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joseph_weissman</dc:creator><pubDate>Thu, 24 Sep 2009 16:10:49 -0000</pubDate></item><item><title>Re: New Netzke release - towards real-world Rails ExtJS application</title><link>http://writelesscode.com/past/2009/9/7/new_netzke_release_towards_realworld_rails_extjs_application/#comment-17309894</link><description>&lt;p&gt;Alright, it's getting up and running. Thanks for the extra footwork on this one. Now I'm just trying to determine what to do to make the one-to-many grid set generic again...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joseph_weissman</dc:creator><pubDate>Thu, 24 Sep 2009 15:21:27 -0000</pubDate></item><item><title>Re: New Netzke release - towards real-world Rails ExtJS application</title><link>http://writelesscode.com/past/2009/9/7/new_netzke_release_towards_realworld_rails_extjs_application/#comment-17289773</link><description>&lt;p&gt;Still having the issue. I can send you the exception if you like... I've tried downloading the gem from Rubyforge and installed locally. Is that what you meant? &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joseph_weissman</dc:creator><pubDate>Thu, 24 Sep 2009 09:23:33 -0000</pubDate></item><item><title>Re: New Netzke release - towards real-world Rails ExtJS application</title><link>http://writelesscode.com/past/2009/9/7/new_netzke_release_towards_realworld_rails_extjs_application/#comment-17128613</link><description>&lt;p&gt;When I tried to update, I'm getting an error informing me 'js_include' is now undefined. What refactoring is necessary to move forward?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joseph_weissman</dc:creator><pubDate>Tue, 22 Sep 2009 13:40:16 -0000</pubDate></item><item><title>Re: Building Rails/ExtJS reusable components with Netzke, part I</title><link>http://writelesscode.com/past/2008/12/13/building_railsextjs_reusable_components_with_netzke_part_i/#comment-15984441</link><description>&lt;p&gt;Thanks! I'll definitely send you some of what I'm playing with when I've hammered out a few more things, or at the very least if I run into a roadblock. What I'm looking for out of a TreePanelNavigator would be something along the lines of the navigation scheme used in the ExtJS docs themselves (&lt;a href="http://www.extjs.com/deploy/dev/docs/.)" rel="nofollow noopener" target="_blank" title="http://www.extjs.com/deploy/dev/docs/.)"&gt;http://www.extjs.com/deploy...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;This is kind of a side note, but I've been digging into the Rails basecode lately. Mostly I'm wondering if we couldn't embed the Netzke libraries a bit 'deeper' into Rails, perhaps integrating the engine such that you could write your elegant, clean, Ext-'style' Ruby code in views?&lt;/p&gt;&lt;p&gt;At any rate, I'm starting to see a few big questions, and I might write you over the weekend with some of the code I'm playing with. Have a good Labor Day!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joseph_weissman</dc:creator><pubDate>Fri, 04 Sep 2009 13:55:25 -0000</pubDate></item><item><title>Re: Building Rails/ExtJS reusable components with Netzke, part I</title><link>http://writelesscode.com/past/2008/12/13/building_railsextjs_reusable_components_with_netzke_part_i/#comment-15535195</link><description>&lt;p&gt;Any thoughts on how to extend the TreePanel to open up tabs based on which elements were clicked? ...or how to mix several kinds of models in the tree?&lt;br&gt;&lt;br&gt; In other words, I'd like to make a Netzke TreePanelNavigator widget which does something similar to the one-to-many gridset... I'll get started experimenting, but if you've got some thoughts I'd love to hear them.&lt;br&gt;&lt;br&gt;I've also started playing with building a nested One-to-many Gridset -- have you tried anything along those lines? &lt;br&gt;&lt;br&gt; (If it's alright, I might e-mail you some more widgets I've been playing with.)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joseph_weissman</dc:creator><pubDate>Fri, 28 Aug 2009 13:35:59 -0000</pubDate></item><item><title>Re: Building Rails ExtJS reusable components with Netzke, part 2</title><link>http://writelesscode.com/past/2009/3/27/building_rails_extjs_reusable_components_with_netzke_part_2/#comment-15483194</link><description>&lt;p&gt;Really nice!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joseph_weissman</dc:creator><pubDate>Thu, 27 Aug 2009 15:06:00 -0000</pubDate></item><item><title>Re: Building Rails ExtJS reusable components with Netzke, part 2</title><link>http://writelesscode.com/past/2009/3/27/building_rails_extjs_reusable_components_with_netzke_part_2/#comment-14847266</link><description>&lt;p&gt;It's working beautifully now -- thank you so much for your unbelievably quick response.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joseph_weissman</dc:creator><pubDate>Fri, 14 Aug 2009 15:29:55 -0000</pubDate></item><item><title>Re: Building Rails ExtJS reusable components with Netzke, part 2</title><link>http://writelesscode.com/past/2009/3/27/building_rails_extjs_reusable_components_with_netzke_part_2/#comment-14846016</link><description>&lt;p&gt;This looks great, but it seems to be having trouble. If I add a new Boss and browse to another section, once I  return to check the original list, an argument error gets thrown:&lt;/p&gt;&lt;p&gt;ArgumentError (Unknown key(s): page, order_by, per_page, order_as):&lt;br&gt;  /Users/Joe/.gem/ruby/1.8/gems/netzke-basepack-0.4.2/lib/netzke/grid_panel_extras/interface.rb:134:in `get_records'&lt;br&gt;  /Users/Joe/.gem/ruby/1.8/gems/netzke-basepack-0.4.2/lib/netzke/grid_panel_extras/interface.rb:19:in `get_data'&lt;br&gt;  /Users/Joe/.gem/ruby/1.8/gems/netzke-core-0.3.1/lib/netzke/base.rb:68:in `interface_get_data'&lt;br&gt;  /Users/Joe/.gem/ruby/1.8/gems/netzke-core-0.3.1/lib/netzke/base.rb:321:in `send'&lt;br&gt;  /Users/Joe/.gem/ruby/1.8/gems/netzke-core-0.3.1/lib/netzke/base.rb:321:in `method_missing'&lt;br&gt;  lib/netzke/one_to_many_grid_set_poc.rb:81:in `east__get_data'&lt;br&gt;  /Users/Joe/.gem/ruby/1.8/gems/netzke-core-0.3.1/lib/netzke/base.rb:321:in `send'&lt;br&gt;  /Users/Joe/.gem/ruby/1.8/gems/netzke-core-0.3.1/lib/netzke/base.rb:321:in `method_missing'&lt;br&gt;  /Users/Joe/.gem/ruby/1.8/gems/netzke-core-0.3.1/lib/netzke/controller_extensions.rb:47:in `send'&lt;br&gt;  /Users/Joe/.gem/ruby/1.8/gems/netzke-core-0.3.1/lib/netzke/controller_extensions.rb:47:in `method_missing'&lt;/p&gt;&lt;p&gt;Dipped into the code in the places indicated, but couldn't really see anything troubling... Any idea what's going on here?&lt;/p&gt;&lt;p&gt;Here's what I've done, if you want to try to reproduce the issue:&lt;/p&gt;&lt;p&gt;* downloaded your git&lt;br&gt;* setup the symlink to ExtJs&lt;br&gt;* migrated the db&lt;br&gt;* started the server&lt;br&gt;* added a boss, clicked 'apply'&lt;br&gt;* browse to another section and return&lt;br&gt;* table is empty, error in rails console&lt;/p&gt;&lt;p&gt;Note I'm unable to regenerate test data either.&lt;/p&gt;&lt;p&gt;Thanks in advance,&lt;/p&gt;&lt;p&gt;Joe&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joseph_weissman</dc:creator><pubDate>Fri, 14 Aug 2009 15:02:40 -0000</pubDate></item></channel></rss>