<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="text">The Cleveland Ruby Brigade: Posts</title>
  <id>tag:www.clerb.org,2009:/</id>
  <link href="http://www.clerb.org/posts.xml" rel="self"/>
  <link href="http://www.clerb.org" rel="alternate"/>
  <entry>
    <title>Looking for a Leader</title>
    <link href="/posts/looking-for-a-leader" type="text/html" rel="alternate"/>
    <id>tag:www.clerb.org,2010-04-23:/posts/posts/looking-for-a-leader</id>
    <content type="html">&lt;p&gt;
  From:
&lt;/p&gt;
&lt;p&gt;Some of you have probably been wondering what has been going on with the Cleveland Ruby Brigade lately. We haven&amp;#8217;t been meeting consistently and meetings have been planned with very short notice. The simple reason for that is: me. I&amp;#8217;ve been running the group for two years now with help off and on from other members. Over the past couple years my goals have evolved and running the user group doesn&amp;#8217;t fit in as much anymore. I apologize that I waited so long to do this; quality has definitely been waning and it is my fault. It&amp;#8217;s difficult to admit that I can&amp;#8217;t handle something anymore, especially when I have to do so publicly. I hope you all can forgive me.&lt;/p&gt;

&lt;p&gt;I do not want to see this group fall apart. Therefore, it&amp;#8217;s time for me to pass the torch. I am looking to you, the members, for a new leader. Someone who has a passion for Ruby and software craftsmanship. You don&amp;#8217;t need to do Ruby full time to run CleRB (I was still a .NET developer when I started the group). The leader&amp;#8217;s responsibilities include notifying people of meetings, planning when meetings will be held, working with sponsors, etc. It is well worth the work to see the Ruby community grow and prosper here in Cleveland.&lt;/p&gt;

&lt;p&gt;If you are interested in running the group please contact me at &lt;strong&gt;organizer&lt;/strong&gt; at &lt;strong&gt;clerb&lt;/strong&gt; dot &lt;strong&gt;org&lt;/strong&gt;. I will help as much as I need to to ensure a smooth transition, and would happily continue to be involved however necessary as time goes on. You will not be alone. Many great members have been willing to jump in when needed and I&amp;#8217;m sure they will continue to do so in the future.&lt;/p&gt;
&lt;p&gt;
  &lt;a href=&quot;/posts/looking-for-a-leader&quot; title=&quot;Looking for a Leader&quot;&gt;permalink&lt;/a&gt;
&lt;/p&gt;
</content>
    <published>2010-04-23T00:00:00+00:00</published>
  </entry>
  <entry>
    <title>Sass 3 Beta Released!</title>
    <link href="http://nex-3.com/posts/94-haml-sass-3-beta-released" type="text/html" rel="alternate"/>
    <id>tag:www.clerb.org,2010-03-31:/posts/posts/sass-3-beta-released</id>
    <content type="html">&lt;p&gt;
  From: &lt;a href='http://www.nex-3.com'&gt;Nathan Weizenbaum&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;If you aren&amp;#8217;t familiar with &lt;a href='http://www.sass-lang.com'&gt;Sass&lt;/a&gt; it&amp;#8217;s a preprocessor for CSS. Think of it as a CSS view engine. It allows you to reuse whatever pieces/parts of your stylesheets you want, and provides a much cleaner syntax for defining selectors. One of the biggest complaints I&amp;#8217;ve heard about it is that it is &lt;strong&gt;too&lt;/strong&gt; different from CSS which makes for a higher learning curve. Today brings us the first beta of Sass 3, which includes an alternative syntax that is a true subset of CSS, meaning your CSS will work &lt;strong&gt;as is&lt;/strong&gt; in Sass. If you already use Sass, make sure you read &lt;a href='http://beta.sass-lang.com/docs/yardoc/file.SCSS_FOR_SASS_USERS.html'&gt;SCSS for Sass Users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;
  &lt;a href=&quot;/posts/sass-3-beta-released&quot; title=&quot;Sass 3 Beta Released!&quot;&gt;permalink&lt;/a&gt;
&lt;/p&gt;
</content>
    <published>2010-03-31T00:00:00+00:00</published>
  </entry>
  <entry>
    <title>The Lowdown on Routes in Rails 3</title>
    <link href="http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/" type="text/html" rel="alternate"/>
    <id>tag:www.clerb.org,2010-03-30:/posts/posts/the-lowdown-on-routes-in-rails3</id>
    <content type="html">&lt;p&gt;
  From: &lt;a href='http://www.engineyard.com'&gt;Engine Yard&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;Rails 3.0 comes with loads of improvements to the Rails routing DSL. Check out this post to learn about the changes and how to use them!&lt;/p&gt;
&lt;p&gt;
  &lt;a href=&quot;/posts/the-lowdown-on-routes-in-rails3&quot; title=&quot;The Lowdown on Routes in Rails 3&quot;&gt;permalink&lt;/a&gt;
&lt;/p&gt;
</content>
    <published>2010-03-30T00:00:00+00:00</published>
  </entry>
  <entry>
    <title>Sinatra 1.0 Released</title>
    <link href="http://www.rubyinside.com/sinatra-1-0-released-3162.html" type="text/html" rel="alternate"/>
    <id>tag:www.clerb.org,2010-03-29:/posts/posts/sinatra-1-0</id>
    <content type="html">&lt;p&gt;
  From: &lt;a href='http://www.rubyinside.com'&gt;Ruby Inside&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;If you don&amp;#8217;t know about &lt;a href='http://www.sinatrarb.com'&gt;Sinatra&lt;/a&gt; yet, now is the time to learn. Sinatra is a small web framework for those web apps that don&amp;#8217;t need the full power of Rails, but are too complex to stay static. The authors have just hit the 1.0 milestone, and I can say it has matured since &lt;a href='http://vimeo.com/2374819'&gt;I first used it in 2008&lt;/a&gt;. In fact, it&amp;#8217;s running this site right now!&lt;/p&gt;
&lt;p&gt;
  &lt;a href=&quot;/posts/sinatra-1-0&quot; title=&quot;Sinatra 1.0 Released&quot;&gt;permalink&lt;/a&gt;
&lt;/p&gt;
</content>
    <published>2010-03-29T00:00:00+00:00</published>
  </entry>
  <entry>
    <title>Supermodel: Simple ActiveModel-Powered In-Memory Models</title>
    <link href="http://www.rubyinside.com/supermodel-activemodel-powered-simple-in-memory-database-3172.html" type="text/html" rel="alternate"/>
    <id>tag:www.clerb.org,2010-03-26:/posts/posts/supermodel-active-model</id>
    <content type="html">&lt;p&gt;
  From: &lt;a href='http://www.rubyinside.com'&gt;Ruby Inside&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;If you&amp;#8217;ve ever wished to be able to use the power of ActiveRecord (callbacks, validations, observers, etc) without the need to persist to disk this is the ORM for you. Supermodel implements Rails 3.0&amp;#8217;s ActiveModel spec to give full Rails compatibility with the speed of in-memory processing.&lt;/p&gt;
&lt;p&gt;
  &lt;a href=&quot;/posts/supermodel-active-model&quot; title=&quot;Supermodel: Simple ActiveModel-Powered In-Memory Models&quot;&gt;permalink&lt;/a&gt;
&lt;/p&gt;
</content>
    <published>2010-03-26T00:00:00+00:00</published>
  </entry>
  <entry>
    <title>Rails and the Enterprise</title>
    <link href="http://weblog.rubyonrails.org/2010/3/24/rails-and-the-enterprise" type="text/html" rel="alternate"/>
    <id>tag:www.clerb.org,2010-03-24:/posts/posts/rails-and-the-enterprise</id>
    <content type="html">&lt;p&gt;
  From: &lt;a href='http://weblog.rubyonrails.org'&gt;Riding Rails&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;I get this question a lot: is Rails really usable in the enterprise? Not only is it usable, it&amp;#8217;s being used by giants like &lt;a href='http://www.yellowpages.com'&gt;AT&amp;amp;T&lt;/a&gt;, Chase, Sony, etc. This article revisits some of the old arguments and explains why they just aren&amp;#8217;t true anymore. If you&amp;#8217;re trying to convince your company to make the switch, this may help.&lt;/p&gt;
&lt;p&gt;
  &lt;a href=&quot;/posts/rails-and-the-enterprise&quot; title=&quot;Rails and the Enterprise&quot;&gt;permalink&lt;/a&gt;
&lt;/p&gt;
</content>
    <published>2010-03-24T00:00:00+00:00</published>
  </entry>
  <entry>
    <title>First-class functions make printf-debugging obsolete</title>
    <link href="http://slightlynew.blogspot.com/2010/03/first-class-functions-make-printf.html" type="text/html" rel="alternate"/>
    <id>tag:www.clerb.org,2010-03-21:/posts/posts/first-class-functions-printf</id>
    <content type="html">&lt;p&gt;
  From: &lt;a href='http://slightlynew.blogspot.com'&gt;Slightly New&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;Lee gives a great explanation of bindings by showing how we can use them to make debugging easier. I like that he works from a very simple example all the way up to a Sinatra app.&lt;/p&gt;
&lt;p&gt;
  &lt;a href=&quot;/posts/first-class-functions-printf&quot; title=&quot;First-class functions make printf-debugging obsolete&quot;&gt;permalink&lt;/a&gt;
&lt;/p&gt;
</content>
    <published>2010-03-21T00:00:00+00:00</published>
  </entry>
  <entry>
    <title>StackOverflow cool Ruby questions 4</title>
    <link href="http://www.khelll.com/blog/ruby/stackoverflow-cool-ruby-questions-4/" type="text/html" rel="alternate"/>
    <id>tag:www.clerb.org,2010-03-17:/posts/posts/stackoverflow-cool-ruby-questions-four</id>
    <content type="html">&lt;p&gt;
  From: &lt;a href='http://www.khelll.com/blog/'&gt;Khaled alHabache&amp;#8217;s official blog&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;4 great questions about Ruby metaprogramming asked on StackOverflow. Includes the answers. I definitely learned a couple things reading it.&lt;/p&gt;
&lt;p&gt;
  &lt;a href=&quot;/posts/stackoverflow-cool-ruby-questions-four&quot; title=&quot;StackOverflow cool Ruby questions 4&quot;&gt;permalink&lt;/a&gt;
&lt;/p&gt;
</content>
    <published>2010-03-17T00:00:00+00:00</published>
  </entry>
  <entry>
    <title>Git + Hub = Github</title>
    <link href="http://defunkt.github.com/hub/hub.1.html" type="text/html" rel="alternate"/>
    <id>tag:www.clerb.org,2010-03-16:/posts/posts/git-plus-hub-equals-github</id>
    <content type="html">&lt;p&gt;
  From: &lt;a href='http://defunkt.github.com/'&gt;defunkt&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href='http://git-scm.com'&gt;Git&lt;/a&gt; is great. &lt;a href='http://github.com'&gt;Github&lt;/a&gt; makes it even better. Now imagine if the two got together. Now they have. Hub tells git how to interact with Github. If you keep your projects on Github, this is well worth checking out.&lt;/p&gt;
&lt;p&gt;
  &lt;a href=&quot;/posts/git-plus-hub-equals-github&quot; title=&quot;Git + Hub = Github&quot;&gt;permalink&lt;/a&gt;
&lt;/p&gt;
</content>
    <published>2010-03-16T00:00:00+00:00</published>
  </entry>
  <entry>
    <title>Ruby on Rails 101</title>
    <link href="http://advance2030.wordpress.com/2010/02/25/ruby-on-rails-101/" type="text/html" rel="alternate"/>
    <id>tag:www.clerb.org,2010-03-15:/posts/posts/ruby-on-rails-101</id>
    <content type="html">&lt;p&gt;
  From: &lt;a href='http://advance2030.wordpress.com'&gt;Advance 20/30&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;A collection of links to help you get started using Ruby on Rails on any platform.&lt;/p&gt;
&lt;p&gt;
  &lt;a href=&quot;/posts/ruby-on-rails-101&quot; title=&quot;Ruby on Rails 101&quot;&gt;permalink&lt;/a&gt;
&lt;/p&gt;
</content>
    <published>2010-03-15T00:00:00+00:00</published>
  </entry>
</feed>
