some small changes to get rails working hopefully
This commit is contained in:
parent
55ab922b5b
commit
9efaf8ab5a
4
.gems
4
.gems
|
@ -1,3 +1,5 @@
|
||||||
warden
|
rails --version 2.3.8
|
||||||
|
pg
|
||||||
|
warden --version 0.10.7
|
||||||
devise --version 1.0.8
|
devise --version 1.0.8
|
||||||
paginate
|
paginate
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Be sure to restart your server when you modify this file
|
# Be sure to restart your server when you modify this file
|
||||||
|
|
||||||
# Specifies gem version of Rails to use when vendor/rails is not present
|
# 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
|
# Bootstrap the Rails environment, frameworks, and default configuration
|
||||||
require 'thread'
|
require 'thread'
|
||||||
|
@ -22,7 +22,7 @@ Rails::Initializer.run do |config|
|
||||||
# Settings in config/environments/* take precedence over those specified here.
|
# Settings in config/environments/* take precedence over those specified here.
|
||||||
# Application configuration should go into files in config/initializers
|
# Application configuration should go into files in config/initializers
|
||||||
# -- all .rb files in that directory are automatically loaded.
|
# -- 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.delivery_method = :smtp
|
||||||
config.action_mailer.raise_delivery_errors = true
|
config.action_mailer.raise_delivery_errors = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user