Top Level Namespace
Defined Under Namespace
Modules: ActiveMerchant Classes: Build, GatewaySupport, PostData
Constant Summary collapse
- ROOT =
Figure out the root path of this app. The default method will assume that its the same as the location of the running Rakefile
File.(FileUtils.pwd) + '/'
- RAKE_TASK =
Standard settings, you can override each of them using the environment e.g. rake cia [email protected]
ENV['RAKE_TASK'] || ''
- EMAIL_TO =
ENV['EMAIL_TO'] || '[email protected]'
- EMAIL_FROM =
ENV['EMAIL_FROM'] || 'CIA <[email protected]>'
- NAME =
Get last segment of application’s path and treat it as name.
ENV['NAME'] || ROOT.scan(/(\w+)\/$/).flatten.first.capitalize