Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

0.7.4

Compare
Choose a tag to compare
@timriley timriley released this 25 Jul 00:06
· 215 commits to master since this release

Added

  • Added db:create and db:drop take tasks, to create and drop the application database (GustavoCaso)

Changed

  • Use Postgres environment variables to provide connection info to pg_dump command in db:structure:dump rake task (timriley)
  • Remove error handling block from generated sub-app application classes, since an error handling block is already provided in the top-level umbrella application class (timriley)

Fixed

  • Prevent duplicate log entries in generated umbrella architecture projects (timriley)