[Rails] Re: Mongrel fails to start after installation of plugin prawnto

2010-01-10 Thread Frederick Cheung
On 10 Jan, 11:23, Fritz Trapper li...@ruby-forum.com wrote: After I installed prawnto in my project, Mongrel fails to start with these backtrace lines: Sounds like your app is using a version of rails that is too old fred /home/inet/Aptana RadRails

[Rails] Re: Mongrel fails to start after installation of plugin prawnto

2010-01-10 Thread Fritz Trapper
Frederick Cheung wrote: On 10 Jan, 11:23, Fritz Trapper li...@ruby-forum.com wrote: After I installed prawnto in my project, Mongrel fails to start with these backtrace lines: Sounds like your app is using a version of rails that is too old That's what I guessed and for that completly

[Rails] Re: Mongrel fails to start after installation of plugin prawnto

2010-01-10 Thread Frederick Cheung
On 10 Jan, 14:45, Fritz Trapper li...@ruby-forum.com wrote: Frederick Cheung wrote: Sounds like your app is using a version of rails that is too old That's what I guessed and for that completly uninstalled rails and gem from my system and reinstalled gem1.8 + rails 2.3.5 But it did not

[Rails] Re: Mongrel fails to start after installation of plugin prawnto

2010-01-10 Thread Fritz Trapper
Frederick Cheung wrote: the version to use is set in environment.rb (unless you have frozen rails into vendor) Thanks, now the debugger is starting up, but the bad news is, that I still get the same message, than with the former version: uninitialized constant ActiveSupport::Memoizable

[Rails] Re: Mongrel fails to start after installation of plugin prawnto

2010-01-10 Thread Fritz Trapper
Fritz Trapper wrote: uninitialized constant ActiveSupport::Memoizable (NameError) This was nonsense, sorry. mysql was missing. After running apt-get install libmysqlclient15-dev gem install mysql My app now runs again. Thanks for your help. -- Posted via http://www.ruby-forum.com/.