7 ms·
* capistrano for deployments * exception_notification for email notifications * state_machine for, well, state machines * pg_search for simple postgresql sea
by benbruscella 13y ago
* capistrano for deployments
* exception_notification for email notifications
* state_machine for, well, state machines
* pg_search for simple postgresql searching
* premailer-rails for html emails
* whenever for cron jobs
* backup for a backup dsl, useful with whenever
- tilsammans 13y agoInteresting to see backup mentioned. I've used it in the past, but kind of forgot about it. It's super useful. The documentation tells you to not put it into Gemfile, but it seems like you really should. Do you?