From 9efaf8ab5aad3449ef33ef338271fedd279133ad Mon Sep 17 00:00:00 2001 From: Jason Katz Date: Fri, 17 Jun 2011 11:05:35 -0700 Subject: [PATCH] some small changes to get rails working hopefully --- .gems | 4 +++- config/environment.rb | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gems b/.gems index d929a97..125e22b 100755 --- a/.gems +++ b/.gems @@ -1,3 +1,5 @@ -warden +rails --version 2.3.8 +pg +warden --version 0.10.7 devise --version 1.0.8 paginate diff --git a/config/environment.rb b/config/environment.rb index 59f5fe2..44779d3 100755 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,7 +1,7 @@ # Be sure to restart your server when you modify this file # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION + RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require 'thread' @@ -22,7 +22,7 @@ Rails::Initializer.run do |config| # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. - config.action_mailer.default_url_options = { :host => 'trilliumai.heroku.com' } + config.action_mailer.default_url_options = { :host => 'moonscoopai.heroku.com' } config.action_mailer.delivery_method = :smtp config.action_mailer.raise_delivery_errors = true @@ -34,9 +34,9 @@ Rails::Initializer.run do |config| # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" # config.gem "sqlite3-ruby", :lib => "sqlite3" # config.gem "aws-s3", :lib => "aws/s3" - config.gem 'warden', :version => '0.10.7' - config.gem 'devise', :version => '1.0.9' - config.gem 'paginate' + config.gem 'warden', :version => '0.10.7' + config.gem 'devise', :version => '1.0.9' + config.gem 'paginate' # Only load the plugins named here, in the order given (default is alphabetical). # :all can be used as a placeholder for all plugins not explicitly named