adelcambre (Andy Delcambre)

Name
Andy Delcambre
Email
Website/Blog
http://andy.delcambre.com/
Company
Engine Yard
Location
San Francisco, CA
Member Since
Feb 13, 2008 (about 1 year)

Following 1 coder and watching 26 repositories view all →

Public Repositories (21)

  • bundler

    Gemfiles are fun

    legend

    Forked from carlhuda/bundler Wed Feb 03 18:03:28 -0800 2010

    Last updated Tue Feb 09 14:20:12 -0800 2010

  • jekyll

    Jekyll is a blog-aware, static site generator in Ruby

    legend

    Forked from mojombo/jekyll Sat Jan 09 17:51:21 -0800 2010

    Last updated Fri Jan 08 19:23:42 -0800 2010

  • adelcambre.github.com

    My Github Pages Repo

    legend

    Last updated Wed Nov 18 11:46:11 -0800 2009

  • gist

    Absolutely the best command line gister.

    legend

    Forked from defunkt/gist Mon Sep 21 20:12:39 -0700 2009

    Last updated Mon Oct 26 15:52:16 -0700 2009

  • rails-action-args

    A port of merb-action-args to Rails 3

    legend

    Last updated Sat Aug 22 17:37:21 -0700 2009

  • less

    Leaner CSS

    legend

    Forked from cloudhead/less Mon Aug 31 18:03:13 -0700 2009

    Last updated Fri Aug 21 19:50:35 -0700 2009

  • progit

    Pro Git Book Content

    legend

    Forked from progit/progit Sun Aug 02 10:31:37 -0700 2009

    Last updated Sun Aug 02 10:33:48 -0700 2009

  • merb_hoptoad_notifier

    A merb plugin for hoptoad notification

    legend

    Forked from atmos/merb_hoptoad_notifier Wed Jul 15 16:34:31 -0700 2009

    Last updated Wed Jul 15 16:37:17 -0700 2009

  • right_aws

    legend

    Forked from rightscale/right_aws Wed Jul 08 16:30:27 -0700 2009

    Last updated Wed Jun 17 10:05:38 -0700 2009

  • aws-adapter

    Yet another AWS adapter

    legend

    Last updated Fri May 08 14:45:31 -0700 2009

  • jquery-tutorial

    legend

    Last updated Mon May 04 09:22:48 -0700 2009

  • rubyurl

    legend

    Forked from robbyrussell/rubyurl Mon Feb 18 12:00:00 -0800 2008

    Last updated Wed Apr 22 23:04:17 -0700 2009

  • rightaws_mock

    A DataMapper based rightaws mock library

    legend

    Last updated Wed Apr 22 16:52:41 -0700 2009

  • herebeforeatreplies

    legend

    Last updated Wed Apr 22 11:20:36 -0700 2009

  • dm_github_adapter

    A quick Github Datamapper adapter using the new dm-next adapter syntax.

    legend

    Last updated Sat Apr 18 12:23:37 -0700 2009

  • merb

    master merb branch

    legend

    Forked from wycats/merb Sun Oct 12 20:40:33 -0700 2008

    Last updated Mon Feb 02 18:08:10 -0800 2009

  • authenticated_rss_proxy

    Allows you to use authenticated rss feeds with clients that do not support them.

    legend

    Last updated Tue Aug 19 10:44:11 -0700 2008

  • masochism

    ActiveRecord connection proxy for master/slave connections

    legend

    Forked from technoweenie/masochism Mon Mar 03 20:28:16 -0800 2008

    Last updated Wed Mar 26 12:45:23 -0700 2008

  • textilizefu

    Textilize plugin for rails, based on PermalinkFu

    legend

    Last updated Wed Mar 26 12:14:39 -0700 2008

  • irssi_config

    My irssi Config

    legend

    Created Mon May 18 10:19:47 -0700 2009

  • test

    test

    legend

    Created Thu Sep 04 23:00:23 -0700 2008

Public Activity feed

adelcambre deleted branch full_lock at adelcambre/bundler Tue Feb 09 14:22:52 -0800 2010
Deleted branch was at adelcambre/bundler/tree/full_lock
adelcambre pushed to master at adelcambre/bundler Tue Feb 09 14:20:13 -0800 2010
HEAD is 6c5a67dc849e7ed4dc1fc05176afcf6ae61ec776
adelcambre created gist: 299715 Tue Feb 09 13:54:10 -0800 2010
if File.exists?("Gemfile") # We are using bundler _0_8_bundle_path = "vendor/gems"
adelcambre pushed to master at adelcambre/bundler Tue Feb 09 10:21:56 -0800 2010
HEAD is 4d2e65bf3a7f8e1c0ad6993caaa62e18023c6119
adelcambre pushed to full_lock at adelcambre/bundler Tue Feb 09 01:52:27 -0800 2010
HEAD is 39fec707a715beab5d1bd1c23307a4a4fa92fc97
adelcambre created branch full_lock at adelcambre/bundler Tue Feb 09 01:17:46 -0800 2010
adelcambre created gist: 299017 Tue Feb 09 00:18:01 -0800 2010
diff --git a/lib/bundler/setup.rb b/lib/bundler/setup.rb index e984348..05bd7e6 100644 --- a/lib/...
adelcambre created gist: 299016 Tue Feb 09 00:17:46 -0800 2010
diff --git a/bundler.gemspec b/bundler.gemspec index 7bd310e..160d1f9 100644 --- a/bundler.gemspec
adelcambre pushed to master at adelcambre/bundler Mon Feb 08 23:40:25 -0800 2010
HEAD is a8e5cd2099e8c42a64344790126e19fc1b0ed515
  • adelcambre committed a8e5cd20:
    Failing specs for `bundle exec` + locking + :require and :group
adelcambre updated gist: 298793 Mon Feb 08 23:00:18 -0800 2010
gem 'rake' group :never do
adelcambre updated gist: 298793 Mon Feb 08 22:59:41 -0800 2010
gem 'rake' group :never do
adelcambre opened issue 55 on carlhuda/bundler Mon Feb 08 17:01:59 -0800 2010
Bundler.require doesn't respect :require after bundle lock
adelcambre created gist: 298794 Mon Feb 08 17:01:31 -0800 2010
gem 'rake' gem 'rspec', :require => 'spec'
adelcambre opened issue 54 on carlhuda/bundler Mon Feb 08 17:00:10 -0800 2010
bundle unlock doesn't work after changing the Gemfile
adelcambre opened issue 53 on carlhuda/bundler Mon Feb 08 16:57:47 -0800 2010
Bundler.require ignores groups after `bundle lock`
adelcambre updated gist: 298793 Mon Feb 08 16:57:32 -0800 2010
gem 'rake' group :never do
adelcambre created gist: 298793 Mon Feb 08 16:57:15 -0800 2010
gem 'rake' group :never do
adelcambre pushed to master at adelcambre/bundler Mon Feb 08 10:51:42 -0800 2010
HEAD is b6bee12d9831a82061e6c2f68f21e59a06a3246f

33 commits »

adelcambre pushed to master at adelcambre/bundler Thu Feb 04 00:47:21 -0800 2010
HEAD is 9df82210ffe9fccb59366555a210b9000df71ea8
adelcambre pushed to master at adelcambre/bundler Thu Feb 04 00:30:23 -0800 2010
HEAD is b137485ef8e9fe8adf3f9c0a94e539572303a929

23 commits »

adelcambre pushed to master at adelcambre/bundler Wed Feb 03 22:44:45 -0800 2010
HEAD is 3d0c082fa8bf980ee0d8a9de2e6d655131df52ab
adelcambre pushed to master at adelcambre/bundler Wed Feb 03 18:26:25 -0800 2010
HEAD is 3d0c082fa8bf980ee0d8a9de2e6d655131df52ab
adelcambre forked carlhuda/bundler Wed Feb 03 18:03:30 -0800 2010
Forked repository is at adelcambre/bundler
adelcambre pushed to master at engineyard/ey-deploy Wed Feb 03 13:58:43 -0800 2010
HEAD is 27db05c2eb6f93c89c94cef6b5d271b717c04366

15 commits »

adelcambre forked gist: 290197 Fri Jan 29 14:08:32 -0800 2010
#!/usr/bin/env ruby require 'rubygems'
adelcambre forked mojombo/jekyll Sat Jan 09 17:51:23 -0800 2010
Forked repository is at adelcambre/jekyll
adelcambre updated gist: 255556 Sun Dec 13 10:38:51 -0800 2009
# ---------------------------------------------------------------- # general zsh configuration # ...
adelcambre created gist: 255556 Sun Dec 13 10:38:28 -0800 2009
# ---------------------------------------------------------------- # general zsh configuration # ...
adelcambre started watching rightscale/right_aws Fri Nov 27 12:08:58 -0800 2009
right_aws's description:
RightScale Amazon Web Services Ruby Gems
adelcambre pushed to master at adelcambre/adelcambre.github.com Wed Nov 18 11:46:12 -0800 2009
HEAD is 696bbda9d6eef8e6477060f5ec71b6f7f6f96df2
adelcambre pushed to master at adelcambre/adelcambre.github.com Wed Nov 18 11:42:27 -0800 2009
HEAD is d5a86f3f3604f8afd5508d880a432c396dd9f862

2 commits »

adelcambre pushed to master at adelcambre/adelcambre.github.com Sat Nov 14 09:32:45 -0800 2009
HEAD is 55cc38c28c69eb694b78115d6971f9814da419f1
adelcambre pushed to master at adelcambre/adelcambre.github.com Fri Nov 13 18:16:13 -0800 2009
HEAD is 5357d6e5b32d88bac4889a285b27ccda924f3d75
adelcambre pushed to master at adelcambre/adelcambre.github.com Fri Nov 13 18:04:51 -0800 2009
HEAD is b066ac93bb0dd6f5a1d194ffe595ad23c7979065
adelcambre pushed to master at adelcambre/adelcambre.github.com Fri Nov 13 17:57:05 -0800 2009
HEAD is 26b2b66e7a43be12411ce4e58c320707323551e1