<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kaibo2 - SEOPro21 &#187; ruby on rails</title>
	<atom:link href="http://kaibo2.com/wp/tag/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://kaibo2.com/wp</link>
	<description>SEO, Web marketing, culture,language and life</description>
	<lastBuildDate>Tue, 29 Jun 2010 18:12:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>UML and Rails</title>
		<link>http://kaibo2.com/wp/uml-and-rails/</link>
		<comments>http://kaibo2.com/wp/uml-and-rails/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 22:50:00 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[UML]]></category>

		<guid isPermaLink="false">http://kaibo2.com/wp/?p=178</guid>
		<description><![CDATA[Tools for UML and Rails In March, 2007, we posted one message on UML &#038; Rails, it became popular. We still rank #1 when Google &#8216;UML Rails&#8217;. And got at least a few hits every day. So people are using UML or trying to use UML for Rails. Something we can use for UML on [...]]]></description>
			<content:encoded><![CDATA[<h3>Tools for UML and Rails</h3>
<p>In March, 2007, we posted one message on UML &#038; Rails, it became popular. We still rank #1 when Google &#8216;UML Rails&#8217;.  And got at least a few hits every day. So people are using UML or trying to use UML for Rails.</p>
<p>Something we can use for UML on Rails:</p>
<ul>
<li>Ruby UML Diagrammer is a tool that leverages the RDoc to generate diagrams from a list of ruby files. One of the key features of the diagrammer is that you specify which files you want to look at, and rumld will generate a diagram for only those files: <a href="http://rumld.rubyforge.org/" rel='nofollow'>http://rumld.rubyforge.org/</a> where you can see a nice Diagram of some Rails files. Project created on 2007-08-18 17:52, and updated until January 15, 2008 only&#8230;<a href="http://rubyforge.org/projects/rumld/" rel='nofollow'> may someone carry on</a>?</li>
<li><a href="http://ruby-uml.rubyforge.org/" rel='nofollow'>http://ruby-uml.rubyforge.org/</a></li>
<blockquote><p>ruby-uml is intended to provide support for refactorisations by generating UML-graphs, trying to trace different aspects of an existing application.</p>
<p><strong>Gem dependencies:</strong><br />
diff-lcs:	>= 1.1.2<br />
<strong>Other dependencies:</strong>  ruby:	ruby-uml is tested with 1.8.5 </p>
</blockquote>
<li>Disappointing? Visual Paradigm came to rescue from <a href="http://oldresources.visual-paradigm.com/vpsuite3.1/instant_generate_ruby.html" rel='nofollow'>its VP-UML 6.1</a>: Instant generator allows you to generate source codes from class diagrams for many popular programming languages with minimal effort. Now, Ruby has been added to the list of supported languages. This feature is supported in VP-UML and SDE in Standard or higher editions.
<p>Visual Paradigm for UML supports generating 15 programming languages from UML class diagram. Supported programming languages include Java, C#, VB.NET, PHP, ODL, Action Script, IDL, C++, Delphi, Perl, XML Schema, Python, Objective-C, Ada 95 and Ruby. <a href="http://www.visual-paradigm.com/product/vpuml/provides/codedbeng.jsp" rel='nofollow'>Check out their Instant code generation video.</a> Cool! Isn&#8217;t it?</li>
</ul>
<h2>Using UML for RoR projects</h2>
<p>I found one interesting discussion at http://www.ruby-forum.com/topic/81824:</p>
<blockquote><p>
Posted by Roderick van Domburg (roderickvd)<br />
on 20.11.2006 21:34</p>
<p>Jonathan Telfer wrote:<br />
> I&#8217;m going to take a guess that UML probably isn&#8217;t heavily used by most<br />
> RoR developers apart from perhaps some early stage sketching. I&#8217;d<br />
> recommend reading &#8220;Use Case Driven Object Modeling with UML: A Practical<br />
> Approach&#8221; as that&#8217;s based on the ICONIX process which is agile.</p>
<p>I have no idea what the RoR development community at large does or does<br />
not use, but would like to point out that UML by itself describes no<br />
design methodology. In fact, I would say that UML is as great as a tool<br />
to do RoR modeling in as it is standards-based and generally accepted.</p>
<p>It seems a common misconception that UML and model driven engineering<br />
lead are automatically coupled to waterfall-types of design processes.<br />
But beauty is in the eye of the beholder. As is agile development, which<br />
may be considered as developer joyriding when done improperly &#8212; same<br />
thing that happens with XP all too often. If you sketch anyway, why not<br />
use UML?</p>
<p>Here&#8217;s my experience: static structure diagrams, activity diagrams,<br />
sequence diagrams are all well worth their while when not overdone.<br />
SSD&#8217;s easily map to Rails models. Activity diagrams can be useful in<br />
determining action flows (single- or cross-controller). Sequence<br />
diagrams are useful with webservices.</p>
<p>Do I consistently use every UML technique with every single project,<br />
every single model and every single controller? No. I use it when my<br />
mind begins to boggle, or when I know that a certain part of the system<br />
will be sensitive to change. Evolution always plays a part, and<br />
personally like to plan ahead instead of cleaning up later &#8212; I know<br />
that&#8217;ll be way more costly.</p>
<p>That being said, use cases seldom do work out. The reason for that is<br />
this: use cases do not elicit the abstract concepts necessary to build a<br />
solid architecture. Your client may agree with that &#8220;puppet called an<br />
actor&#8221; can do tasks X, Y and Z, but I ask you: where does that leave you<br />
as a developer? Simple systems may not require explicit architectures,<br />
but mistaking agile development with &#8220;sketches boring, coding good!&#8221;<br />
will certainly impede the more complex systems.</p>
<p>> Most RoR developers (may I have a show of hands?) use Developer Centric<br />
> Testing, leading up to TDD.</p>
<p>Indeed a lot of attention is drawn to TDD, but usually, I digress. Tests<br />
aren&#8217;t what drives my own business or that of my client, and so I feel<br />
the very name of the approach doesn&#8217;t fit my intents. Personally I favor<br />
Feature Driven Development (FDD) with doing as much as I can to ensure<br />
quality.</p>
<p>Tests, by their very nature, are created and executed in a controlled<br />
environment. Providing full coverage (not just the 100% green rcov bars,<br />
but actually having walked through all the input invariants) may be<br />
possible as a project grows more complex, but its feasibility decreases<br />
dramatically. And when I know that I&#8217;m going to have holes in my<br />
coverage, I might just as well take another stance: FDD.</p>
<p>My approach of FDD differs in that I care about functionality, not<br />
tests. After having thought about my architecture beforehand, I start<br />
implementing. Mind you: no checkins without having proper and passing<br />
tests. I do my best to write a number of tests that cover both proper<br />
input and possible garbage, but I know I&#8217;m going to miss a spot. That&#8217;s<br />
OK &#8212; in my critical code I&#8217;ll put in a couple of defensive measures<br />
like validation (easily done with Rails) and proper error handling &#038;<br />
notifaction (likewise, easily done).</p>
<p>(Not being a TDD regular myself, I wonder how many developers dismiss<br />
defensive coding. This is my curiosity speaking, not intended as a<br />
statement below the belt.)</p>
<p>One might say that it&#8217;s a matter of opinion, and I&#8217;ll agree. But I will<br />
not agree that either produces higher quality code than the other. You<br />
can write broken tests, and may likewise mess up your application. TDD<br />
is no excuse for not having an architecture. With an architecture in<br />
place I say either TDD or FDD may miss just as many stitches, and that<br />
being the case, my prime focus will be getting functional results any<br />
day.</p>
<p>Cheers,</p>
<p>Roderick</p>
</blockquote>
<p>I love the concept of TDD (test-driven development), but I also agree with Roderick on this point. </p>
]]></content:encoded>
			<wfw:commentRss>http://kaibo2.com/wp/uml-and-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best PHP, Ruby On Rails, WordPress Web Hosting</title>
		<link>http://kaibo2.com/wp/best-php-ruby-on-rail-wordpress-web-hosting/</link>
		<comments>http://kaibo2.com/wp/best-php-ruby-on-rail-wordpress-web-hosting/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 03:40:27 +0000</pubDate>
		<dc:creator>helen</dc:creator>
				<category><![CDATA[Hosting & Domains]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://kaibo2.com/wp/?p=85</guid>
		<description><![CDATA[I&#8217;ve been enjoying all the benefits of one of the best and affordable web hosting services that support PHP, Ruby on Rails, MySQL, Postgres Databases, Automatic WordPress, Moodle, CubeCart, OS Commerce,Zen Cart, Joomla (and much more) installation (via Fantastico included free). It&#8217;s Lunarpages Web Hosting service ( click this link for more details and if [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been enjoying all the benefits of one of the best and affordable web hosting services that support PHP, Ruby on Rails, MySQL, Postgres Databases, Automatic WordPress, Moodle,  CubeCart,	OS Commerce,Zen Cart, Joomla (and much more) installation (via Fantastico included free). </p>
<p>It&#8217;s <a href="http://www.lunarpages.com/id/kaibo&#038;campaign=rubyhosting" ref=nofollow>Lunarpages Web Hosting service</a> ( <a href="http://www.lunarpages.com/id/kaibo&#038;campaign=rubyhosting">click this link</a> for more details and if you sign up from my link, you may get a free application setup from me and a free ebook on how to make money online at home. Just <a href="/kaibo">drop me a line here</a> after you sign up ).</p>
<p>Stay tuned, I&#8217;ll post some tutorials here on how to use Ruby on Rails with <a href="http://www.lunarpages.com/id/kaibo&#038;campaign=rubyhosting">this wonderful hosting services. Hurry up! Now only $4.95/month with unlimited space and bandwidth, plus free software</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kaibo2.com/wp/best-php-ruby-on-rail-wordpress-web-hosting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
