Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spot-us/spot-us
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenrabaino committed Jun 23, 2011
2 parents c4f05f1 + 8f32764 commit 9cfcb5c
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 67 deletions.
2 changes: 2 additions & 0 deletions app/controllers/api/credits_controller.rb
@@ -0,0 +1,2 @@
class Api::CreditsController < ApplicationController
end
2 changes: 2 additions & 0 deletions app/controllers/api/donations_controller.rb
@@ -0,0 +1,2 @@
class Api::DonationsController < ApplicationController
end
2 changes: 2 additions & 0 deletions app/controllers/api/pitches_controller.rb
@@ -0,0 +1,2 @@
class Api::PitchesController < ApplicationController
end
2 changes: 2 additions & 0 deletions app/controllers/api/stories_controller.rb
@@ -0,0 +1,2 @@
class Api::StoriesController < ApplicationController
end
2 changes: 2 additions & 0 deletions app/controllers/api/users_controller.rb
@@ -0,0 +1,2 @@
class Api::UsersController < ApplicationController
end
2 changes: 0 additions & 2 deletions app/models/news_item.rb
Expand Up @@ -38,8 +38,6 @@
# current_funding :decimal(15, 2)
#

require "url_shortener"

class NewsItem < ActiveRecord::Base
include HasTopics
include AASMWithFixes
Expand Down
8 changes: 6 additions & 2 deletions config/environment.rb
Expand Up @@ -33,10 +33,14 @@
config.gem "cucumber", :lib => false, :version => "= 0.1.16"
config.gem "webrat", :lib => false, :version => "= 0.4.4"
config.gem "money", :version => ">=2.1.3"
config.gem "oauth2"
config.gem "oauth2", :version => "= 0.4.1"
config.gem "faraday", :version => "= 0.6.1"
config.gem "json"
config.gem "twitter_oauth"

config.gem "memcached"
config.gem "right_aws"
config.gem "url_shortener"

config.time_zone = 'UTC'

config.load_paths += %W( #{RAILS_ROOT}/app/sweepers )
Expand Down
62 changes: 0 additions & 62 deletions config/facebooker.yml.example

This file was deleted.

1 change: 0 additions & 1 deletion config/initializers/lib_references.rb
@@ -1 +0,0 @@
require 'memcached'
3 changes: 3 additions & 0 deletions config/s3.yml.example
@@ -0,0 +1,3 @@
development:
access_key_id: "access_key_id"
secret_access_key: "secret_access_key"

0 comments on commit 9cfcb5c

Please sign in to comment.