TheConstructors / QwikStubs

An online ticket selling and purchasing system that is designed to be easy and convenient to use by both sellers and purchasers.
http://qwikstubs.com/
3 stars 0 forks source link

Mongo directives #3

Closed ColinDKelley closed 11 years ago

ColinDKelley commented 11 years ago

I created the ApplicationModel base class and got its tests passing. TODOs:

  1. There is still a warning about safe mode being deprecated in favor of :w => 1. I don't know where this is coming from?
  2. The Email find_by_email test is still failing (it was when I started). The complaint is
undefined method `embeddable?' for nil:NilClass

I've been guessing that was the user association but I can't explain why that would be nil.

ColinDKelley commented 11 years ago

The build error is fixed. So this is good to go. (And I'm not so sure it was there before. More likely I created it by making ApplicationModel a base class rather than a module, as it is now.)