Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@
.env.test
.env.production

coverage
coverage

.claude
6 changes: 2 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ end

# Use Sidekiq for background jobs
gem 'sidekiq'
gem 'connection_pool', '~> 2.3' # lock to 2.3 to avoid breaking changes
gem 'connection_pool', '~> 3.0' # lock to 2.3 to avoid breaking changes

# Use Devise for authentication
gem "devise"
Expand All @@ -99,9 +99,7 @@ gem "spree", spree_opts
gem "spree_emails", spree_opts
gem "spree_sample", spree_opts
gem "spree_admin", spree_opts
gem "spree_storefront", spree_opts
gem "spree_i18n"
gem "spree_stripe"
gem "spree_google_analytics", "~> 1.1"
gem "spree_klaviyo", "~> 1.1"
gem "spree_klaviyo"
gem "spree_paypal_checkout", "~> 0.5"
89 changes: 27 additions & 62 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
faraday-multipart (~> 1.0)
faraday-net_http_persistent (~> 2.0)
faraday-retry (~> 2.0)
ar_lazy_preload (2.1.0)
ar_lazy_preload (2.1.1)
ast (2.4.3)
async (2.36.0)
console (~> 1.29)
Expand Down Expand Up @@ -146,7 +146,7 @@ GEM
benchmark (0.5.0)
bigdecimal (4.0.1)
bindex (0.8.1)
bootsnap (1.22.0)
bootsnap (1.23.0)
msgpack (~> 1.2)
brakeman (8.0.2)
racc
Expand Down Expand Up @@ -174,8 +174,8 @@ GEM
logger (~> 1.5)
coderay (1.1.3)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
console (1.34.2)
connection_pool (3.0.2)
console (1.34.3)
fiber-annotation
fiber-local (~> 1.1)
json
Expand Down Expand Up @@ -215,7 +215,7 @@ GEM
factory_bot_rails (6.5.1)
factory_bot (~> 6.5)
railties (>= 6.1.0)
faraday (2.14.0)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
Expand Down Expand Up @@ -272,8 +272,6 @@ GEM
activesupport (>= 6.1)
groupdate (6.7.0)
activesupport (>= 7.1)
heroicon (1.0.0)
rails (>= 5.2)
highline (3.1.2)
reline
hightop (0.6.0)
Expand Down Expand Up @@ -308,11 +306,11 @@ GEM
io-endpoint (0.17.2)
io-event (1.14.2)
io-stream (0.11.1)
irb (1.16.0)
irb (1.17.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.6.1)
json (2.18.1)
jsonapi-rspec (0.0.11)
rspec-core
Expand Down Expand Up @@ -357,9 +355,6 @@ GEM
net-imap
net-pop
net-smtp
mail_form (1.11.0)
actionpack (>= 7.0)
activemodel (>= 7.0)
mapkick-rb (0.2.0)
marcel (1.1.0)
matrix (0.4.3)
Expand Down Expand Up @@ -392,7 +387,7 @@ GEM
uri (>= 0.11.1)
net-http-persistent (4.0.8)
connection_pool (>= 2.2.4, < 4)
net-imap (0.6.2)
net-imap (0.6.3)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -528,7 +523,7 @@ GEM
rbs (3.10.3)
logger
tsort
rdoc (7.1.0)
rdoc (7.2.0)
erb
psych (>= 4.0.0)
tsort
Expand Down Expand Up @@ -570,7 +565,7 @@ GEM
rspec-support (3.13.7)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.84.1)
rubocop (1.84.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -594,7 +589,7 @@ GEM
rack (>= 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
ruby-lsp (0.26.5)
ruby-lsp (0.26.6)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 5)
Expand All @@ -615,14 +610,15 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (6.3.0)
sentry-rails (6.3.1)
railties (>= 5.2.0)
sentry-ruby (~> 6.3.0)
sentry-ruby (6.3.0)
sentry-ruby (~> 6.3.1)
sentry-ruby (6.3.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (6.3.0)
sentry-ruby (~> 6.3.0)
logger
sentry-sidekiq (6.3.1)
sentry-ruby (~> 6.3.1)
sidekiq (>= 5.0)
sidekiq (8.0.10)
connection_pool (>= 2.5.0)
Expand Down Expand Up @@ -736,56 +732,27 @@ GEM
spree_extension (0.1.0)
activerecord (>= 4.2)
spree_core
spree_google_analytics (1.1.1)
spree (>= 5.1.0)
spree_admin (>= 5.1.0)
spree_extension
spree_storefront (>= 5.1.0)
spree_i18n (5.3.2)
i18n_data
kaminari-i18n
rails-i18n
spree_core (>= 4.2.0.rc3)
spree_extension
spree_klaviyo (1.1.0)
spree_klaviyo (1.1.2)
spree (>= 5.1.0.beta2)
spree_admin (>= 5.1.0.beta2)
spree_extension
spree_storefront (>= 5.1.0.beta2)
spree_page_builder (5.3.2)
spree (>= 5.3.2)
spree_admin (>= 5.3.2)
spree_paypal_checkout (0.5.4)
spree_paypal_checkout (0.5.5)
paypal-server-sdk (~> 1.1)
spree (>= 5.1.0)
spree_admin (>= 5.1.0)
spree_extension
spree_storefront (>= 5.1.0)
spree_sample (5.3.2)
ffaker (~> 2.9)
spree (>= 5.3.2)
spree_storefront (5.3.2)
active_link_to
heroicon
importmap-rails
inline_svg (~> 1.10)
local_time (~> 3.0)
mail_form
pagy (~> 43.0)
spree (>= 5.3.2)
spree_page_builder (>= 5.3.2)
stimulus-rails
tailwindcss-rails
tailwindcss-ruby
turbo-rails
spree_stripe (1.4.0)
importmap-rails
spree (>= 5.0.0.alpha)
spree_admin (>= 5.0.0.alpha)
spree_extension
spree_storefront (>= 5.0.0.alpha)
stripe (~> 10.1.0)
stripe_event (~> 2.11)
spree_stripe (1.5.0)
spree (>= 5.3.0)
spree_admin (>= 5.3.0)
stripe (>= 10.1, < 19)
stripe_event (~> 2.14)
state_machines (0.100.4)
state_machines-activemodel (0.101.0)
activemodel (>= 7.2)
Expand All @@ -797,7 +764,7 @@ GEM
railties (>= 6.0.0)
stringex (2.8.6)
stringio (3.2.0)
stripe (10.1.0)
stripe (18.3.1)
stripe_event (2.14.0)
activesupport (>= 3.1)
stripe (>= 2.8, < 19)
Expand Down Expand Up @@ -877,7 +844,7 @@ PLATFORMS
DEPENDENCIES
bootsnap
brakeman
connection_pool (~> 2.3)
connection_pool (~> 3.0)
debug
devise
dotenv-rails (~> 3.1)
Expand Down Expand Up @@ -905,12 +872,10 @@ DEPENDENCIES
spree_admin (>= 5.3.0.rc2)
spree_dev_tools
spree_emails (>= 5.3.0.rc2)
spree_google_analytics (~> 1.1)
spree_i18n
spree_klaviyo (~> 1.1)
spree_klaviyo
spree_paypal_checkout (~> 0.5)
spree_sample (>= 5.3.0.rc2)
spree_storefront (>= 5.3.0.rc2)
spree_stripe
stimulus-rails
turbo-rails
Expand Down
3 changes: 1 addition & 2 deletions Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
web: bin/rails server -p 3000
worker: bundle exec sidekiq
storefront_css: bin/rails tailwindcss:watch
admin_css: bin/rails spree:admin:tailwindcss:watch
admin_css: bin/rails spree:admin:tailwindcss:watch
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ This starter uses:

* **[Spree Commerce 5](https://spreecommerce.org/announcing-spree-5-the-biggest-open-source-release-ever/)**, the biggest release ever, which includes Admin Dashboard, API and Storefront - everything you need to start developing your new eCommerce application/store/marketeplace
* Stripe for payment processing, thanks to the official [Spree Stripe gem](https://github.com/spree/spree_stripe)
* Google Analytics 4 integration, thanks to the official [Spree Google Analytics gem](https://github.com/spree/spree_google_analytics)
* Klaviyo integration, thanks to the official [Spree Klaviyo gem](https://github.com/spree/spree_klaviyo)
* [Devise](https://github.com/heartcombo/devise) for authentication
* [Sidekiq](https://github.com/mperham/sidekiq) for background jobs
Expand Down
17 changes: 0 additions & 17 deletions app/controllers/spree/user_passwords_controller.rb

This file was deleted.

17 changes: 0 additions & 17 deletions app/controllers/spree/user_registrations_controller.rb

This file was deleted.

17 changes: 0 additions & 17 deletions app/controllers/spree/user_sessions_controller.rb

This file was deleted.

7 changes: 0 additions & 7 deletions config/initializers/spree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@
# Rails.application.config.spree.exports << Spree::Exports::Payments
# Rails.application.config.spree.reports << Spree::Reports::MassivelyOvercomplexReportForCfo

# Themes and page builder
# Rails.application.config.spree.themes << Spree::Themes::NewShinyTheme
# Rails.application.config.spree.theme_layout_sections << Spree::PageSections::SuperImportantCeoBio
# Rails.application.config.spree.page_sections << Spree::PageSections::ContactFormToGetInTouch
# Rails.application.config.spree.page_blocks << Spree::PageBlocks::BigRedButtonToCallSales

# Rails.application.config.spree_storefront.head_partials << 'spree/shared/that_js_snippet_that_marketing_forced_me_to_include'
end

Spree.user_class = 'Spree::User'
Expand Down
Loading
Loading