Skip to content

Commit

Permalink
remove shit
Browse files Browse the repository at this point in the history
  • Loading branch information
micahbrich committed Dec 14, 2009
1 parent 7c9d825 commit 50cceee
Show file tree
Hide file tree
Showing 163 changed files with 20 additions and 12,656 deletions.
2 changes: 2 additions & 0 deletions .gems
@@ -0,0 +1,2 @@
fleakr
will_paginate
File renamed without changes.
9 changes: 7 additions & 2 deletions config/database.yml
Expand Up @@ -4,8 +4,13 @@ development:
adapter: mysql
database: flickr
username: root
password: root

password:

# development:
# adapter: sqlite3
# database: db/dev.sqlite3
# timeout: 5000

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
Expand Down
21 changes: 11 additions & 10 deletions config/environment.rb
Expand Up @@ -27,9 +27,10 @@
# config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
# config.gem "aws-s3", :lib => "aws/s3"
config.gem 'fleakr'
config.gem 'mislav-will_paginate', :version => '~> 2.2.3', :lib => 'will_paginate',
:source => 'http://gems.github.com'
config.gem 'daemons'
config.gem "will_paginate"
#config.gem 'mislav-will_paginate', :version => '~> 2.2.3', :lib => 'will_paginate',
# :source => 'http://gems.github.com'
# config.gem 'daemons'
# config.gem 'ar_mailer'

# Only load the plugins named here, in the order given. By default, all plugins
Expand Down Expand Up @@ -75,15 +76,15 @@
#flickr
require 'fleakr'

# ar_mailer
require 'action_mailer/ar_mailer'

ActionMailer::Base.perform_deliveries = true
ActionMailer::Base.default_charset = 'utf-8'
ActionMailer::Base.delivery_method = :activerecord
# # ar_mailer
# require 'action_mailer/ar_mailer'
#
# ActionMailer::Base.perform_deliveries = true
# ActionMailer::Base.default_charset = 'utf-8'
# ActionMailer::Base.delivery_method = :activerecord

#configs
APP_CONFIG = YAML.load_file("#{RAILS_ROOT}/config/app_info.yml")
FLICKR_CONFIG = YAML.load_file("#{RAILS_ROOT}/config/flickr.yml")

ActionController::AbstractRequest.relative_url_root = "/blog"
# ActionController::AbstractRequest.relative_url_root = "/blog"
Empty file added tmp/restart.txt
Empty file.
52 changes: 0 additions & 52 deletions vendor/gems/ar_mailer-1.3.1/History.txt

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/gems/ar_mailer-1.3.1/LICENSE.txt

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/gems/ar_mailer-1.3.1/Manifest.txt

This file was deleted.

39 changes: 0 additions & 39 deletions vendor/gems/ar_mailer-1.3.1/README.txt

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/gems/ar_mailer-1.3.1/Rakefile

This file was deleted.

6 changes: 0 additions & 6 deletions vendor/gems/ar_mailer-1.3.1/bin/ar_sendmail

This file was deleted.

98 changes: 0 additions & 98 deletions vendor/gems/ar_mailer-1.3.1/lib/action_mailer/ar_mailer.rb

This file was deleted.

0 comments on commit 50cceee

Please sign in to comment.