Autospec Rails posted by Stephen Smithstone @ Tue, 08 Sep 2009 07:12:27 +0000
I have solved it the problem seemed to be my require redgreen/autotest inside of ~/.autotest
View ArticleAutospec Rails posted by Stephen Smithstone @ Mon, 07 Sep 2009 13:39:22 +0000
I’ve installed ZenTest , rails-spec , rspec and when run AUTOFEATURE=true autospec i get the following error Warning: $KCODE is NONE....
View ArticleUnit Testing posted by Stephen Smithstone @ Fri, 26 Jun 2009 10:21:25 +0000
I to would like to see a topic on this
View Articleorder checkout add line_items p146 posted by Stephen Smithstone @ Fri, 26 Jun...
Yeh i managed to get that section and found the part about the has_many adding metods to the objects , as im new to dynamic languages this was a newbie mistake from me
View Articleorder checkout add line_items p146 posted by Stephen Smithstone @ Sun, 14 Jun...
in the code for add_line_items_from_cart(cart)it usesline_items << liwhere line_items is defined as ahas_many :line_itemswhich is a an instance variableso in the code should it not be@line_items...
View Articleself. vs @ in methods posted by Stephen Smithstone @ Sat, 23 May 2009...
in the initialize methods of classes u use the @var = varbut on page 86 u mention using self.leftchannel due to leftchannel being taking as localvarible, does that mean u could have used @leftchannel...
View Article