适用于Spree 3.0或更高版本的简单博客扩展



有没有针对spread 3.0或更高版本的简单博客扩展。我想在我的疯狂商店里整合一个博客。我查过了https://github.com/stefansenk/spree-blogging-spree但显然它与狂欢3.0.1不起作用。还有其他简单的工作吗?。我不想投入大量的时间和资源从头开始开发博客。

您非常接近https://github.com/stefansenk/spree-blogging-spree是解决方案,但它只适用于狂欢版2.3,为了与更高版本兼容,人们分叉回购并对ex:进行了所需的更改

http://krazedkrish.com/blog/2015/11/03/blogging-with-spree-3-0-stable/

安装:

gem 'spree_blogging_spree', github: 'krazedkrish/spree-blogging-spree', branch: '3-0-stable'
$ bundle install
$ rake railties:install:migrations
$ rake db:migrate

其他与Spree 3.0及以上一起使用的分叉存储库

https://github.com/kshlyk/spree-blogging-spree/tree/3-0-stable

https://github.com/JuandGirald/spree-blogging-spree/tree/spree-3-0-rc2

https://github.com/coalla/spree-blogging-spree/tree/3-0-stable

https://github.com/garpit/spree-blogging-spree/tree/3-0-stable

https://github.com/mobentec/spree-blogging-spree/tree/3-0-stable

https://github.com/b8in/spree-blogging-spree/tree/spree-3-0-rc2

还有其他简单的工作吗?。我不想投入大量的时间和资源从头开始开发博客。。。

别忘了检查叉子,对你来说,我已经叉好了https://github.com/stefansenk/spree-blogging-spree到https://github.com/krazedkrish/spree-blogging-spree,并添加了与spread 3.0稳定版的兼容性。

如果没有更新的fork,您可以随时对repo进行fork并进行必要的更改,而不是从头开始。

相关内容

最新更新