updating rails to 2.3.6
Posted
by Nik
on Stack Overflow
See other posts from Stack Overflow
or by Nik
Published on 2010-05-23T18:48:58Z
Indexed on
2010/05/23
19:21 UTC
Read the original article
Hit count: 430
ruby-on-rails
can you update your 2.3.5 app with just "gem update rails" and change the version # in environment.rb? I did that and lots of errors came out like in console just typing Post.all would show "undefined method `retrieve_connection' for nil:NilClass". Any ideas?
By the way, I have these gems in my environment.rb
config.gem "aws-s3", :version => ">= 0.6.2", :lib => "aws/s3"
config.gem "less"
config.gem "authlogic"
config.gem "be9-acl9", :source => "http://gems.github.com", :lib => "acl9"
config.gem "hash_extension"
config.gem "prawn"
© Stack Overflow or respective owner