I''m using edge rails so I can use database migrations to create decimal fields. When putting the app on my Debian server to test it, I got a ''Mysql not loaded'' error on rake db:migrate. Removing edge rails fixed the Mysql problem, but obviously my migrations didn''t work ;) Anyone else getting odd DB behaviour on the edge? --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Ben wrote:> I''m using edge rails so I can use database migrations to create decimal > fields. When putting the app on my Debian server to test it, I got a > ''Mysql not loaded'' error on rake db:migrate. > > Removing edge rails fixed the Mysql problem, but obviously my > migrations didn''t work ;) > > Anyone else getting odd DB behaviour on the edge?Hmmm. I had this same weirdness trying to install Mephisto. all my other apps were running fine, but mephisto (running on edge) exhibited this behaviour. I uninstalled and reinstalled the mysql gem and all was well. A. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Thanks for the tip. Unfortunately it didn''t work for me. I''ve taken the project off edge for now and horribly hacked my migrations so they work for testing. I can try periodically checking edge-rails to see if the problem sorts itself out... It sounds like a config problem at my end though. It also sounds like it''ll bite me later if I don''t fix it. Has anyone else seen this? I can''t find much about the error message on the web... Ben Alan C Francis wrote:> Ben wrote: > > I''m using edge rails so I can use database migrations to create decimal > > fields. When putting the app on my Debian server to test it, I got a > > ''Mysql not loaded'' error on rake db:migrate. > > > > Removing edge rails fixed the Mysql problem, but obviously my > > migrations didn''t work ;) > > > > Anyone else getting odd DB behaviour on the edge? > > Hmmm. > > I had this same weirdness trying to install Mephisto. all my other apps > were running fine, but mephisto (running on edge) exhibited this > behaviour. > > I uninstalled and reinstalled the mysql gem and all was well. > > A. > > -- > Posted via http://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---