Ruby on Rails Friday, May 2, 2014

Hi all, 

I want my app to have an HTML5 front end, and a JSON API. Would it be overkill to split these up into separate engines?

So, I'd have a core Rails app (with Devise for auth), the controllers for the HTML and JSON front ends as 2 separate Rails engines.
Also, would all of my models belong to the core app, or would I have ANOTHER engine with the models in? 

thanks,
Paul.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/cde2f69a-e799-4f92-a478-e6612109bc42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment