goddamnyouryan
goddamnyouryan

Reputation: 6906

Adding Spree to an Existing Rails App

I have a rails app that I've built that I would like to add an estore too. My plan was to do it using spree. A few considerations:

Does anyone have a good jumping off point? I've never worked with spree before, and it seems that most of the documentation is oriented towards people starting an app from scratch with spree. My google searching hasn't yielded too much that is useful.

Can anyone give me tips or point me in the right direction?

Thanks,

Upvotes: 1

Views: 1100

Answers (1)

creativetechnologist
creativetechnologist

Reputation: 1462

I think you may get stuck trying to stick two apps together, particularly if you have two authentication systems running.

I might consider getting Spree up and running first then adding the functionality from your existing app in bit by bit ensuring you 'extend' Spree so upgrades don't break your customisations.

And if you think your custom code may be useful to others you could make it into a Spree plugin.

Upvotes: 2

Related Questions