spree_easy_contact 1.3.2 → 1.3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +20 -11
- metadata +6 -5
data/README.md
CHANGED
@@ -1,21 +1,30 @@
|
|
1
1
|
SpreeEasyContact
|
2
2
|
================
|
3
3
|
|
4
|
-
|
4
|
+
Easy to implement contact form with honeypot-captcha, with a topic selection management in admin.
|
5
|
+
It stores all messages in DB for an easy recall of messages.
|
5
6
|
|
7
|
+
This extension is based on joshnuss spree-contact-form (thank you BTW) : https://github.com/joshnuss/spree-contact-form
|
6
8
|
|
7
|
-
|
8
|
-
|
9
|
+
Installation
|
10
|
+
============
|
9
11
|
|
10
|
-
|
12
|
+
Put the following line into your gemfile :
|
11
13
|
|
12
|
-
|
13
|
-
-------
|
14
|
+
gem 'spree_easy_contact'
|
14
15
|
|
15
|
-
|
16
|
+
Then run all the following command :
|
16
17
|
|
17
|
-
|
18
|
-
$ bundle exec rake test_app
|
19
|
-
$ bundle exec rspec spec
|
18
|
+
bundle install
|
20
19
|
|
21
|
-
|
20
|
+
rails g spree_easy_contact:install
|
21
|
+
|
22
|
+
Set properly the mail method in the admin area (/admin/mail_methods)
|
23
|
+
|
24
|
+
Add some topics
|
25
|
+
|
26
|
+
And you're done !
|
27
|
+
=================
|
28
|
+
|
29
|
+
|
30
|
+
Copyright (c) 2013 [Mathias Standaert for Organic Web], released under the New BSD License
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_easy_contact
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.2
|
4
|
+
version: 1.3.2.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: 2013-07-
|
12
|
+
date: 2013-07-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: spree_core
|
@@ -156,7 +156,7 @@ dependencies:
|
|
156
156
|
- !ruby/object:Gem::Version
|
157
157
|
version: '0'
|
158
158
|
description: Simple contact from manager for Spree
|
159
|
-
email:
|
159
|
+
email: contact@organicweb.fr
|
160
160
|
executables: []
|
161
161
|
extensions: []
|
162
162
|
extra_rdoc_files:
|
@@ -164,7 +164,8 @@ extra_rdoc_files:
|
|
164
164
|
files:
|
165
165
|
- README.md
|
166
166
|
homepage: https://github.com/organicweb/spree-easy-contact
|
167
|
-
licenses:
|
167
|
+
licenses:
|
168
|
+
- BSD
|
168
169
|
post_install_message:
|
169
170
|
rdoc_options: []
|
170
171
|
require_paths:
|
@@ -183,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
184
|
version: '0'
|
184
185
|
segments:
|
185
186
|
- 0
|
186
|
-
hash:
|
187
|
+
hash: 4561415795531353182
|
187
188
|
requirements:
|
188
189
|
- none
|
189
190
|
rubyforge_project:
|