ryanbriones (Ryan Carmelo Briones)

Name
Ryan Carmelo Briones
Website/Blog
http://brionesandco.com/ryanbriones
Location
Columbus, OH
Member Since
Feb 12, 2008 (about 1 year)

Following 34 githubbers and watching 54 repositories view all →

Public Repositories (28)

  • emacs.d

    My emacs config

    legend

    Last updated Sun Nov 15 14:34:30 -0800 2009

  • rack-cluster

    tools for managing multiple rackup processes

    legend

    Last updated Mon Oct 26 19:14:12 -0700 2009

  • rack-restful-controller

    Rack application, "RESTful" Rails style.

    legend

    Last updated Mon Oct 26 18:09:23 -0700 2009

  • mongrel-cluster-refresh

    Send graceful restart signal to most resource intensive processes in a mongrel cluster

    legend

    Last updated Mon Oct 26 10:48:07 -0700 2009

  • c-cgi

    My test bed for learning C using CGI. It's what I know.

    legend

    Last updated Fri Oct 23 22:40:28 -0700 2009

  • save-link

    Instapaper-like link saving Sinatra/DataMapper fun-time app

    legend

    Last updated Wed Oct 07 19:21:32 -0700 2009

  • rspec-mode

    An RSpec minor mode for Emacs

    legend

    Forked from pezra/rspec-mode Tue Sep 01 10:09:20 -0700 2009

    Last updated Tue Sep 01 11:01:08 -0700 2009

  • cucumber.el

    Emacs mode for editing Cucumber plain text stories

    legend

    Forked from michaelklishin/cucumber.el Wed Sep 02 13:38:33 -0700 2009

    Last updated Mon Aug 31 08:28:52 -0700 2009

  • shiloh-baptist-church

    legend

    Last updated Sun Jul 19 11:46:46 -0700 2009

  • covtasks

    A collection of tasks for determining coverage in alternate workflows

    legend

    Last updated Thu Jul 09 13:02:46 -0700 2009

  • rake

    A make-like build utility for Ruby.

    legend

    Forked from jimweirich/rake Thu Aug 27 13:45:25 -0700 2009

    Last updated Tue Jul 07 12:49:49 -0700 2009

  • randori-20090615

    Columbus.rb Randori-Fishbowl from 20090615

    legend

    Forked from columbusrb/randori-20090615 Tue Jun 16 04:51:21 -0700 2009

    Last updated Tue Jun 16 05:13:12 -0700 2009

  • focus-timer

    legend

    Last updated Thu May 21 11:21:49 -0700 2009

  • tableview-userdefaults

    What the heck am I doing wrong!?

    legend

    Last updated Tue Apr 28 21:16:33 -0700 2009

  • rack-mockups

    Your application mockups at real application paths until you don't need them anymore using Rack m...

    legend

    Last updated Wed Apr 22 12:29:17 -0700 2009

  • rack-apps-on-passenger-talk

    legend

    Last updated Wed Apr 22 06:57:38 -0700 2009

  • github-gem

    The official `github` command line helper for simplifying your GitHub experience.

    legend

    Forked from defunkt/github-gem Sat Jan 24 23:30:52 -0800 2009

    Last updated Sat Jan 24 23:41:37 -0800 2009

  • pound_codemash

    follow codemash tagged tweets

    legend

    Last updated Thu Jan 08 13:43:54 -0800 2009

  • tugboat

    bringing your apps to port for deployment

    legend

    Last updated Fri Nov 21 13:01:32 -0800 2008

  • git-pair

    Simple interface for adding your pair to a commit via git commit --author

    legend

    Last updated Mon Nov 03 20:56:31 -0800 2008

  • dotfiles

    legend

    Last updated Thu Oct 23 11:20:48 -0700 2008

  • intro-to-ruby-web-frameworks-talk

    An Introduction to Ruby Web Frameworks: An overview of a few Ruby Web Frameworks, including basic...

    legend

    Last updated Wed Oct 08 04:23:38 -0700 2008

  • commanding-ssh-capistrano-talk

    Commanding Your SSH Universe with Capistrano: Using Capistrano to automate SSH tasks such as serv...

    legend

    Last updated Wed Oct 08 04:20:58 -0700 2008

  • time-me

    A simple, easy to use task timer for Mac OS X

    legend

    Last updated Thu Oct 02 05:15:55 -0700 2008

  • crb-dynamic-attributes

    legend

    Last updated Wed Aug 20 08:10:47 -0700 2008

  • git-server

    pure ruby version of git daemon server functions

    legend

    Forked from schacon/git-server Sun Jul 26 09:17:58 -0700 2009

    Last updated Sun Aug 17 14:26:49 -0700 2008

  • calltom

    my blog as a CGI written in C

    legend

    Forked from alltom/calltom Fri Oct 16 15:14:23 -0700 2009

    Last updated Wed Mar 26 12:42:24 -0700 2008

  • fluid-twitter

    A Userscript for Fluid that streamlines the twitter interface to make it usable in a flexible (bu...

    legend

    Last updated Wed Mar 26 12:42:19 -0700 2008

Public Activity feed

ryanbriones started watching mikel/mail Tue Nov 17 08:10:37 -0800 2009
mail's description:
A Really Ruby Mail Library
ryanbriones pushed to master at ryanbriones/emacs.d Sun Nov 15 14:34:31 -0800 2009
ryanbriones started watching dustin/gomemcached Fri Nov 13 07:01:09 -0800 2009
gomemcached's description:
A memcached server in go
ryanbriones created gist: 227629 Thu Nov 05 18:35:13 -0800 2009
describe SomeController do before(:each) do # exisiting mock setup
ryanbriones started watching defunkt/resque Wed Nov 04 11:52:09 -0800 2009
resque's description:
A simple Redis-based queue.
ryanbriones started watching plataformatec/devise Mon Nov 02 06:48:21 -0800 2009
devise's description:
Flexible authentication solution for Rails with Warden
ryanbriones updated gist: 220552 Wed Oct 28 08:50:57 -0700 2009
# i think the way to do it is that the route definitions in app/config/routes.rb need to be exact...
ryanbriones created gist: 220552 Wed Oct 28 08:46:43 -0700 2009
ActionController::Routing::Routes.draw do |map| map.root :controller => 'home'
ryanbriones pushed to master at ryanbriones/rack-cluster Mon Oct 26 19:14:12 -0700 2009
HEAD is 6040ac16bd7759cced0d9d1f758250dd259548ba
ryanbriones open sourced rack-cluster Mon Oct 26 19:09:16 -0700 2009
tools for managing multiple rackup processes
ryanbriones created branch master at ryanbriones/rack-restful-controller Mon Oct 26 18:09:23 -0700 2009
ryanbriones created repository rack-restful-controller Mon Oct 26 18:09:14 -0700 2009
ryanbriones pushed to master at ryanbriones/mongrel-cluster-refresh Mon Oct 26 10:48:10 -0700 2009
HEAD is 02768dcf1eaa838067148ce0447d5ae78f2a40ce
ryanbriones created branch master at ryanbriones/mongrel-cluster-refresh Mon Oct 26 10:01:26 -0700 2009
ryanbriones created repository mongrel-cluster-refresh Mon Oct 26 07:08:17 -0700 2009
ryanbriones pushed to master at ryanbriones/c-cgi Fri Oct 23 22:40:29 -0700 2009
HEAD is a7ecbc862228652779d4a9d9cea0931ba92f6559
  • ryanbriones committed a7ecbc86:
    do it the way i originally intended with less sscanf...but needing more strcpy
ryanbriones pushed to master at ryanbriones/c-cgi Fri Oct 23 22:38:20 -0700 2009
HEAD is ea820d21244d9cc4a1859e29e6b4571735bc9574
  • ryanbriones committed ea820d21:
    do it the way i originally intended with less sscanf...but needing more strcpy
ryanbriones created gist: 217380 Fri Oct 23 22:25:44 -0700 2009
#!/bin/sh # -*- bash -*-
ryanbriones pushed to master at ryanbriones/c-cgi Wed Oct 21 19:14:12 -0700 2009
HEAD is 540c85d4f81cc46354d6d6a423bd775510eafbbe
ryanbriones created branch master at ryanbriones/c-cgi Wed Oct 21 17:26:38 -0700 2009
ryanbriones created repository c-cgi Wed Oct 21 17:26:29 -0700 2009
New repository is at ryanbriones/c-cgi
ryanbriones forked alltom/calltom Fri Oct 16 15:14:23 -0700 2009
Forked repository is at ryanbriones/calltom
ryanbriones created branch master at ryanbriones/save-link Wed Oct 07 19:21:32 -0700 2009
ryanbriones created repository save-link Wed Oct 07 19:21:23 -0700 2009
New repository is at ryanbriones/save-link
ryanbriones forked gist: 199203 Thu Oct 01 13:04:44 -0700 2009
ryanbriones forked gist: 199202 Thu Oct 01 13:04:33 -0700 2009
ryanbriones created gist: 195369 Mon Sep 28 05:05:38 -0700 2009
require 'rewindable_input' ActionController::Dispatcher.middleware.insert_before ActionController...