0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make the submodule-function available in upgrade templates that are run before rails have been set up More... about 14 years ago
Added upgrade template setting up plugins redhillonrails_core and schema_validations More... about 14 years ago
Added template methods for setting up git submodules More... about 14 years ago
Added upgrade template adding model User More... about 14 years ago
Allow specifying which templates to run as arguments when upgrading More... about 14 years ago
Make sure git commits the correct files in the upgrade template for adding and configuring compass More... about 14 years ago
Implemented upgrade template adding and configuring compass More... about 14 years ago
Implemented Rails::TemplateRunner#skel for templates to copy skeleton files More... about 14 years ago
Extended override of Rails::TemplateRunner#run to handle the optional log_action-argument More... about 14 years ago
Include scripts for cleaning up the database when setting up rake tasks More... about 14 years ago
Enable git submodules when deploying with capistrano More... about 14 years ago
Moved rake tasks to separate files to avoid quoting errors More... about 14 years ago
Corrected logical error where autobahn would not merge correctly after an upgrade unless the upgrade branch already existed More... about 14 years ago
Added upgrade template adding rake tasks. More... about 14 years ago
Added upgrade template generating config/database.yml More... about 14 years ago
Restructured capistrano config to support one-user with several environments, not different users for different environments More... about 14 years ago
Stubbed out capify template More... about 14 years ago
Replaced the --all flag with --uncommitted which only runs uncommitted upgrades and does not alter .autobahn/revision More... about 14 years ago
Override Rails::TemplateRunner#run to test for exit status and use it in upgrade scripts instead of capture, which hides output More... about 14 years ago
Implemented a run-method that wraps around Kernel.system but raises an exception if the subprocess fails More... about 14 years ago
When describing what autobahn revision the project was upgraded to, use a tag More... about 14 years ago
Use the capture-command instead of %x{} and system() in init and upgrade templates More... about 14 years ago
Implemented a capture-command for running subprocesses and capturing their output More... about 14 years ago
Explicitly reset the working directory after each upgrade template run to avoid conflicts More... about 14 years ago
Added rake task gem:push More... about 14 years ago
Removed VERSION and altered code to use git describe to obtain the version More... about 14 years ago
Corrected bug where previously applied upgrade templates would be reapplied incorrectly More... about 14 years ago
Don't attempt to apply templates/README when upgrading, only apply .rb-files More... about 14 years ago
Added a README file describing how templates should be written More... about 14 years ago
Removed unused template stub More... about 14 years ago