<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>{ height: 1%; } - Ruby on Rails and User Interface Design: AjaxScaffold News and Roadmap</title>
    <link>http://www.height1percent.com/articles/2006/10/05/ajaxscaffold-news-and-roadmap</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>CSS, UI Design, Ruby on Rails and cheese ... lots of cheese</description>
    <item>
      <title>AjaxScaffold News and Roadmap</title>
      <description>&lt;p&gt;&lt;span style="background-color: #ff8; font-weight: bold; padding: 2px 5px;"&gt;AjaxScaffold has been deprecated in favor of &lt;a href="http://activescaffold.com"&gt;ActiveScaffold&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;


	&lt;p&gt;First of all, thank you to everyone who&amp;#8217;s checked out the plugin and provided valuable feedback, we are listening. I will add that the plugin release has reenergized my passion for AjaxScaffold, which honestly was waning due to the upgrade problems associated with code generation.&lt;/p&gt;


	&lt;p&gt;And now, the news:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;I will no longer be doing point release blog posts&lt;/strong&gt;. We&amp;#8217;re keeping the &lt;span class="caps"&gt;CHANGELOG&lt;/span&gt; current and you can always monitor the package in &lt;a href="http://rubyforge.org/projects/ajaxscaffoldp/"&gt;Rubyforge&lt;/a&gt; so you&amp;#8217;ll know when these bug fix releases come out. &lt;a href="http://blog.caronsoftware.com"&gt;Scott&lt;/a&gt; or myself  will continue to do posts on major updates, such as the upcoming 4.0.0 release, but I&amp;#8217;m no longer comfortable with { height: 1% } turning into a rolling AjaxScaffold changelog.&lt;/li&gt;
		&lt;li&gt;A number of your have asked about using associations in the plugin and rightfully so, we&amp;#8217;ve been slack for not updating the old generator based article on adding associations. &lt;strong&gt;We&amp;#8217;ll try and push out a similar post on using associations with the plugin version in the near future&lt;/strong&gt;. After the next release making associations easier to manage, in both the table and in the form, will be our top priority.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;The next release of the plugin will have a number of important changes that you should know about ahead of time:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;We&amp;#8217;re jumping on board the new &lt;span class="caps"&gt;CRUD&lt;/span&gt; standard for Rails and realigning things so that an AjaxScaffold can mesh with something like SimplyRestful that&amp;#8217;s now in Edge Rails. This means that &lt;strong&gt;the current list method will now be moved to index, all actions will use &lt;code&gt;respond_to&lt;/code&gt; instead of &lt;code&gt;request.xhr?&lt;/code&gt;, and the show/create/index/update
/destroy methods will support returning &lt;span class="caps"&gt;XML&lt;/span&gt;/YAML/JSON&lt;/strong&gt;. I&amp;#8217;m using all this stuff now in SlimTimer for the upcoming &lt;span class="caps"&gt;API&lt;/span&gt; and it works great in concert with the SimplyRestful stuff.&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;We will no longer support multiple ajax_scaffold definitions in a single controller&lt;/strong&gt;. It doesn&amp;#8217;t fit the new &lt;span class="caps"&gt;CRUD&lt;/span&gt; model and it&amp;#8217;s not asking too much for you to use multiple controllers.&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://ajaxscaffold.stikipad.com/doc/show/4.0+Release+TODO"&gt;And much more&amp;#8230;&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;What&amp;#8217;s also gotten us excited is that the project is recieving increased corporate sponsorship in the form of companies paying for development of new features and bug fixes and/or support agreements. I&amp;#8217;m not at liberty to disclose who these wonderfully forward thinking companies are but &lt;strong&gt;AjaxScaffold is being used in the &amp;#8220;enterprise&amp;#8221;&lt;/strong&gt;. If your company is interested in either a support agreement or subsidizing development &lt;a href="mailto:rrwhite@gmail.com"&gt;shoot me an email&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;Also, remember that we have a &lt;a href="http://ajaxscaffold.stikipad.com/doc/show/Applications+or+companies+using+AjaxScaffold"&gt;wiki page of people that are using AjaxScaffold&lt;/a&gt;, but that list need not be limited to public facing sites, if you&amp;#8217;re company is using AS internally we&amp;#8217;d love to hear about it. Add your company information and maybe a short blurb about how you&amp;#8217;re using AS to the wiki page.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Oct 2006 16:53:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:fe4d187a-2965-44a8-96eb-86fb38472739</guid>
      <author>Richard White</author>
      <link>http://www.height1percent.com/articles/2006/10/05/ajaxscaffold-news-and-roadmap</link>
      <category>ajaxscaffold</category>
      <trackback:ping>http://www.height1percent.com/articles/trackback/991</trackback:ping>
    </item>
    <item>
      <title>"AjaxScaffold News and Roadmap" by Richard White</title>
      <description>&lt;p&gt;@Brittain: It&amp;#8217;s really very simple. Index was redirecting to list and now it just calls it directly and we&amp;#8217;ve added a show method. Everything else is just adding plumbing to the render portion of the actions to support xml/yaml/json.&lt;br /&gt;&lt;br /&gt;
@Andreas: Language support is something that has been briefly discussed but not given must of a priority. I&amp;#8217;d want to know a) how many people in the community (read on the forum) need this and b) what does it do to our code complexity.&lt;br /&gt;&lt;br /&gt;
@Dr Nic: Thanks&lt;br /&gt;&lt;br /&gt;
@toddyb: That&amp;#8217;s what a lot of our corporate sponsors are using the project for so I definitely agree.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Oct 2006 17:05:28 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:8d9c91bb-5608-4036-b76b-3b6aa45f8fd2</guid>
      <link>http://www.height1percent.com/articles/2006/10/05/ajaxscaffold-news-and-roadmap#comment-1026</link>
    </item>
    <item>
      <title>"AjaxScaffold News and Roadmap" by toddyb</title>
      <description>&lt;p&gt;I&amp;#8217;m looking forward to the next release that incorporates associations. In the enterprise space, rails with scaffolds (plain, extensions and ajax) and visualize_models plugins may be a viable way forward to allow for early &amp;#8220;executable specifications&amp;#8221; over long-drawn out BDUF.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Oct 2006 20:36:41 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:6572f675-bca4-47f0-89e3-51ad00a26674</guid>
      <link>http://www.height1percent.com/articles/2006/10/05/ajaxscaffold-news-and-roadmap#comment-996</link>
    </item>
    <item>
      <title>"AjaxScaffold News and Roadmap" by Dr Nic</title>
      <description>&lt;p&gt;Congrats on the sponsorship. AJS is a wonderful project &amp;#8211; you&amp;#8217;ve helmed it well!&lt;/p&gt;</description>
      <pubDate>Thu, 05 Oct 2006 21:08:53 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:71b44197-46ff-44c1-9672-43c98a9bbead</guid>
      <link>http://www.height1percent.com/articles/2006/10/05/ajaxscaffold-news-and-roadmap#comment-995</link>
    </item>
    <item>
      <title>"AjaxScaffold News and Roadmap" by Andreas</title>
      <description>&lt;p&gt;Is there a way to use custom names (or even translations) for the tables/models when using the plugin? Our data model is in English, but that is a bit unfortunate for our German users.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Oct 2006 20:07:33 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:427c9880-b2e8-4cdb-830e-cc68d2ddaecc</guid>
      <link>http://www.height1percent.com/articles/2006/10/05/ajaxscaffold-news-and-roadmap#comment-994</link>
    </item>
    <item>
      <title>"AjaxScaffold News and Roadmap" by Brittain</title>
      <description>&lt;p&gt;Will there be documentation on converting an existing scaffold (we have 7 generated with 3.1.x) into this new restful model?&lt;/p&gt;


	&lt;p&gt;In all the hurry to follow DHHs RESTful lead, I&amp;#8217;ve seen very little doc or examples addressing the subject of existing code&amp;#8230;&lt;/p&gt;


	&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Oct 2006 18:36:06 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:dd8b85c5-81ec-436c-a4f5-96d75affce26</guid>
      <link>http://www.height1percent.com/articles/2006/10/05/ajaxscaffold-news-and-roadmap#comment-993</link>
    </item>
  </channel>
</rss>
