This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >> 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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This works | |
| require 'rubygems' | |
| require 'activesupport' | |
| class Base | |
| def self.cry | |
| "#{self.name}.cry called!" | |
| end | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 + |
NewerOlder