0
I Use This!
Inactive

Commits : Listings

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