solidus 2.9.6 → 2.10.0.beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +45 -33
- data/lib/sandbox.sh +6 -5
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 586357d77a19442a6e610b92f8635d1e1557a08e42c9a3bd1196981c9aa32963
|
|
4
|
+
data.tar.gz: 99ca45a4adadd21b559b41ddc079016d9ed6dc2f0270f279cdd66389801bda16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 855b25b23445bb45cb98c0c3c49a773698b17e85500d8f44e6c1d49498840873b2848b7d9c916b8b96e39f74ef4922d7c1828fa6b1540f165e4fa18cc36ef435
|
|
7
|
+
data.tar.gz: a78ee0b72a30bc8eea9c568d88b9f18c38511003872fbd9a653c449785e6a0a2f76335ebf7f4872de448f091f5e79e1b00221d1194e440ae675d9620a13b671d
|
data/README.md
CHANGED
|
@@ -1,31 +1,55 @@
|
|
|
1
|
+
<img width="250" src="./logo.svg" alt="Solidus logo">
|
|
1
2
|
|
|
2
|
-
|
|
3
|
+
# Solidus
|
|
4
|
+
|
|
5
|
+
[](https://circleci.com/gh/solidusio/solidus/tree/master)
|
|
6
|
+
[](https://rubygems.org/gems/solidus)
|
|
7
|
+
[](LICENSE.md)
|
|
8
|
+
[](https://houndci.com)
|
|
9
|
+
|
|
10
|
+
[](https://opencollective.com/solidus)
|
|
11
|
+
[](https://opencollective.com/solidus)
|
|
12
|
+
[](https://opencollective.com/solidus)
|
|
13
|
+
[](https://www.codetriage.com/solidusio/solidus)
|
|
14
|
+
[](http://slack.solidus.io)
|
|
15
|
+
|
|
16
|
+
**A free, open-source ecommerce platform that gives you complete control over your store.**
|
|
17
|
+
|
|
18
|
+
- **Visit our website**: [https://solidus.io/](https://solidus.io/)
|
|
19
|
+
- **Read our guides**: [https://guides.solidus.io/developers/](https://guides.solidus.io/developers/)
|
|
20
|
+
- **Join our Slack**: [https://solidusio.slack.com/](https://solidusio.slack.com/)
|
|
21
|
+
- **Solidus Security**: [mailing list](https://groups.google.com/forum/#!forum/solidus-security)
|
|
3
22
|
|
|
4
|
-
- [solidus.io](http://solidus.io/)
|
|
5
|
-
- [Documentation](https://guides.solidus.io)
|
|
6
|
-
- [Join our Slack](http://slack.solidus.io/) ([solidusio.slack.com](http://solidusio.slack.com))
|
|
7
|
-
- [solidus-security](https://groups.google.com/forum/#!forum/solidus-security) mailing list
|
|
8
23
|
|
|
9
24
|
## Table of Contents
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
25
|
+
- [Supporting Solidus](#supporting-solidus)
|
|
26
|
+
- [Summary](#summary)
|
|
27
|
+
- [Demo](#demo)
|
|
28
|
+
- [Getting Started](#getting-started)
|
|
29
|
+
- [Installation Options](#installation-options)
|
|
30
|
+
- [Performance](#performance)
|
|
31
|
+
- [Developing Solidus](#developing-solidus)
|
|
32
|
+
- [Contributing](#contributing)
|
|
33
|
+
|
|
34
|
+
## Supporting Solidus
|
|
35
|
+
As a community-driven project, Solidus relies on funds and time donated by developers and stakeholders who use Solidus for their businesses. If you'd like to help Solidus keep growing, please consider:
|
|
18
36
|
|
|
19
|
-
|
|
37
|
+
- [Become a backer or sponsor on Open Collective](https://opencollective.com/solidus).
|
|
38
|
+
- [Contribute to the project](https://github.com/solidusio/solidus/blob/master/CONTRIBUTING.md).
|
|
20
39
|
|
|
21
|
-
|
|
40
|
+
### Main Contributor & Director
|
|
41
|
+
At present, Nebulab is the main code contributor and director of Solidus, providing technical guidance and coordinating community efforts and activities.
|
|
22
42
|
|
|
23
|
-
|
|
43
|
+
[](https://nebulab.it/)
|
|
24
44
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
45
|
+
### Ambassadors
|
|
46
|
+
Support this project by becoming a Solidus Ambassador. Your logo will show up here with a link to your website. [Become an Ambassador](https://opencollective.com/solidus).
|
|
47
|
+
|
|
48
|
+
|[](https://www.enginecommerce.com/)|[](https://supergood.software/)|[](https://karmacreative.io/)|
|
|
49
|
+
[](https://www.moddedeuros.com)|
|
|
50
|
+
|---|---|---|---|
|
|
51
|
+
|
|
52
|
+
---
|
|
29
53
|
|
|
30
54
|
## Summary
|
|
31
55
|
|
|
@@ -50,18 +74,6 @@ ecommerce platform. However, you may only want to use the
|
|
|
50
74
|
[`solidus_core`](https://github.com/solidusio/solidus/tree/master/core) gem
|
|
51
75
|
combine it with your own custom frontend, admin interface, and API.
|
|
52
76
|
|
|
53
|
-
[](https://circleci.com/gh/solidusio/solidus/tree/master)
|
|
54
|
-
[](https://rubygems.org/gems/solidus)
|
|
55
|
-
[](LICENSE.md)
|
|
56
|
-
[](http://slack.solidus.io)
|
|
57
|
-
[](https://opencollective.com/solidus)
|
|
58
|
-
[](https://opencollective.com/solidus)
|
|
59
|
-
[](https://www.codetriage.com/solidusio/solidus)
|
|
60
|
-
|
|
61
|
-
### Supported by
|
|
62
|
-
|
|
63
|
-
[](https://houndci.com)
|
|
64
|
-
|
|
65
77
|
## Demo
|
|
66
78
|
|
|
67
79
|
Try out Solidus with one-click on Heroku:
|
|
@@ -87,7 +99,7 @@ Begin by making sure you have
|
|
|
87
99
|
required for Paperclip. (You can install it using [Homebrew](https://brew.sh) if
|
|
88
100
|
you're on a Mac.)
|
|
89
101
|
|
|
90
|
-
To add solidus, begin with a Rails 5 application and a database configured and
|
|
102
|
+
To add solidus, begin with a Rails 5/6 application and a database configured and
|
|
91
103
|
created. Add the following to your Gemfile.
|
|
92
104
|
|
|
93
105
|
```ruby
|
data/lib/sandbox.sh
CHANGED
|
@@ -27,7 +27,7 @@ bundle exec rails new sandbox --database="$RAILSDB" \
|
|
|
27
27
|
--skip-rc \
|
|
28
28
|
--skip-spring \
|
|
29
29
|
--skip-test \
|
|
30
|
-
--skip-
|
|
30
|
+
--skip-javascript
|
|
31
31
|
|
|
32
32
|
if [ ! -d "sandbox" ]; then
|
|
33
33
|
echo 'sandbox rails application failed'
|
|
@@ -49,11 +49,12 @@ group :test, :development do
|
|
|
49
49
|
end
|
|
50
50
|
RUBY
|
|
51
51
|
|
|
52
|
-
# Ensure sqlite3 version to match ActiveRecord SQLite adapter requirement
|
|
53
|
-
# (see https://github.com/solidusio/solidus/issues/3087 for details)
|
|
54
|
-
sed -i -e "s/gem 'sqlite3'/gem 'sqlite3', '~> 1.3.6'/g" Gemfile
|
|
55
|
-
|
|
56
52
|
bundle install --gemfile Gemfile
|
|
57
53
|
bundle exec rake db:drop db:create
|
|
58
54
|
bundle exec rails g spree:install --auto-accept --user_class=Spree::User --enforce_available_locales=true
|
|
59
55
|
bundle exec rails g solidus:auth:install
|
|
56
|
+
|
|
57
|
+
echo "
|
|
58
|
+
This app is intended for test purposes. If you're interested in running
|
|
59
|
+
Solidus in production, visit:
|
|
60
|
+
https://guides.solidus.io/developers/getting-started/first-time-installation.html 🚀"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: solidus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.10.0.beta1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Solidus Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: solidus_api
|
|
@@ -16,70 +16,70 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 2.
|
|
19
|
+
version: 2.10.0.beta1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 2.
|
|
26
|
+
version: 2.10.0.beta1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: solidus_backend
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 2.
|
|
33
|
+
version: 2.10.0.beta1
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 2.
|
|
40
|
+
version: 2.10.0.beta1
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: solidus_core
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 2.
|
|
47
|
+
version: 2.10.0.beta1
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 2.
|
|
54
|
+
version: 2.10.0.beta1
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: solidus_frontend
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 2.
|
|
61
|
+
version: 2.10.0.beta1
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - '='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 2.
|
|
68
|
+
version: 2.10.0.beta1
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: solidus_sample
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 2.
|
|
75
|
+
version: 2.10.0.beta1
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 2.
|
|
82
|
+
version: 2.10.0.beta1
|
|
83
83
|
description: Solidus is an open source e-commerce framework for Ruby on Rails.
|
|
84
84
|
email: contact@solidus.io
|
|
85
85
|
executables: []
|
|
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
113
113
|
version: 1.8.23
|
|
114
114
|
requirements:
|
|
115
115
|
- none
|
|
116
|
-
rubygems_version: 3.0.
|
|
116
|
+
rubygems_version: 3.0.6
|
|
117
117
|
signing_key:
|
|
118
118
|
specification_version: 4
|
|
119
119
|
summary: Full-stack e-commerce framework for Ruby on Rails.
|