Kevin Fagan
Results
2
issues of
Kevin Fagan
I've tried requiring compass plugins in setup.rb and then importing them in my style.sass file but when applying the mixin this seems to throw an undefined mixin error every time....
If I change the xpath_spec.rb to this: ``` ruby class TestBaby include HappyMapper tag 'baby' has_one :name, String end class Item include HappyMapper tag 'item' namespace 'amazing' element :title, String...