I''m am extremely confused (disappointed?) right now. For the life of me, I can''t find any documentation on database setup, database.yml setup, etc. This seems like the most basic thing in the world. How did I miss this? None of the tutorials, faqs, anything seem to address this. The default config is setup for sqllite, which is fine, but I''d love to use mysql. I also know there are specific naming conventions for tables and columns, but where is this documented? Shouldn''t this be extremely easy to track down? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I agree with you, there should be better documentation on such a basic and one of the few config files. This example should be good enough for you for the database.yml file: http://dev.rubyonrails.org/attachment/ticket/7590/added_more_comments_to_database_yml.diff On Feb 18, 8:44 am, seth <sethsyb...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m am extremely confused (disappointed?) right now. For the life of > me, I can''t find any documentation on database setup, database.yml > setup, etc. This seems like the most basic thing in the world. How > did I miss this? None of the tutorials, faqs, anything seem to > address this. The default config is setup for sqllite, which is fine, > but I''d love to use mysql. I also know there are specific naming > conventions for tables and columns, but where is this documented? > Shouldn''t this be extremely easy to track down?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Great, thanks! That''s perfect. I''ve also found this on conventions: http://rails.raaum.org/database-conventions.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---