<?xml version="1.0"?><rss version="2.0">
   <channel>
      <title>Mengu.net - Ruby On Rails</title>
      <link>http://www.mengu.net/</link>
      <description>mengu on web programming.</description>
      <language>en-us</language>
      <pubDate>Tue, 07 Feb 2012 06:23:57 AM +0200</pubDate>

      <lastBuildDate>Tue, 10 Jun 2003 09:41:01 GMT</lastBuildDate>
      <generator>Mengu.net</generator>
      <managingEditor>mengu@mengu.net</managingEditor>
      <webMaster>mengu@mengu.net</webMaster>

            <item>
         <title>2011 At A Glance</title>
         <link>http://www.mengu.net/post/2011-at-a-glance</link>
         <description><![CDATA[<p>I can call 2011 quite a good year on my behalf however when I look at things I've done, I feel I've done much less than I could. Here is a list of what I have done in 2011.</p>

<h2>Things I've Done in 2011</h2>

<ul>
<li><p>Executed an idea we had with my brother, <a href="http://compector.com">http://compector.com</a>.</p></li>
<li><p>Built the start-up above with Ruby on Rails so I became more familiar with Ruby world.</p></li>
<li><p>I have made the switch to PostgreSQL from MySQL.</p></li>
<li><p>Got a job in one of Turkey's top web sites where we deal with thousands of concurrent users...</p></li>
</ul>
]]></description>
         <pubDate>2012-01-01 04:07:11</pubDate>
         <guid>http://www.mengu.net/post/2011-at-a-glance</guid>
      </item>
            <item>
         <title>Compector Launches</title>
         <link>http://www.mengu.net/post/compector-launches</link>
         <description><![CDATA[<p>Hello everyone!</p>

<p>After a very very long time I've got great news. We have launched <a href="http://www.compector.com">Compector</a> that we have been working on for almost a year now. Compector is a decision support system for employees. As in, when you apply for a job, they review your CV and call your references however you have no idea about the company. Questions start rolling in your head: "Have any people left that company? If so, why? How do they treat their employees? Are salaries paid on time? Are social benefits met?" We have launched Compector for you to find answers to all your questions. </p>

<h2>How it all started?</h2>

<p>Last year, my brother and I was wondering what would make a great application and would we do something that was helpful to people in the whole world and solving at least one problem for them. In that night we came up with nothing.</p>

<p>The following day..</p>
]]></description>
         <pubDate>2011-10-27 06:59:05</pubDate>
         <guid>http://www.mengu.net/post/compector-launches</guid>
      </item>
            <item>
         <title>Full Text Search With Ruby on Rails</title>
         <link>http://www.mengu.net/post/full-text-search-with-ruby-on-rails</link>
         <description><![CDATA[<p>I'm working on something and I needed a search functionality so I did check out my options. I did not prefer MySQL's full text search functionality as I don't want MySQL to deal with it where there are tools created only for that. I did take a look at <a href="http://sphinxsearch.com/">Sphinx</a>, <a href="http://lucene.apache.org/solr/">Solr</a> and <a href="http://www.elasticsearch.org/">ElasticSearch</a>. Among three of them I did prefer Solr. Luckily, kudos to <a href="http://outofti.me/">Mat Brown</a>, he had created a Solr gem for Ruby called <a href="https://github.com/outoftime/sunspot">Sunspot</a> and a Ruby on Rails plugin on top of it called Sunspot Rails. In order to make it compact, I will explain all this with creating a sample Rails application.</p>
]]></description>
         <pubDate>2011-07-30 07:16:04</pubDate>
         <guid>http://www.mengu.net/post/full-text-search-with-ruby-on-rails</guid>
      </item>
            <item>
         <title>Why I Love Ruby?</title>
         <link>http://www.mengu.net/post/why-i-love-ruby</link>
         <description><![CDATA[<p>Ruby is great. It is really great. I love it. I am not going to talk about why you should choose Ruby over other languages or anything, for that you can watch <a href="http://vimeo.com/17420638">David Heinemeier Hansson's talk at RubyConf X</a>. He gets into some "weird" stuff, you can skip that parts. I will just show you a piece of code and I'm pretty sure you will like it.</p>

<p>Anyway, there is this Rails app I'm busy with, for my brother's start-up. It has a Usergroup model and it has fields for permissions such as <code>general_permissions</code>, <code>message_permissions</code> and <code>user_permissions</code>. After posting the form from usergroup creating and editing pages, I have to set these fields' values from the form. At first, I only needed the general_permissions since the others were not in use yet. So my code was like this..</p>
]]></description>
         <pubDate>2010-12-13 03:21:21</pubDate>
         <guid>http://www.mengu.net/post/why-i-love-ruby</guid>
      </item>
            <item>
         <title>Rails 3 Beta is public.</title>
         <link>http://www.mengu.net/post/rails-3-beta-is-public</link>
         <description><![CDATA[<p>We all are excited here because Rails 3 is coming and Rails 3 beta has been just <a href="http://weblog.rubyonrails.org/2010/2/5/rails-3-0-beta-release">released</a>. There are lots of changes within Rails 3 and you can see them <a href="http://guides.rails.info/3_0_release_notes.html">here</a>. There will be method chain within ActiveRecord which is exciting. </p>

<p>If you wonder how you will upgrade your current Rails 2.x application to Rails 3, you can watch this <a href="http://blog.peepcode.com/tutorials/2010/live-coding-rails-3-upgrade">screencast</a>.</p>
]]></description>
         <pubDate>2010-02-05 07:11:57</pubDate>
         <guid>http://www.mengu.net/post/rails-3-beta-is-public</guid>
      </item>
            <item>
         <title>How To Choose A Web Framework?</title>
         <link>http://www.mengu.net/post/how-to-choose-a-web-framework</link>
         <description><![CDATA[<p>I have started my web development journey with PHP. After a long time I heard there is something called web framework and then I wanted to learn the best one for me. I have reviewed and learned many frameworks and because of the fact that I'm a grasping person, I have learnt more than just one. Is this a mistake? A part of me says yes and another part says it's not a mistake. Both have reasons. So in this post, I will try to write a simple and short guide for people who are desperately unstable on choosing a web framework.</p>
]]></description>
         <pubDate>2010-02-04 06:52:39</pubDate>
         <guid>http://www.mengu.net/post/how-to-choose-a-web-framework</guid>
      </item>
            <item>
         <title>Line Breaks in Django and Ruby on Rails</title>
         <link>http://www.mengu.net/post/line-breaks-in-django-and-ruby-on-rails</link>
         <description><![CDATA[<p>Let's assume you are developing a blog application with Django or Ruby on Rails. You have created your Post model and everything is working fine, except the paragraphs you have written during creating your new post. How do you solve this problem? It is very simple to do so in both Ruby on Rails and Django.</p>
]]></description>
         <pubDate>2009-11-10 11:10:19</pubDate>
         <guid>http://www.mengu.net/post/line-breaks-in-django-and-ruby-on-rails</guid>
      </item>
          </channel>
</rss>

