Exactly the same problem here! My sinatra app runs perfectly on my local machine, but gives me the above error when I run 'heroku rake db:migrate'
Please let me know if you found something relevant. Raj On Feb 6, 4:30 pm, marco <[email protected]> wrote: > Hi. > > I have tried several different configurations on my config.yml and I > keep getting this message when trying to rake db:migrate : > > rake aborted! > ActiveRecord::AdapterNotSpecified > > It seems to me the AR isn't seeing the code inside the config.yml > > I noticed that when deploying Rails apps Heroku just ignores the > contents of this file. How does this work with sinatra+AR? I mean, > when I do heroku rake db:migrate, is it my custom rake tasks running > on the server or is some heroku specific rake task ? > > Does anyone have some idea about this? -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
