- Refactor default
.htaccess
file to externally redirect out of capistrano's 'current' directory- This requires setting a new
:document_root
variable so the new.htaccess
file can function :document_root
should be set to what your Apache'sDocumentRoot
is set to. The rake task will use this to dynamically build the.htaccess
- This requires setting a new
- Run Rubocop formatters on source
- Bump dependency version requirements
- Initial version