text_tractor
text_tractor copied to clipboard
An Open Source implementation of Copycopter, designed to be compatible with copycopter_client.
Results
2
text_tractor issues
Sort by
recently updated
recently updated
newest added
To fix problems with updating fields, url must contain info about locale. If locale is missing in file: lib/text_tractor/ui_server.rb, line: 72 ``` ruby get '/projects/:api_key/:locale/*' do |api_key, locale, path| ```...
Currently the unique identifier for a project is it's API key, however should that need to be changed (for example if a web host was compromised) then it will be...
Feature