active_cart icon indicating copy to clipboard operation
active_cart copied to clipboard

A shopping cart framework

Results 2 active_cart issues
Sort by recently updated
recently updated
newest added

``` Cart.last.cart_items SystemStackError: stack level too deep from /home/olkeene/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/forwardable.rb:204 ```

The def_delegators that are set in acts_as_cart breaks belongs_to in the Cart model when used with Rails 3 and Ruby 1.9.2-rc2. ``` account = Account.first cart = account.carts.create! cart.account TypeError:...