Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/solidusio/solidus

🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
https://github.com/solidusio/solidus

Rename application.rb template application.rb.tt

This avoids issues with tooling (like YARD) trying to parse this as
ruby, and getting confused w...

ddedc4603ae4f41a879dffa3ce808edec056ad82 authored almost 7 years ago
Move EmailValidator under Spree namespace

Change all usages of

validates :email, email: true

to

validates :email, 'spree/email'...

6d8fd3cef4819801eed5574c9bf7b5ec0a0e305c authored almost 7 years ago
Add yard rake task

8206a7f15ef14d1ae051ee86e227a73e4f4bd125 authored almost 7 years ago
Merge pull request #2631 from jgayfer/checkout_controller_typo

Fix typo in CheckoutController comment

64bb34aa5837bca0580002d608358b0826d94ae6 authored almost 7 years ago
Add yard to Gemfile

7fe23da2d03acc23e7883879cd2b73a7b59b2944 authored almost 7 years ago
Set HttpOnly flag when sending guest_token cookie

The HttpOnly flag prevents XSS attacks by making the cookie inaccessible
to JS via the Document....

c18eaa98130ceb08d0d77037216a35823c25d530 authored almost 7 years ago
Deprecate BarAbility

This is a fairly useless testing_support helper class (a fake ability).
It's unlikely to be used...

555df9e0053634e7189cf7ab9672f6284ccfc345 authored almost 7 years ago
Mark dummy_app classes as private

6868fd8dd44690e80f465ef459603ae67989d2b8 authored almost 7 years ago
Namespace OrderWalkthrough under TestingSupport

0d09292ce893661dcdf69dc57d456cd517c93fc2 authored almost 7 years ago
Namespace CapybaraExt under Spree::TestingSupport

8f9177116d5811479eeb835731dfe8972ea852cf authored almost 7 years ago
Remove useless page! method

I don't think we need to deprecate this because it is only used for
tests and also is an empty m...

69ebeca883619c68236eee5240c1d22fac86ad22 authored almost 7 years ago
Fix typo in CheckoutController comment

Change 'We current allow' to 'We currently allow'

6984798c57f52a5f20bf39d350097a1e562533c4 authored almost 7 years ago
Merge pull request #2498 from benjaminwil/initial_orders_documentation

Initial orders documentation

d803ee9e9b89d96d985fde4a4d2c897a9f54a21c authored almost 7 years ago
Tweak order documentation after PR review

Thanks to kennyadsl for his review.

a6d952cb154a8884269d72f58aa988828774d359 authored almost 7 years ago
Revise promotion calculators docs after PR review

Thanks to gmacdougall and kennyadsl for their reviews.

b19be58f9fbbe593d7fb5a8e5d3e85739af49585 authored almost 7 years ago
Add docs that summarize promotion calculators

cd1266813c64ed2583952f9b84c651608b72122f authored almost 7 years ago
Revise custom auth. article after PR review

Thank you to tvdeyen and kennyadsl for their reviews of my pull
request.

40b6534e7b038097e5a2e28b57996b010776f127 authored almost 7 years ago
Add custom authentication setup article

37fad54a1112a86b6d2b6495c175150174d80d88 authored almost 7 years ago
Add docs that summarize shipping calculators

84475787840b8978f33e6108996101d142b7d999 authored almost 7 years ago
Merge pull request #2623 from luukveenis/promo-rules-controller-authorization

Set model_class on admin promotion rules controller

9d408efe1995770109792113a0fca61ddd230bd4 authored almost 7 years ago
fix route for editing image in bo

a138a5ee3101bb59e88612ba8c35c08c7276f45a authored almost 7 years ago
Merge pull request #2538 from benjaminwil/overview_inventory_documentation

Add documentation overview of inventory

b452e0eebfc3a490d67149017b8819d5934e5c34 authored almost 7 years ago
Merge pull request #2459 from benjaminwil/adjustments_documentation

Adjustments documentation

c74c7d0351cf678406dee218a19070756bcbfbbf authored almost 7 years ago
Merge pull request #2488 from benjaminwil/split_configuration_guide

Split existing configuration guide

b0bb1979ecdf1271e5c06c5efa42941210c691be authored almost 7 years ago
Set model_class on admin promotion rules controller

If a user has the `PromotionManagement` permission set, they are
currently unable to add new pro...

9304c02e54754cdc59e18f0bda4bd1cd26ff6e66 authored almost 7 years ago
Merge pull request #2616 from jhawthorn/rubocop_upgrade

Upgrade rubocop, and lock version

daea52ff1ce4f860bd061b81f62804df2c229234 authored almost 7 years ago
Add docs introducing payment service providers

7172eadd0dfd28108bf0693bc4685847b7e8c8d5 authored almost 7 years ago
Merge pull request #2611 from loicginoux/fix_payment_source_nil

render shipment json when payment source is nil

2a95826dcb3f63963f9df6b0461d129a099b194e authored almost 7 years ago
Rewrite overview of Solidus payments system

This commit reduces the barrier to entry for developers getting started
with Solidus's payments ...

4582d2395d3d1830b8a5b728065d6ee08f36e6b6 authored almost 7 years ago
Rewrite article documenting Spree::PaymentMethods

36948ec0e95f0c4db33e4e9647df50112ea130c1 authored almost 7 years ago
Implement respond_to_missing on Search::Base

9219f1e384aa68f049eb0dd984ac7b780dd3884d authored almost 7 years ago
Clean up some indentation which rubocop mangled

f325892dac238adb8a389b7821ebeb4c815b2303 authored almost 7 years ago
Disable some rubocop rules

edd6cc23a159d009a45d140a6b1fb1bb75e64b47 authored almost 7 years ago
Fix Rubocop "UncommunicativeMethodParamName"

4a1e2371c1e9b26544bdf24202c4a53be92c6480 authored almost 7 years ago
Rescue only StandardError in rake order_capturing

715bbef40df36e2050f485d5daa683dcf58dfb29 authored almost 7 years ago
Rubocop syntax fixes

fe410590874b6d6bc9e877df97c049d2bf658c57 authored almost 7 years ago
Avoid duplicate method definition in state machine

83127c0473898eb690a493e60cf214d913a9606c authored almost 7 years ago
Fix rubocop warning about ambiguous block

a75191b88fe822c546ff2a637de77496e7dbeaa0 authored almost 7 years ago
Use Time instead of DateTime

See https://gist.github.com/pixeltrix/e2298822dd89d854444b

This appeases a new RuboCop rule.

3a881ba32ba77eecd2e4b6430cf92e1215fcc183 authored almost 7 years ago
Allow some reasonable short argument names

73596b28200ab7f5d52ffcf56c96dbbeda842694 authored almost 7 years ago
Rubocop auto

b3007bb0973dcb987b0328b4e59306cd2549148d authored almost 7 years ago
Disable rubocop LambdaCall cop

e0ab0c2ea6fed62f18100d8299ce6ecaf5a5375e authored almost 7 years ago
Fix rubocop.yml for 0.53.0

The existing configuration was erroring with:

Error: The `Style/TrailingCommaInLiteral` cop...

a6ec555823bf30baa0ed32201ab3c23b6aff3ed8 authored almost 7 years ago
Merge pull request #2615 from jhawthorn/remove_protected_attributes_warning

Remove protected_attributes warning

5e49edfc0fdfcb6dd33bae6a558362f1026908a8 authored almost 7 years ago
Translate reception states and fix translation key

5e8664fa56e005855fe8b65826a654a3361f6b77 authored almost 7 years ago
Merge pull request #2607 from jhawthorn/fix_db_order_error_shipments

Fix spec failure due to DB order

5c5eed1f633e2e124fe000f404c7d6689526b375 authored almost 7 years ago
Fix spec failure due to DB order

The shipments association here was being loaded in the recalculate. The
association itself isn't...

6586178d84c689a146a7904be2f22a0cc3840f51 authored almost 7 years ago
Remove protected_attributes warning

This is no longer necessary since the protected_attributes gem has a
dependency on activemodel <...

a5496cae5c7d3a7e0f89bec50de44b872fb10364 authored almost 7 years ago
Merge pull request #2604 from jhawthorn/filter_taxon_preview_by_current_pricing_options

Filter unpriced products in taxon_preview

cf29a557d9ff64c96d1a8d897b2aa603ce4c4dc2 authored almost 7 years ago
Filter unpriced products in taxon_preview

Previously, taxon_preview would return products without prices,
resulting in an error.

This com...

93a54414ad1cb5c0a71fafe0fcdfefd7b5eca1ae authored almost 7 years ago
Merge pull request #2589 from jtapia/admin-iu-bug-payment-actions

Fix admin payment actions style table issue

dbb0ee3abe61eb06d7d687d5105bb7424ef4bbda authored almost 7 years ago
Merge pull request #2609 from loicginoux/add_product_link_to_bo_order

adding link to product in backend order summary

f90fe910002df230023286fe8c82fbe9a327914b authored almost 7 years ago
Remove outdated comment about Spree::Gateway

5a97fccc41e2b214fdb8f45241fd64c990dd4eec authored almost 7 years ago
Remove back to stock locations button

Now we can navigate back with breadcrumbs

7409ce405c93f36567417b0d40cb4e617274cd44 authored almost 7 years ago
Add stock movements breadcrumbs

2b8222d6410c91a7abfec3b3d14f7da423c64880 authored almost 7 years ago
Remove shipping tabs from stock movements page

Now we should have a working navigation and these tabs are useless,
also no tab is selected in t...

b3b87e9f8696819967e908e032454a4c6f2315af authored almost 7 years ago
Add stock movements link into stock location edit page

2c38efd86c36977d10f6737b9ef2820c0396aef2 authored almost 7 years ago
Change UI stock movements index columns names

Technically the movement is done on a stock item but it can be confusing
for a new user.

Also, ...

d28defe8f0d50f58111f7b9e19a862ac71f0cd11 authored almost 7 years ago
render shipment json when payment source is nil

82e6524fb3aabab09f134a12c0a8c59ad7b461d7 authored almost 7 years ago
open product link on same tab

8145be2c19df3bd1443c91b8514a5fea30ace83b authored almost 7 years ago
Merge pull request #2590 from Sinetheta/per-quantity-calculators

Properly limit per-quantity calculator types

75adeac3bde71dadb902252670cdc056e20b5071 authored almost 7 years ago
Merge pull request #2605 from jhawthorn/fix_frontend_product_error_without_price

Fix error when listing products without price

4dce0a9f6adcc7aedb3e56ae257e9b9a5fea3db8 authored almost 7 years ago
adding link to product in backend order summary

891c854f4a79573d479d90bdb314ff30aa3d8c1c authored almost 7 years ago
Merge pull request #2582 from Sinetheta/distribute-all

Distribute over eligible line items

0fc247010ed547ca83befa4d5a5b5645c719b8ed authored almost 7 years ago
Fix error when listing products without price

2d564792021e0674a5200c6812bce1c7c9b92e41 authored almost 7 years ago
Add docs for solidus:views:override generator

b386e4f8afa45112543c6e41c7aa68f7fe6659b7 authored almost 7 years ago
Create overriding views article

5d55394b947696897b48212cbc098ffe97a66eed authored almost 7 years ago
Rewrite article on app-wide configuration

6da41c2c9dcc054df678336f7b8a002e15377194 authored almost 7 years ago
Create private Solidus fork article

cb9424c175baa9ebb067e5cbfb6bb05b9d7627aa authored almost 7 years ago
Move information about decorators to new article

614063d32cc678f62fd7d2030f2da95e5ec9a488 authored almost 7 years ago
Create class extension points article

9e1b26422e65226bb8d45aef3cbfbbd2a32019f4 authored almost 7 years ago