GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

kpumuk

Dmytro Shteflyuk
Scribd.com
Kharkiv, Ukraine
3
6
May 13, 2008
  • This plugin is based on acts_as_taggable by DHH but includes extras
    Forked from mattetti/acts_as_taggable_on_steroids Sat Jul 19 15:57:26 -0700 2008
    legend
  • Moves all scripts in ASP.NET pages to the bottom of the page, combines multiple external javascri...
    Created Fri Jun 06 10:03:05 -0700 2008
    legend
  • Search Engine Optimization (SEO) plugin for Ruby on Rails applications.
    Created Tue Sep 16 18:41:59 -0700 2008
    legend
  • A library for testing applications that are using Cells in RSpec.
    Created Fri Oct 10 08:55:02 -0700 2008
    legend
  • The BSD Syslog protocol (RFC3164) implementation for Ruby
    Created Thu Sep 04 10:05:45 -0700 2008
    legend
  • An easy interface to Sphinx standalone full-text search engine. It is implemented as plugin for R...
    Created Sat Sep 13 10:02:29 -0700 2008
    legend

Following

Public Activity  feed

kpumuk started watching pjg/responds_to_parent Tue Dec 02 06:49:20 -0800 2008
responds_to_parent's description:
Rails plugin to allow AJAX file upload imitation (via IFRAME).
kpumuk created gist: 31109 Tue Dec 02 05:09:26 -0800 2008
# Redefines const value during block execution. # # Usage example:
kpumuk started watching sbecker/asset_packager Mon Dec 01 06:01:47 -0800 2008
asset_packager's description:
JavaScript and CSS Asset Compression for Production Rails Apps
kpumuk created gist: 30569 Sun Nov 30 16:50:18 -0800 2008
# Given a set of documents this method returns a list of tags associated with # those documents ordered by the ones occuring on the most documents. Tags th # only appear on one doc are excluded from the list.
kpumuk created gist: 30566 Sun Nov 30 16:48:41 -0800 2008
# Given a set of documents this method returns a list of tags associated with # ordered by the ones occuring on the most documents. Tags that only appear o # If the user supplies a specific tag to exclude it will not be included in t
kpumuk created gist: 26485 Wed Nov 19 03:35:42 -0800 2008
Github is written on Rails, it uses Grit which is the open source library that I work on. Also we have another developer now Scott Chacon who did a lot of work on a pure Ruby implementation of Git, we've actually contracted him and we have replaced a lot of the shell out calls in Ruby you do the shell out, we replaced most of those, possibly all of them by now with just pure Ruby, we go directly to the file system. We read the object data from the Git repository, we read that directly. And by doing that we have been able to get a multiplier of two speed up on the web pages throughout the site. Double the speed of the page load and that's been awesome. So we are using that when you install Git. We are using that less and less and we are implementing some of that functionality that we need for the site in pure Ruby and that's been really helpful to us. I just finished up an Erlang git daemon Whenever you do a public clone of a project on Github right now that runs an Erlang Git daemon which is just a server for pushing down the repository as a whole there is kind of a back and forth, it has it's own protocol. So I implemented that one in Erlang because we needed to have more flexibility. We have grown to the size where we can't just take all the user directories and put them in a single place because we end up with a very very large directory. So we have to take those and what we do is take an MD5 of the username and then split that up into directories.
kpumuk commented on rails/rails Tue Nov 18 01:36:57 -0800 2008
Comment in 22af62c:

Oops.
<pre><code><ul>
<li><= link_to videos.first.title, video_path(videos.first) %></li>
<li><
= link_to videos.second.title, video_path(videos.second) ></li>
<li><
= link_to videos.third.title, video_path(videos.third) ></li>
<li><
= link_to videos.fourth.title, video_path(videos.fourth) ></li>
<li><
= link_to videos.fifth.title, video_path(videos.fifth) ></li>
<li><
= link_to videos.sixth.title, video_path(videos.sixth) ></li>
<li><
= link_to videos.seventh.title, video_path(videos.seventh) ></li>
<li><
= link_to videos.eighth.title, video_path(videos.eighth) ></li>
<li><
= link_to videos.ninth.title, video_path(videos.ninth) ></li>
<li><
= link_to videos.tenth.title, video_path(videos.tenth) %></li>
</ul></code></pre>

kpumuk commented on rails/rails Tue Nov 18 01:35:48 -0800 2008

The comment has since been removed.

kpumuk created gist: 21852 Mon Nov 03 02:42:17 -0800 2008
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe UploadQueueItem do
kpumuk created gist: 21851 Mon Nov 03 02:41:20 -0800 2008
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe UploadQueueItem do
kpumuk started watching timcharper/bundle-fu Sat Nov 01 03:09:46 -0700 2008
bundle-fu's description:
Ruby on Rails plugin - CSS/JS asset bundling in 10 seconds or less!
kpumuk started watching apotonick/cells Wed Oct 22 02:38:22 -0700 2008
cells's description:
Components for Rails.
kpumuk started watching nmerouze/action_presenter Wed Oct 22 02:33:49 -0700 2008
action_presenter was created Sun May 04 10:57:52 -0700 2008
kpumuk created rspec-cells Fri Oct 10 08:55:02 -0700 2008
New repository is at kpumuk/rspec-cells
kpumuk committed to kpumuk/meta-tags Wed Oct 08 07:56:26 -0700 2008

7ae4d6bf77aa1f09c210ba8558b5cc960e0d20af

Fixed plugin author in MIT-LICENSE

kpumuk committed to kpumuk/meta-tags Wed Oct 08 07:54:33 -0700 2008

5e68d14a14fe8217feda6d061b05805bef5895e2

Added comments to all methods, installation section added to README.rdoc