I am using RVM and I have tried simply updating my Gemfile to include Rails 3.0, however, there are some libraries that need to be upgraded in order for bundle install to execute properly.
I had to reset my machine back to a snapshot, so I can't get you the exact library that was having trouble, but I do believe it was something with SQLite3. The problem lies in using gems which I can keep up-to-date, but using apt which only applies security fixes in the stable branch of Debian. If the libraries upon which the gems depend are out of date, what is the accepted way of fixing that? Should I manually download all of the libraries and their required dependencies or should I just use the testing branch of Debian on a production server? Regarding Ubuntu Linux: Ubuntu is based off of Debian; do they stay more up-to-date than the stable branch? If so, I would certainly give it a try, but I was under the impression that they had many of the same problems as Debian (with regards to Rails 3). Thanks for your responses, I appreciate the help very much. On Aug 30, 6:28 pm, Nugroho Herucahyono <m...@xinuc.org> wrote: > what do you mean with "they don't have very good support for Rails 3.0" ? > > just edit your Gemfile, add "gem 'rails', '3.0.0'" and run bundle install. > > > > On Tue, Aug 31, 2010 at 1:48 AM, Topher <fangiotop...@gmail.com> wrote: > > Hello all, > > > I am incredibly excited about Rails 3.0 and we will be using it for > > some products in the very near future. The problem is, we are > > currently using Debian for our development/production environments and > > they don't have very good support for Rails 3.0 (yet). > > > Now, I love Debian because it's incredibly stable, easy to use, tons > > of support, etc. However, I am willing to use a different server for > > development/production of any Rails 3.0 apps. > > > So, are many people going to use Debian with Rails 3.0? If so, could > > you point me to some articles on best practices, setup guides, etc. If > > not, what distro would be best? Anybody know what the guys at > > 37signals use? > > > Thanks very much! > > > -- > > You received this message because you are subscribed to the Google Groups > > "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-t...@googlegroups.com. > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscr...@googlegroups.com. > > For more options, visit this group > > athttp://groups.google.com/group/rubyonrails-talk?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.