helzer wrote: [...] > I'll write the models to describe the database, so that Rails has full > visibility into the data. I'll use the fixtures and everything else.
I tend to think this is a bad idea. Rails likes its DB set up a certain way, and that may or may not correspond to what WordPress expects. However, you should still be able to use Ruby to test stuff -- just probably without Rails. > > What's needed is a way get the POST and GET calls to issue real HTTP > requests (normally, to 'localhost') and get the results from these > calls back to Rails. From Take a look at Webrat and Selenium. Also check out Cucumber and RSpec. But don't expect to throw Rails into the mix. [...] > Thanks! > Amir Helzer Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 -~----------~----~----~----~------~----~------~--~---

