Skip to content

Instantly share code, notes, and snippets.

>> ActiveMerchant::Billing.constants
=> ["AuthorizedNetGateway", "PayflowGateway", "Integrations",
"PaypalExpressGateway", "BrainTreeGateway", "UsaEpayGateway",
"AVSResult", "PayflowUkGateway", "DataCashGateway", "BeanstreamCore",
"Error", "EfsnetGateway", "PaypalGateway", "ModernPaymentsGateway",
"SageCore", "PaypalCaGateway", "SecurePayAuGateway",
"AuthorizeNetGateway", "SkipJackGateway", "CardStreamGateway",
"SageGateway", "Gateway", "TrustCommerceGateway", "PaypalExpressCommon",
"SecurePayTechGateway", "PayflowExpressResponse", "AuthorizeNetCimGateway",
"CVVResult", "CreditCardFormatting", "PayflowCommonAPI",
# This works
require 'rubygems'
require 'activesupport'
class Base
def self.cry
"#{self.name}.cry called!"
end
end
From 832c042e2c8eba2200627cc62de2854edcfb07c1 Mon Sep 17 00:00:00 2001
From: thedarkone <nobody>
Date: Wed, 11 Feb 2009 21:39:48 +0100
Subject: [PATCH] Port fast reloadable templates from rails-dev-boost.
---
actionmailer/test/abstract_unit.rb | 1 +
actionmailer/test/mail_service_test.rb | 2 +-
actionpack/lib/action_controller/rescue.rb | 2 +-
actionpack/lib/action_view.rb | 1 +