Migrated MySQL but ruby on rails app keeps looking for SQLLite!!! HELP!!!!!!!! Error says: no such file to load -- sqlite3 But I used a Mysql migration. Tables were written fine. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
OMG!!!!!!!!! Please ask these questions on the rubyonrails-talk list OMGGG!!!!!!!!!!!!!!1one -- Ryan Bigg On Wednesday, 16 March 2011 at 4:24 AM, larry sharpe wrote:> Migrated MySQL but ruby on rails app keeps looking for SQLLite!!! > HELP!!!!!!!! > > Error says: > no such file to load -- sqlite3 > > But I used a Mysql migration. Tables were written fine. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
This is not a rails-core question. Please ask this on the rails-talk list. However, some things to try include, make sure your database.yml is using the mysql or mysql2 adapter. Check if sqlite3 is in your Gemfile. If so, remove it and add an entry for mysql or mysql2. On Mar 15, 2011, at 11:24 AM, larry sharpe wrote:> Migrated MySQL but ruby on rails app keeps looking for SQLLite!!! > HELP!!!!!!!! > > Error says: > no such file to load -- sqlite3 > > But I used a Mysql migration. Tables were written fine. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.