We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
get '/projects/:api_key/:locale/*' do |api_key, locale, path|
as locale used part of path.
The text was updated successfully, but these errors were encountered:
Thanks!
If you'd like to submit that as a pull request then I can apply it and release a new version.
Jon On Aug 18, 2011 9:16 AM, "UvaK" < [email protected]> wrote:
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 get '/projects/:api_key/:locale/*' do |api_key, locale, path| as locale used part of path. Reply to this email directly or view it on GitHub: #2
Reply to this email directly or view it on GitHub: #2
Sorry, something went wrong.
No branches or pull requests
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
as locale used part of path.
The text was updated successfully, but these errors were encountered: