Frequently Asked Questions

Engines vs Generators

Engines could be considered in many ways the natural successor to Rails’ generators:

  • Both are mechanisms for packaging up disparate groups of files which must be placed throughout your whole application directory structure
  • Both provide controllers, models, libraries and views, along with schema information, tests and helpers to be used throughout your application’s code.
Continue Reading…

Oh God, What Have We Done?

This was something of a response to misunderstandings about what Engines are. For more background you might want to read DHH’s first post about engines and this.

Continue Reading…

Issue Tracker Login Information

I hate spam, and no more so that on issue tracking websites. To log into http://dev.rails-engines.org and comment or create new tickets, you need to login:

  login: engines
  password: engines

You can login in here.

Continue Reading…