malparty / rails-engines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This project is just a base for me to practice with Rails Engines.

Checklist

  • Create a Blog Engine
  • SCSS structure — the engine inherits from the core app
  • SCSS structure — the customer style of an engine does NOT leak in the main application
  • Tests within an Engine? Pros/Cons?
  • All tests in the core application? Pros/Cons?
  • Use a helper from the core application
  • Configure ActionRecords model relations across engines
  • Configure a setting of the engine from the application

About


Languages

Language:Ruby 75.0%Language:HTML 17.7%Language:Dockerfile 3.6%Language:SCSS 1.1%Language:JavaScript 0.9%Language:CSS 0.8%Language:Shell 0.7%Language:Procfile 0.1%