<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.websitemagazine.com/content/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>'Net Features : ruby on rails</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/tags/ruby+on+rails/default.aspx</link><description>Tags: ruby on rails</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP2 (Build: 31104.93)</generator><item><title>Making the Case for Ruby on Rails</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/07/14/making-the-case-for-ruby-on-rails.aspx</link><pubDate>Thu, 14 Jul 2011 19:30:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:17095</guid><dc:creator>Administrator</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=17095</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/07/14/making-the-case-for-ruby-on-rails.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;&lt;img height="100" width="100" src="http://www.websitemagazine.com/images/blog/rubyonrails.png" style="float:left;margin:15px;" alt="" /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Since its inception in 2004,
Ruby on Rails has increased
in popularity on its way
to becoming a mainstay in
the Web design world.
&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;
The reason for this is easy to understand;
Ruby on Rails is a flexible Web
application framework that allows
developers to focus on driving their
website or application to its full
potential rather than getting stuck
in the mud bringing their site to
fruition. For developers concerned
with software compatibility, Ruby on
Rails is able to be installed on Windows, Mac OS X and Linux
operating systems, which caters to a variety of developing platforms.
In other words, the Rails framework makes getting the
job done much easier.
&lt;br /&gt;&lt;br /&gt;
Ruby on Rails&amp;rsquo; strength as a framework lies in its meticulously
honed and tested tool set that tackles a lot of the problems
that Web developers face when creating a site. Normally, Web
development is tasked with two objectives when designing
a website:
&lt;br /&gt;&lt;br /&gt;
1. Designing a website, and&lt;br /&gt;
2. Creating the tools to make the website interactive.&lt;br /&gt;
&lt;br /&gt;
The second task is one that causes problems. One option
for developers is to create their own tools; but this is especially
time consuming. Ruby on Rails does away with this problem
by providing a proven and expansive tool set that is varied in
depth and breadth.
&lt;br /&gt;&lt;br /&gt;
Yet another strength of Ruby
on Rails is right in its name: Ruby.
Ruby is a robust programming
language around which the entire
Rails framework is built. While
this might not sound like much,
this streamlines the Web design
process. When different developers
come together as a team
&amp;ldquo;speaking&amp;rdquo; different languages
(PHP, .NET and Python, for example),
accomplishing even the
most menial of tasks becomes
much more difficult. The Rails
framework alleviates this problem
by allowing an entire design team
to speak the same language.
&lt;br /&gt;&lt;br /&gt;
The Rails framework is also lauded for its implementation
of the Model View Controller, or MVC. The MVC divides
design into three sections:
&lt;br /&gt;&lt;br /&gt;
1. The backbone of a website, such as programming code and
databases.&lt;br /&gt;
2. What the website looks like to the user.&lt;br /&gt;
3. How users interact with the website.&lt;br /&gt;
&lt;br /&gt;
This can be compared to a dish served at a restaurant &amp;mdash;
composed of the recipe, the presentation on the plate, and the
taste. Now, imagine changing one aspect of the dish &amp;mdash; another
part inevitably changes, too. This is not so with the Rails
framework. Each division in the MVC is compartmentalized in
a way that allows the three divisions of a website to be tweaked
without disrupting the other. The MVC grants great flexibility
to designers, reducing the amount of time rectifying mistakes
caused by editing one aspect of a website, and letting them
continue to move forward in designing the rest of the site.
&lt;br /&gt;&lt;br /&gt;
Ruby on Rails is still a relatively new approach to designing
a website. With the unpredictable nature of the
Internet, there&amp;rsquo;s no way to be sure that the Rails framework
will withstand the test of time. However, with sites like Twitter,
Groupon, NYTimes.com and Hulu implementing their
design using this strong framework, it&amp;rsquo;s safe to say that Ruby
on Rails has its foot in the door and is securing its inclusion
in the future of the Internet.
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;About the Author:&lt;/strong&gt; &lt;i&gt;Peter Marino is the Senior Partner of &lt;a href="http://reelWebDesign.com"&gt;reelWebDesign.com&lt;/a&gt;, a social
media marketing and Web design firm in New York City that caters
to content creation for small to mid-sized businesses and micropreneurs.
He can be reached by email at: peter@reelwebdesign.com.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;&lt;img height="327" width="371" src="http://www.websitemagazine.com/images/blog/railszombie.png" style="float:left;margin:15px;" alt="" /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ruby Tutorials&lt;/strong&gt;&lt;br /&gt;
Envy Labs released a free online tutorial called &lt;a target="_blank" href="http://www.websitemagazine.com/content/controlpanel/blogs/posteditor.aspx/http;/railsforzombies.org"&gt;Rails for Zombies&lt;/a&gt;. The website combines screencasts with in-browser coding to provide an interactive learning experience that teaches the basics of Ruby on Rails. Learning Rails for the first time should be fun, and Rails for Zombies allows you to get your feet wet without any setup or configuration. At the moment the application has five episodes. Each consists of a single screencast followed by a group of exercises that must be completed before moving forward. Once you complete all the labs, you unlock a hidden video which shows you where to go to continue your Rails education.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=17095" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/ruby+on+rails/default.aspx">ruby on rails</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/RoR/default.aspx">RoR</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/ruby/default.aspx">ruby</category></item><item><title>Affiliate Program for Rails Performance Management</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2008/11/20/affiliate-program-for-rails-performance-management.aspx</link><pubDate>Thu, 20 Nov 2008 13:57:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:6788</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=6788</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2008/11/20/affiliate-program-for-rails-performance-management.aspx#comments</comments><description>&lt;p&gt;Ruby on Rails application performance management solution provider New Relic today announced it has created the &lt;a target="_blank" title="New Relic Affiliate Program" href="http://www.newrelic.com/affiliates.html"&gt;&lt;b&gt;New Relic Affiliate Program&lt;/b&gt;&lt;/a&gt;. Rails development companies, hosting services and Rails user groups can receive commissions for referring new users under the program.&lt;br /&gt;&lt;br /&gt;Eight companies and one Rails community user group have already signed on to the program as charter affiliates, including Atlantic Dominion Solutions, CarbonFive, Core Continuum, Designkitchen, Foraker Design, New Leaders, Railsware LLC, and Relevance. &amp;quot;New Relic&amp;#39;s monitoring tool is revolutionary,&amp;quot; said Robert Bousquet, founder and partner, New Leaders. &amp;quot;We now keep extremely close tabs on dozens of internal and customer applications through one centralized interface.&amp;quot; &lt;br /&gt;&lt;br /&gt;The program is well suited to application development firms like these, as they can promote the service to existing customers and be paid a fee equal to a portion of the subscription fees paid to New Relic by those who become subscribers. Affiliate can retain the commission or rebate the fees to the end customer. Affiliates will be able to provide free 30-day subscriptions of RPM Gold to their customers during their customer engagements to facilitate the optimization of the customers&amp;#39; Rails applications. Affiliates will also be eligible to use RPM Gold for use on their own internal applications.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=6788" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/Affiliate+Programs/default.aspx">Affiliate Programs</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/ruby+on+rails/default.aspx">ruby on rails</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/net+relic/default.aspx">net relic</category></item><item><title>Network Solutions: One-Click Installs for RoR Apps</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2008/11/03/network-solutions-one-click-installs-for-ruby-on-rails-apps.aspx</link><pubDate>Mon, 03 Nov 2008 14:33:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:6606</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=6606</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2008/11/03/network-solutions-one-click-installs-for-ruby-on-rails-apps.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;The &lt;a target="_blank" title="Network Solutions ROR" href="http://networksolutions.com"&gt; Network Solutions&lt;/a&gt; hosting platform now supports Ruby on Rails. &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Users of the service will be able to install RoR applications with an 
auto-installer. Ruby on Rails (RoR) is a popular, open source programming framework that makes developing web based applications 
quite easy but the process for installing RoR applications in most hosting environments is 
cumbersome, especially if you don&amp;#39;t have a solid understanding of UNIX. &lt;br /&gt;&lt;br /&gt;&amp;quot;We heard from the developer community that it&amp;#39;s often difficult to integrate Ruby on Rails applications in hosting environments,&amp;quot; said Bill Jolly, director of Hosting Product Management for Network Solutions. &amp;quot;Our hosting team saw this as an opportunity to differentiate the Network Solutions hosting platform from the competition by pre-configuring our servers and implementing a quick and easy way to install RoR applications.&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=6606" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/Web+Hosting/default.aspx">Web Hosting</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/hosting/default.aspx">hosting</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/ruby+on+rails/default.aspx">ruby on rails</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/network+solutions/default.aspx">network solutions</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/RoR/default.aspx">RoR</category></item></channel></rss>