Hacker News new | past | comments | ask | show | jobs | submit login

Rails makes me think of the unix way, one task, one tool, and do it well.

The key with rails is not to modularize the site, but modularization at a service level. Give your rails app a REST API and use it from the other apps.

eg. Instead of shared authentication classes between sites, setup an auth app that supports oauth, and use an oauth module for devise.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: