Hello,
Recently was driving a spike on moving our app to Ruby 1.9 and ran
into some problems with out test suite. I could be totally off here as
I couldn't find much reference to rspec 1.3's ruby 1.9 compatibility.
The error I'm getting is:
NoMethodError in 'BusinessesController POST clear as a
Hi all,
I am working on a feature to allow administrators of an online
store to rearrange the order in which their product categories show up on
the site. I want to use a simple implementation of sortable_lists
(madrobby.github.com/scriptaculous/sortable-lists-demo/) to allow the
administrators
On 29 Dec 2010, at 10:21, Matt Wynne wrote:
>
> On 29 Dec 2010, at 06:14, Shea Levy wrote:
>
>> Hi all,
>>
>> Suppose I have a table that lists all of my products, that includes a a
>> Description somewhere in the first , and each product has its
>> data held within a . After updating a
>>
On Dec 29, 2010, at 12:01 AM, Shea Levy wrote:
> Hi all,
>
> What's the best way to handle features which rely on an external API in a
> behaviour-driven way? Suppose I have an app which manages online ordering
> from several independent stores, with a cut taken from each purchase, and I
> want
On 29 Dec 2010, at 06:14, Shea Levy wrote:
> Hi all,
>
> Suppose I have a table that lists all of my products, that includes a a
> Description somewhere in the first , and each product has its
> data held within a . After updating a
> product's description, I want to write something like:
>
On 29 Dec 2010, at 05:49, Shea Levy wrote:
> Hi all,
>
> What's the best way to implement performance enhancements from the
> outside-in? For example, if I'm working test-free and I know I'm going to be
> looking up my Shops by phone number often, I'll write a migration to make
> phone_number