BackupGem

Tuesday, October 10, 2006 by Nate Murray.

I've just released the first version of my BackupGem. You can read the manual here: http://tech.natemurray.com/backup/ BackupGem aims to be the easiest and most flexible backup, archive and rotate tool. It’s a beginning-to-end solution for scheduled backups in a clean ruby package that is simple use and powerful when customized. A configuration as simple as:

  set :backup_path, "/var/local/backups/my_old_logs"
  action :content,  :is_contents_of => "/var/my_logs"

Will compress, encrypt, deliver, and rotate the contents of /var/my_logs. But this is just a taste of the power this gem has.

If you are interested the gem is available via:

  gem install backupgem

Or view the manual at: http://tech.natemurray.com/backup/
RubyForge Project page: http://rubyforge.org/projects/backupgem/

Labels: , ,

activeGallery_nm

Wednesday, April 19, 2006 by Nate Murray.

activeGallery_nm is a folder-based image gallery. This code is originally from Activeunit's activeGallery. It is licensed under GPL, so I am simply releasing it with my own modifications.

The theory is to have a photo gallery that requires no database and is as simple as possible.

Example Gallery. Download [gzip | bz2].

FAQ

Why re-release it here?

I really like the idea of a folder-based photo gallery, however when I installed the original activeGallery it was buggy and gave lots of errors. Additionally it left open a couple of security holes where a user could browse your server's directories. I've fixed most of these bugs and am continuing development based on their work.

Labels:

Who we are:
The Pasadena Ruby Brigade is a group of programmers who are interested in Ruby. We enjoy sharing our ideas and code with anyone who is interested in this wonderful programming language.

Who can join:
Anyone! Just head over to our mailing list and drop us an email.

What we do:
We recently started a project over at RubyForge. This project is a group of programs written and maintained by our members that we thought could be beneficial to the whole community.

Projects

Downloads

Recent Posts

Archives