OakCH / scheduler

Vacation Scheduler for the Oakland Children's Hospital
7 stars 10 forks source link

Iter2 #61

Closed andrewnguyen closed 12 years ago

andrewnguyen commented 12 years ago

This fixes #50. The problem was that Capybara for some reason renders the HTML differently than the normal rails engine. So when we do "<< " + a link here, it goes, "OMG << so there are HTML TAGS!!!!". But rails doesn't do this. So it was like "WTF".

sheelc commented 12 years ago

Wow that's a really tricky issue/fix. I'll take a closer look at the code and merge it in a few hours.