Skip to content

Releases: shiftcommerce/shift_commerce-rails

Introduce Dependent keys in menus_cache

10 Sep 13:19
977340d
Compare
Choose a tag to compare

#51 menus_cache should be supporting the dependent fragment caching in order to expire gloabl_messages banners cache as expected.

Update menus_cache to accept options

06 Sep 10:43
2f1e6ba
Compare
Choose a tag to compare

#53 : Previously we are accepting expires_in as a special argument. Now we converted it into options with default value set to empty {}.

Add expires_in logic to the menus_cache method

05 Sep 13:05
8cbbc91
Compare
Choose a tag to compare

#52 Add expires_in option to menus_cache method.

Add Rake Timeout Gem

30 Aug 10:48
c0519c5
Compare
Choose a tag to compare

Add rake timeout gem (#50)

Add Bundles Controller

30 Aug 10:11
28bd866
Compare
Choose a tag to compare

Migrate Bundles Controller to gem #49

Global banner caching

01 Aug 09:35
dff8e7d
Compare
Choose a tag to compare

Adds caching for global banners (#45).

Release 0.6.4

04 Jul 09:26
a58457f
Compare
Choose a tag to compare

Bug Fix (#47)

This Release handles the issue of menus preview failing. Even when we are requesting for a preview, we are retrieving data from the cache, instead of API. This PR adds a condition to see if the preview is requested and it is set to true.

0.6.3

01 Feb 10:37
Compare
Choose a tag to compare

Enhancement: #46 Currently generate_absolute_url_for are not accessible outside controllers. This PR makes it a helper method that can be accessed in views.

0.6.2

18 Sep 14:03
Compare
Choose a tag to compare

Enhancement: Adds meta tag for removing the static page from index if "no index" option is selected.(#43)

0.6.1

02 Aug 09:28
Compare
Choose a tag to compare
  • Bugfix: Only add Link header when we're HTTP/2 pushing at least 1 asset (#42)