del82 / ezra

ezra on rails
2 stars 1 forks source link

Move site-specific info into the database #21

Open del82 opened 11 years ago

del82 commented 11 years ago

Site-specific information, like static page content and config information should live in the database rather than in the repository. This is necessary for public release, as we want people to be able to get the application without also getting all the the static content and site-specific config.

parryc commented 11 years ago

In commit fc1b6a0 I've commented out two lines in routes.db. Comment them back in to see pulling static pages from the db in action. Just need to make static pages in the init db to close.