I saw the same problem posted earlier too on this group but still didnt find any solution... I created a new database and a table. when I tried the comman rake migration it says "Rake Aborted! Dont know how to build task ''migrate''" I donno wats wrong... does anyone have any idea how to solve this??? My Database.yml file is development: adapter: mysql database:railslist_development username: root password: admin host: localhost timeout: 5000 adapter: mysql database: railslist_test username: root password: admin host: localhost timeout: 5000 production: adapter: mysql database: railslist_production username: root password: admin host: localhost timeout: 5000 Any help would be appreciated. Thanks --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
You should command exactly as "rake db:migrate" Ashit Vora 写道:> I saw the same problem posted earlier too on this group but still > didnt find any solution... > > I created a new database and a table. > > when I tried the comman rake migration > > it says > > "Rake Aborted! > Dont know how to build task ''migrate''" > > I donno wats wrong... > > does anyone have any idea how to solve this??? > > > > My Database.yml file is > > > development: > adapter: mysql > database:railslist_development > username: root > password: admin > host: localhost > timeout: 5000 > > adapter: mysql > database: railslist_test > username: root > password: admin > host: localhost > timeout: 5000 > > production: > adapter: mysql > database: railslist_production > username: root > password: admin > host: localhost > timeout: 5000 > > > > Any help would be appreciated. > > Thanks--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
On 7 May 2008, at 08:25, Ashit Vora wrote:> > I saw the same problem posted earlier too on this group but still > didnt find any solution... > > I created a new database and a table. > > when I tried the comman rake migration > > it says > > "Rake Aborted! > Dont know how to build task ''migrate''"Your info is out of date. It''s now rake db:migrate Fred --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
Hello, Give the command as rake db:migrate regards sumesh On Wed, May 7, 2008 at 12:55 PM, Ashit Vora <a.k.vora-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I saw the same problem posted earlier too on this group but still > didnt find any solution... > > I created a new database and a table. > > when I tried the comman rake migration > > it says > > "Rake Aborted! > Dont know how to build task ''migrate''" > > I donno wats wrong... > > does anyone have any idea how to solve this??? > > > > My Database.yml file is > > > development: > adapter: mysql > database:railslist_development > username: root > password: admin > host: localhost > timeout: 5000 > > adapter: mysql > database: railslist_test > username: root > password: admin > host: localhost > timeout: 5000 > > production: > adapter: mysql > database: railslist_production > username: root > password: admin > host: localhost > timeout: 5000 > > > > Any help would be appreciated. > > Thanks > > > >--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---