<?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/"
xmlns:series="http://unfoldingneurons.com/"
><channel><title>Larry Ullman &#187; rails</title> <atom:link href="http://www.larryullman.com/tag/rails/feed/" rel="self" type="application/rss+xml" /><link>http://www.larryullman.com</link> <description>Translating Geek Into English</description> <lastBuildDate>Mon, 21 May 2012 11:03:07 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>JetBrains&#8217;s RubyMine IDE</title><link>http://www.larryullman.com/2009/04/28/jetbrainss-rubymine-ide/</link> <comments>http://www.larryullman.com/2009/04/28/jetbrainss-rubymine-ide/#comments</comments> <pubDate>Tue, 28 Apr 2009 13:42:45 +0000</pubDate> <dc:creator>Larry</dc:creator> <category><![CDATA[Ruby]]></category> <category><![CDATA[ide]]></category> <category><![CDATA[rails]]></category> <category><![CDATA[software]]></category><guid
isPermaLink="false">http://blog.dmcinsights.com/?p=404</guid> <description><![CDATA[JetBrains just released version 1 of a new Ruby and Ruby on Rails IDE called RubyMine. It features everything you&#8217;d expect in an IDE, like code completion, project navigation, HTML/CSS/JS editing, version control software (VCS) support, plus lots of Ruby and Rails-specific features. Version 1.1 of RubyMine is expected in May, with support for version [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.jetbrains.com">JetBrains</a> just released version 1 of a new <a
href="http://www.ruby-lang.org/">Ruby</a> and <a
href="http://rubyonrails.org/">Ruby on Rails</a> IDE called <a
href="http://www.jetbrains.com/ruby/index.html">RubyMine</a>. It features everything you&#8217;d expect in an IDE, like code completion, project navigation, HTML/CSS/JS editing, version control software (VCS) support, plus lots of Ruby and Rails-specific features. Version 1.1 of RubyMine is expected in May, with support for version 2.3 of Rails (a significant upgrade). The software is available under two licenses, one (free) for open-source projects and another commercial license ($99 US at the time of this writing).</p> ]]></content:encoded> <wfw:commentRss>http://www.larryullman.com/2009/04/28/jetbrainss-rubymine-ide/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Rails and Merb Ruby Frameworks to Merge</title><link>http://www.larryullman.com/2008/12/30/rails-and-merb-ruby-frameworks-to-merge/</link> <comments>http://www.larryullman.com/2008/12/30/rails-and-merb-ruby-frameworks-to-merge/#comments</comments> <pubDate>Tue, 30 Dec 2008 21:58:56 +0000</pubDate> <dc:creator>Larry</dc:creator> <category><![CDATA[Ruby]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[framework]]></category> <category><![CDATA[rails]]></category><guid
isPermaLink="false">http://www.larryullman.com/?p=116</guid> <description><![CDATA[A couple of months ago I started hearing about the Merb framework, an alternative to the Rails framework for creating Web sites in Ruby. As you may know, Rails came under some fire for not scaling well; Twitter, in particular, had several problems. (Although I would argue that the demands of a site like Twitter [...]]]></description> <content:encoded><![CDATA[<p>A couple of months ago I started hearing about the <a
href="http://www.merbivore.com/">Merb framework</a>, an alternative to the <a
href="http://rubyonrails.org/">Rails framework</a> for creating Web sites in Ruby. As you may know, Rails came under some fire for not scaling well; <a
href="http://www.twitter.com">Twitter</a>, in particular, had several problems. (Although I would argue that the demands of a site like Twitter are probably in the top 0.1% of all sites, so this concern may not be an issue for most Web sites.) Version 2 of Rails specifically addressed these concerns, but still, people started to look around for alternatives, including not using Ruby at all. This is where Merb came in: a smaller and faster Ruby framework. I hadn&#8217;t yet gotten to play with Merb but was going to add it to my framework-comparison homework. That may be a moot point now, as it was just announced that Merb and Rails will work together on the next version of both frameworks. Version 3 of Rails will incorporate some of Merb&#8217;s best attributes, resulting in a better Ruby framework for Web development and ending a minor feud within the Ruby community. So the next version of Merb will be Rails 3.0 and the next version of Rails will be influenced by Merb: what does this mean?<span
id="more-116"></span>For starters, Rails will ship in a more modular format, with a core version and extra features that can be enabled. This will improve the performance of a Rails site by not including code and functionality that&#8217;s not required. Other features in Merb that will be incorporated include a public API and test suite, as well as some architectural choices. Some of the key players in the framework will be more flexible. For example, you&#8217;ll be able to use the default ActiveRecord <a
href="http://en.wikipedia.org/wiki/Object-relational_mapping">ORM</a> or use another. And you&#8217;ll be able to use different JavaScript libraries.</p><p>The hope is to have a beta of Rails 3 ready by the <a
href="http://en.oreilly.com/rails2009/">May 2009 RailsConf in Las Vegas</a>, although the developers think that&#8217;s &#8220;probably-overly-0ptimistic&#8221;. The next minor release of Rails, 2.3, will come out in January 2009, and Merb will continue to be supported for those currently using it.</p><p>For more information from the people behind both frameworks, and to get a sense of how big this is in the Ruby community, see:</p><ul><li><a
href="http://yehudakatz.com/2008/12/23/rails-and-merb-merge/">http://yehudakatz.com/2008/12/23/rails-and-merb-merge/</a></li><li><a
href="http://weblog.rubyonrails.org/2008/12/23/merb-gets-merged-into-rails-3">http://weblog.rubyonrails.org/2008/12/23/merb-gets-merged-into-rails-3</a></li><li><a
href="http://brainspl.at/articles/2008/12/23/merb-is-rails">http://brainspl.at/articles/2008/12/23/merb-is-rails</a></li><li><a
href="http://splendificent.com/2008/12/the-merb-rails-merger-announcement-an-inside-opinion/" class="broken_link">http://splendificent.com/2008/12/the-merb-rails-merger-announcement-an-inside-opinion/</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://www.larryullman.com/2008/12/30/rails-and-merb-ruby-frameworks-to-merge/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: www.larryullman.com @ 2012-05-21 15:29:39 by W3 Total Cache -->
