Jens Moewes - Germany
2008-Feb-25 18:25 UTC
Agile web developement - Depot App first application
hi there, just wondering - i´m building my first app as described in "agile web development" chapter 6 (depot) and followed the instructions to the letter - i saw that the database my set up creates by default is not mysql but sqlite - so i changed it and overwrote it with mysql and so far all looks fine - does anyone have a similar experience and whether i causes some problmes down the line? i´m just downloaded the latest instant rails a a week ago - so some feature maybe changed since the book was written - i´m reffering to the SECOND editon of the book. thanks and regards, JM --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> hi there, > just wondering - i´m building my first app as described in "agile web > development" chapter 6 (depot) and followed the instructions to the > letter - i saw that the database my set up creates by default is not > mysql but sqlite - so i changed it and overwrote it with mysql and so > far all looks fine - does anyone have a similar experience and whether > i causes some problmes down the line? i´m just downloaded the latest > instant rails a a week ago - so some feature maybe changed since the > book was written - i´m reffering to the SECOND editon of the book. > > thanks and regards, > JMThings have changed significantly since ADWROR 2nd Ed. was released. You did the right thing changing to MySQL. That will get your database connectivity working. You will find that scaffolding and pagination don''t work as advertised, as they have been extracted from Rails core. I''ve written a post in my blog about the issues you will encounter moving to Rails 2.0. See if it answers your questions: http://calicowebdev.com/blog/show/17 (shameless plug, but it saves typing it all again) --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jens Moewes - Germany
2008-Feb-26 09:57 UTC
Re: Agile web developement - Depot App first application
thanks - found some other blogs and suggestions to that issue as well and are trying to work out which gives me the least hassle. On Feb 25, 7:32 pm, "s.ross" <cwdi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > hi there, > > just wondering - i´m building my first app as described in "agile web > > development" chapter 6 (depot) and followed the instructions to the > > letter - i saw that the database my set up creates by default is not > > mysql but sqlite - so i changed it and overwrote it with mysql and so > > far all looks fine - does anyone have a similar experience and whether > > i causes some problmes down the line? i´m just downloaded the latest > > instant rails a a week ago - so some feature maybe changed since the > > book was written - i´m reffering to the SECOND editon of the book. > > > thanks and regards, > > JM > > Things have changed significantly since ADWROR 2nd Ed. was released. > You did the right thing changing to MySQL. That will get your database > connectivity working. You will find that scaffolding and pagination > don''t work as advertised, as they have been extracted from Rails core. > I''ve written a post in my blog about the issues you will encounter > moving to Rails 2.0. See if it answers your questions: > > http://calicowebdev.com/blog/show/17 > > (shameless plug, but it saves typing it all again)--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---