SkyMemories movie studio website.
Built with Rails 4, Ruby 2, Bootstrap 3.
Tested with RSpec, Cucumber.
Best practices applied in this project:
- Minimal Helpers usage and Model Decorators for cleaner global namespace
- Using Plain Old Ruby Objects (PORO) as Service/Context for cleaner Models code (SRP)