Hi, I've been googling and going through the forum, and I can't find the answers so some stray questions.
A) If I have a render :partial is there a way to get rid of the trailing newline? <%- and -%> don't work. Is the <br> an essential part of the partial? B) People say that the mysql tables get kinda messy sometimes and that they need to be reinitialized every once in a while. Frankly, that kind of talk scares me. But what are the steps for reinitializing? I have a problem where I added the has_many and belongs_to lines fairly late in the game, and I am worried that somehow the scaffolding isn't paying attention to them. I have an object that has_many As and has_many Bs. It gives me no problem with the As, but when it tries to find the Bs, give an error. The error says: uninitialized constant SpreadType::Abstractleg I don't have any irritating pluralization or nothin. I am running on Debian Linux. 3. I also get a scary error when I try to install the ruby-gems debugging package. Should I just switch OSes? What is the VERY BEST OS for doing ruby work? -- 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 -~----------~----~----~----~------~----~------~--~---

