Archives for Home
-
Help! Rails test cases do not remove fixture data
Check if target database table is of MyIsam type. You have two options, first is not to use transactional fixtures in tests: self.use_transactional_fixtures = false...
January 31, 2007 | migrations, mysql, rails | read on »
-
Capistrano can download from remote server
Rails Changeset 6009 includes my patch that adds a “get” helper, to pull a file from a remote server to the localhost. More info about...
January 22, 2007 | capistrano, rails | read on »
-
Backup remote database with Capistrano
Based on and using capistrano get method posted few days before here comes capistrano recipe to backup database on remote server. desc <<DESC Backup remote...
January 15, 2007 | capistrano, rails | read on »
-
Capistrano get method - download files from server
Still looking if there is better way to do this (and I bet there it is :), but until I realize, add to top of...
January 11, 2007 | capistrano, code, rails | read on »
I am Bojan Mihelac and this blog is dedicated to share code, thoughts, tools and advices I came up with while working in