Skip to content
View mlitwiniuk's full-sized avatar

Organizations

@galdomedia @prograils
Block or Report

Block or report mlitwiniuk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. localized_country_select localized_country_select Public

    Forked from karmi/localized_country_select

    Rails plugin for localized "country_select" helper with Rake task for downloading locales from Unicode.org's CLDR

    Ruby 36 31

  2. Ruby on Rails server setup on Ubuntu... Ruby on Rails server setup on Ubuntu 11.04 with Nginx, Unicorn, Rbenv
    1
    upstream example-workers {
    2
        # fail_timeout=0 means we always retry an upstream even if it failed
    3
        # to return a good HTTP response (in case the Unicorn master nukes a single worker for timing out).
    4
        server unix:/tmp/example.co.uk.socket fail_timeout=0;
    5
    }
  3. prograils/lit prograils/lit Public

    rails i18n web interface

    Ruby 296 71

  4. prograils/primary prograils/primary Public

    Simple gem that will help with primary/default records

    Ruby 11 2