Skip to content

Commit

Permalink
the normal commit syntax ... :)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivM committed Apr 6, 2009
1 parent 4eeed98 commit 8fb9aa9
Show file tree
Hide file tree
Showing 2 changed files with 1,227 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')

CONSUMER_KEY = "mahi-mahi.fr"
CONSUMER_SECRET = "0E1RY9sawJ0K1PDb48eD70fL"
PATH_TO_PRIVATE_KEY = "#{RAILS_ROOT}/config/rsakey.pem"

require 'xmlsimple'

Rails::Initializer.run do |config|
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
Expand All @@ -15,7 +21,8 @@
# config.load_paths += %W( #{RAILS_ROOT}/extras )

# Specify gems that this application depends on and have them installed with rake gems:install
# config.gem "bj"
config.gem "oauth"
# config.gem "xml-simple"
# config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
# config.gem "sqlite3-ruby", :lib => "sqlite3"
# config.gem "aws-s3", :lib => "aws/s3"
Expand Down
Loading

0 comments on commit 8fb9aa9

Please sign in to comment.