Displaying 2 results from an estimated 2 matches for "hoptoad".
Did you mean:
hopto
2010 Feb 23
1
Redmine and hoptoad notifier
Hi,
Has anyone ever managed to make the hoptoad notifier work with Redmine?
I always get time outs when posting an issue to the redmine server...
Cheers,
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send em...
2009 Aug 21
12
What to do before launching v1.0?
...down log files
- build a rake task for backups (thinking backing up the database and
any paperclipped images that users have uploaded (cron?) to a tarball
nightly and FTP’ing that tarball off the webhost nightly)
- build in some sort of dynamic error alerting system to email when
errors occur (a la hoptoad / exception_logger / make one)
- clear down as much space as possible on your webhost (breathing space
/ housekeeping)
- clear out as much unused code as possible from the app (make it easier
to maintain)
- comment the app code (yes, I know, should do this while going along)
- write some tests and...