You are viewing [info]krbullock's journal

March 2012

S M T W T F S
    123
45678910
11121314151617
18192021222324
25262728293031

Syndicate

RSS Atom
Powered by LiveJournal.com

Previous 10

Mar. 29th, 2012

Hosting RubyGems for local use

Last week at work I set up my own RubyGems repository to host some local builds of upstream gems. Following the recommendation on guides.rubygems.org, I tried out Gem in a Box. It works perfectly as advertised, but the setup is largely left as an exercise for the reader (who is assumed to know their way around a web app deployment process).

I’ll run through the process I used both as a step-by-step guide to setting up a reasonably locked-down and authenticated (for upload) gem server, and as an example of how to deploy an arbitrary Ruby web app using a sane, repeatable process.

Read the rest of this entry ยป )

Originally published at Kevin's random thoughts. You can comment here or there.

Tags:

Feb. 1st, 2012

vlad-unicorn version 2.1.1 has been released!

Unicorn app server support for Vlad. Adds support for vlad:startapp and vlad:stopapp using Unicorn[http://unicorn.bogomips.org/].

Changes:

2.1.1 / 2011-12-28

Originally published at Kevin's random thoughts. You can comment here or there.

Tags:

Sep. 30th, 2011

vlad-unicorn version 2.1.0 has been released!

Unicorn app server support for Vlad. Adds support for vlad:startapp and vlad:stopapp using Unicorn[http://unicorn.bogomips.org/].

Changes:

2.1.0 / 2011-09-30

Originally published at Kevin's random thoughts. You can comment here or there.

Tags:

vlad-hg version 2.2.3 has been released!

Mercurial support for Vlad. Using it is as simple as passing :scm => :mercurial to Vlad when loading it up.

Changes:

2.2.3 / 2011-09-29

Originally published at Kevin's random thoughts. You can comment here or there.

Tags:

Jul. 18th, 2011

vlad-hg version 2.2.2 has been released!

Mercurial support for Vlad. Using it is as simple as passing :scm => :mercurial to Vlad when loading it up.

Changes:

2.2.2 / 2011-07-18

Originally published at Kevin's random thoughts. You can comment here or there.

Tags:

vlad-hg version 2.2.1 has been released!

Mercurial support for Vlad. Using it is as simple as passing :scm => :mercurial to Vlad when loading it up.

Changes:

2.2.1 / 2011-07-18

Originally published at Kevin's random thoughts. You can comment here or there.

Tags:

vlad-hg version 2.2.0 has been released!

Mercurial support for Vlad. Using it is as simple as passing :scm => :mercurial to Vlad when loading it up.

Changes:

2.2.0 / 2011-07-18

Originally published at Kevin's random thoughts. You can comment here or there.

Tags:

May. 10th, 2011

ruby-configurable version 1.0.2 has been released!

Lets you make your Ruby class configurable with a simple mixin.

Changes:

1.0.2 / 2011-05-10

  • 1 minor enhancement

    • Default config is now accessible thru the generated Config module, as Config.defaults. The default_config method added to your class when you include Configurable is deprecated, but will continue to work (on both your class and instances of it).
  • http://bitbucket.org/krbullock/configurable

Originally published at Kevin's random thoughts. You can comment here or there.

Tags:

May. 6th, 2011

ruby-configurable version 1.0.1 has been released!

Lets you make your Ruby class configurable with a simple mixin.

Changes:

1.0.1 / 2011-05-06

  • 2 bugfixes

    • to_args now returns a Hash with symbols as keys. This lets you pass your configuration directly to methods that expect option-style hash arguments.

    • to_args now excludes nil values from the resulting hash.

  • http://bitbucket.org/krbullock/configurable

Originally published at Kevin's random thoughts. You can comment here or there.

Tags:

May. 4th, 2011

ruby-configurable version 1.0.0 has been released!

Lets you make your Ruby class configurable with a simple mixin.

Changes:

1.0.0 / 2011-05-03

Originally published at Kevin's random thoughts. You can comment here or there.

Tags:

Previous 10