jtrupiano

John Trupiano
SmartLogic Solutions, LLC
Baltimore, MD
13
19
Jun 02, 2008
  • Statistically correct benchmarking for Ruby.
    Forked from Pistos/better-benchmark Tue Oct 07 12:16:28 -0700 2008
    legend
  • A base set of Capistrano extensions-- aids with the file_column plugin, the GemInstaller gem, mul...
    Updated Tue Apr 28 05:37:27 -0700 2009
    legend
  • Provides an executable that converts a rails app's config structure. The basic idea is that envi...
    Updated Thu Apr 30 14:02:55 -0700 2009
    legend
  • A gem that identifies inconsistencies between MySQL foreign keys and ActiveRecord associations in...
    Updated Fri Sep 12 09:44:10 -0700 2008
    legend
  • Simply a repo to share with Chad so that he can inspect a problem I'm having with multiple rails ...
    Updated Mon Oct 13 12:12:59 -0700 2008
    legend
  • A set of shell scripts I use at varying frequencies.
    Updated Fri May 22 10:53:27 -0700 2009
    legend
  • Javascript (prototype) class for providing templated multi-file upload functionality (a la Gmail)
    Updated Sun Jan 25 08:44:17 -0800 2009
    legend
  • Contains a set of Phusion Passenger-specific Capistrano deployment recipes
    Updated Mon Oct 20 19:16:47 -0700 2008
    legend
  • A developer's QA "caddy" that aids in QA'ing, debugging, and otherwise navigating your applicatio...
    Updated Sat Apr 25 08:34:20 -0700 2009
    legend
  • Forked from harukizaemon/redhillonrails_core Tue Jan 27 18:56:03 -0800 2009
    legend
  • Benchmarking tests of using RoR polymorphic relationships through strings versus integers, with a...
    Forked from ngauthier/ruby-on-rails-polymorphism-benchmarks Sat Jun 14 11:32:21 -0700 2008
    legend
  • Simply a repository for managing my homepage on RubyForge
    Updated Sun Mar 08 14:13:59 -0700 2009
    legend
  • Tool to aid in development, testing, qa, and production troubleshooting of email issues without w...
    Forked from pboling/sanitize_email Mon Mar 02 09:22:23 -0800 2009
    legend
  • I'm writing an ORM in Scala as an exercise for the Bmore Hackers language study group.
    Updated Tue Apr 07 16:50:58 -0700 2009
    legend
  • My fork of paytonrules' "official" Selenium On Rails repository. Integrates with story-helper, p...
    Forked from paytonrules/selenium-on-rails Fri Dec 05 10:22:18 -0800 2008
    legend
  • A set of helpers/features to aid in implementing the StoryHelper concept in rails apps
    Updated Wed Mar 04 10:02:39 -0800 2009
    legend
  • A gem providing a unified method to mock Time.now, Date.today, and DateTime.now. It provides "ti...
    Updated Sat Mar 07 12:55:23 -0800 2009
    legend
  • Expose Timecop's capabilities to the UI in your rails app, allowing QA to take advantage of it.
    Updated Sat Mar 07 15:32:05 -0800 2009
    legend
  • Objectified version of Technoweenie's white_list plugin for Rails. Implemented as a class, not as...
    Forked from railsmonk/white_list_objectified Sat Sep 27 08:41:17 -0700 2008
    legend

Following

Public Activity  feed

jtrupiano updated gist: 127636 Sun Jun 28 08:23:47 -0700 2009
#!/bin/sh # Author: John Trupiano # Script to upgrade an REE installation on a hot server and mai...
jtrupiano started watching dambalah/blackboard Sat Jun 13 08:02:21 -0700 2009
blackboard's description:
Blackboard implements a TupleSpace on top of redis
jtrupiano created gist: 127636 Wed Jun 10 18:14:17 -0700 2009
#!/bin/sh # Author: John Trupiano # Script to upgrade an REE installation on a hot server and mai...
jtrupiano started watching george/sanitize_email Tue Jun 09 19:22:00 -0700 2009
sanitize_email's description:
SanitizeEmail allows you to play with your application's email abilities without worrying that emails will get sent to actual live addresses.
jtrupiano started watching koppen/sanitize_email Tue Jun 09 19:20:33 -0700 2009
sanitize_email's description:
SanitizeEmail allows you to play with your application's email abilities without worrying that emails will get sent to actual live addresses.
jtrupiano opened issue 2 on aeden/rails_sql_views Mon May 25 07:56:49 -0700 2009
gem install rails_sql_views installs v0.6.1, not v0.7.0
jtrupiano forked aeden/rails_sql_views Mon May 25 07:54:32 -0700 2009
Forked repository has since been deleted.
jtrupiano started watching adamsanderson/open_gem Mon May 25 07:42:48 -0700 2009
open_gem's description:
Gem Command to easily open a ruby gem with the editor of your choice.
jtrupiano started watching aeden/rails_sql_views Mon May 25 07:42:07 -0700 2009
rails_sql_views's description:
Rails SQL Views project extracted from ActiveWarehouse
jtrupiano pushed to master at jtrupiano/johns-toolbox Fri May 22 10:54:15 -0700 2009
HEAD is 778622608a3f321c68f577267dd71151239beb06
  • jtrupiano committed 77862260:
    Add dbyml script to quickly create new database.yml files.
jtrupiano started watching vigetlabs/garb Wed May 20 10:03:18 -0700 2009
garb's description:
A Ruby wrapper for the Google Analytics API
jtrupiano updated gist: 113104 Sun May 17 12:01:11 -0700 2009
require 'mocha' # Used such that the named_scope chain will return a count of 0 to allow us to t...
jtrupiano created gist: 113104 Sun May 17 12:00:43 -0700 2009
require 'mocha' # Used such that the named_scope chain will return a count of 0 to allow us to t...
jtrupiano created gist: 110811 Tue May 12 17:39:19 -0700 2009
1) Ensure apache is enabled 2) Edit /etc/apache2/users/<yourusername>.conf NameVirtualHost *:80
jtrupiano created gist: 106484 Mon May 04 07:27:23 -0700 2009
# Custom shoulda macro example -- validating POST data in a controller # The macro -- note that ...
jtrupiano created gist: 106477 Mon May 04 07:20:06 -0700 2009
// My common scenario is that I need to compare a single Patient to a set of Donors, basically pe...
jtrupiano pushed to master at jtrupiano/environmentalist Thu Apr 30 14:02:56 -0700 2009
HEAD is 78e57ce27394e5a21a21a9cc719f294818f8f8d7
  • jtrupiano committed 78e57ce2:
    New gemspec that doesn't include nonessential test files. Please build.
jtrupiano pushed to master at jtrupiano/environmentalist Thu Apr 30 13:40:00 -0700 2009
HEAD is 282bb0570cc83f87a4e4a5b20f9760abcfbee281
  • jtrupiano committed 282bb057:
    Tweak .gitignore to ignore some test files (need to rewrite these anyway). Update Rakefile to reference latest version of jeweler.
jtrupiano pushed to master at jtrupiano/environmentalist Thu Apr 30 13:34:11 -0700 2009
HEAD is fa48b77866475bc537bf8452724150ad7aa5bb89

2 commits »

jtrupiano pushed to master at jtrupiano/environmentalist Thu Apr 30 13:33:36 -0700 2009
HEAD is 5d15876714ca4d87e02c4bdd5de8d6c581e8069a

3 commits »

jtrupiano pushed to master at jtrupiano/sanitize_email Thu Apr 30 09:16:24 -0700 2009
HEAD is 0d2d0d3fcb553b0c80418b609856ad51b69bd5ad
jtrupiano pushed to master at jtrupiano/capistrano-extensions Tue Apr 28 05:39:19 -0700 2009
HEAD is c9b813806c3e23de8d4ef7b3530632b6510303c6
jtrupiano created tag v0.1.8 at jtrupiano/capistrano-extensions Mon Apr 27 17:42:38 -0700 2009
jtrupiano pushed to master at jtrupiano/capistrano-extensions Mon Apr 27 17:42:38 -0700 2009
HEAD is 524788d83495b5c34a963eb88fc367fd152fc3a1

2 commits »

jtrupiano pushed to master at jtrupiano/capistrano-extensions Mon Apr 27 17:41:57 -0700 2009
HEAD is df6bc58cb4f5318c3decbdafe66917e190c22e89
jtrupiano pushed to master at jtrupiano/capistrano-extensions Mon Apr 27 17:38:46 -0700 2009
HEAD is 8144b3b9e17d730e40da1d3ff6e21cbf5a19b6f2

2 commits »

jtrupiano pushed to master at jtrupiano/capistrano-extensions Mon Apr 27 17:37:43 -0700 2009
HEAD is dc0930757385dd898638cb0cf550bf029f99501f
jtrupiano pushed to master at jtrupiano/capistrano-extensions Mon Apr 27 17:29:48 -0700 2009
HEAD is 8e6bd1a4a676a6ad563e5a827721c37924a31384
  • jtrupiano committed 8e6bd1a4:
    Introduce :exclude_paths property, which implicitly excludes the non-target environment-specific config directories. Update defaults for :deploy_via (to :copy), :deployable_environments (to [:staging]), :copy_cache (to File.expand_path(~/.capistrano/#{application})).
jtrupiano pushed to master at jtrupiano/capistrano-extensions Sat Apr 25 16:07:55 -0700 2009
HEAD is 2bb0fd3e66629acaf66ac025180e8e25c24359d2

21 commits »

jtrupiano pushed to master at jtrupiano/rails-caddy Sat Apr 25 08:36:43 -0700 2009
HEAD is a7a0f9a4dfa1e5830a798c86edc4299d36b1d3d7
  • jtrupiano committed a7a0f9a4:
    Update the sanitize_email dependency to 0.1.1, which has been released to rubyforge.
jtrupiano pushed to master at jtrupiano/sanitize_email Sat Apr 25 08:28:36 -0700 2009
HEAD is f73e967ecfb30d8ca7952203d63445924a0f0c0f
jtrupiano created tag v0.1.1 at jtrupiano/sanitize_email Sat Apr 25 07:48:16 -0700 2009
jtrupiano pushed to master at jtrupiano/sanitize_email Sat Apr 25 07:48:15 -0700 2009
HEAD is 8ff0892c3018040b8103782b1bb8af789ef0e4fa

2 commits »

jtrupiano pushed to master at jtrupiano/sanitize_email Sat Apr 25 07:48:15 -0700 2009
HEAD is 7d156abd7417c8bbea659d71ae23c2e39500a8b0
  • jtrupiano committed 7d156abd:
    Add RubyForge tasks/configuration. Prepare for 0.1.1 release to rubyforge.
jtrupiano pushed to master at jtrupiano/sanitize_email Sat Apr 25 07:21:12 -0700 2009
HEAD is 7a93900d3485c06917f9f50928dc777d2cf2bcb9