Skip to content

Instantly share code, notes, and snippets.

When /^(?:|I )select "([^\"]*)" as the "([^\"]*)" date$/ do |date, date_label|
select_date(date, :from => date_label)
end
DATE_TIME_SUFFIXES = {
:year => '1i',
:month => '2i',
:day => '3i',
:hour => '4i',
:minute => '5i'
# DO NOT MODIFY THIS FILE
require 'digest/sha1'
require "rubygems"
module Bundler
module SharedHelpers
def default_gemfile
gemfile = find_gemfile
@johnlauck
johnlauck / OpenRailsProject.scpt
Created August 19, 2009 20:53
Open a rails project terminal session using this AppleScript
(*
Open Project
Open a Rails Project
opens git-sh, console, server, autospec and a command line
*)
on run
set dirs to {}