On Apr 26, 12:25 am, serenobs <[email protected]> wrote: . . > > There is a db file at db folder named development.sqlite3 > what's wrong with me? > Somebody help me, please. > Did your migration complete successfully? i.e. does the table posts exist in your database? Does your database.yml file point to your db file - development.sqlite3? It should look something like this: development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 > Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

