The Neurochild wrote: > > Do I have to create the initializers directory? Because Rails didn't > created it. >
Initializers come with Rails 2.x (not sure if which point release, maybe the first one). You'll have to use the environment.rb method in 1.2.x. > I tested the config for PostgreSQL and worked. The only catch is the > schema, instead of :char, it shows :string. But it was reflected > perfectly when checking pgAdmin III. Is the schema thingy normal? have > you tried? What is your schema dump format? Honestly, I have never used schema.rb. I've read that you can use it to recreate a database, but as of yet, I have not needed to do that. So, no, I haven't run into that problem. Try to changing your schema dump format to sql. You do that in environment.rb as well. Peace. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

