spree_ajax_cart 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
data/README.md
CHANGED
@@ -1,20 +1,28 @@
|
|
1
1
|
SpreeAjaxCart
|
2
|
-
|
2
|
+
===================
|
3
3
|
|
4
|
-
|
4
|
+
Add link_to_ajax_cart helper for Spree
|
5
5
|
|
6
6
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
Example goes here.
|
7
|
+
Basic Installation
|
8
|
+
------------------
|
11
9
|
|
12
|
-
|
13
|
-
|
10
|
+
1. Add the following to your Gemfile
|
11
|
+
<pre>
|
12
|
+
gem 'spree_ajax_cart', '~> 1.0.1'
|
13
|
+
</pre>
|
14
|
+
2. Run `bundle install`
|
15
|
+
3. To copy and apply migrations run:
|
16
|
+
<pre>
|
17
|
+
rails g spree_ajax_cart:install
|
18
|
+
</pre>
|
14
19
|
|
15
|
-
|
20
|
+
Example
|
21
|
+
=======
|
16
22
|
|
17
|
-
|
18
|
-
|
23
|
+
1. add new link to cart nav menu:
|
24
|
+
<pre>
|
25
|
+
<%= link_to_ajax_cart("Custom Text") %>
|
26
|
+
</pre>
|
19
27
|
|
20
|
-
Copyright (c) 2012 [
|
28
|
+
Copyright (c) 2012 [Damiano Giacomello], released under the New BSD License
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_ajax_cart
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10-
|
12
|
+
date: 2012-10-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: spree_core
|