0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 18 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.rdoc More... over 5 years ago
Update README.rdoc More... over 5 years ago
Merge pull request #4 from jfturcot/master More... over 12 years ago
Added the .gemspec file in the repository to be able to install the gem from the git repository in bundler. More... over 13 years ago
Fixed an error in the acts_as_cart documentation. More... over 13 years ago
The private method with_callbacks on the Cart class now returns the class object when successful. More... over 13 years ago
Bumping version More... over 13 years ago
Bumping version More... over 13 years ago
Simplified new_from_item class method. More... over 13 years ago
Added ":dependent => :destroy" to the has_many method in acts_as_cart. More... over 13 years ago
Fixed a problem in acts_as_cart where add_to_cart was creating a new cart_item with a cart_id of nil. More... over 13 years ago
Bumping version More... almost 14 years ago
Adding quantity to new_from_item call More... almost 14 years ago
Updating doc about last transition change More... almost 14 years ago
Bumping version More... almost 14 years ago
Now allows you to continue shopping after a failed payment More... almost 14 years ago
Bumping version More... almost 14 years ago
Allowing transition from failed back to checkout More... almost 14 years ago
Bumping version More... almost 14 years ago
Storage now casts price with to_f, which should make the gem compatibale with Money More... almost 14 years ago
Bumping version More... almost 14 years ago
Restoring item paramater in cart_storage beofre_* and after_* callbacks More... almost 14 years ago
Bumping version More... almost 14 years ago
Adding options paramaters to add, remove and update cart methods, so they can be overridden and extended More... almost 14 years ago
Bumping version - seems gemcutter doesn't like sub-patch levels More... almost 14 years ago
Bumping patch level More... almost 14 years ago
Adding update_cart to acts_as_cart class More... almost 14 years ago
Bumping version to 0.0.10 More... almost 14 years ago
Allowing quantity to be :all on ActsAsCart#remove_from_cart More... almost 14 years ago
Adding Cart#update_cart method, and allowing :all to be supplied to the Cart#remove_from_cart method More... almost 14 years ago