Input string is longer than NAMEDATALEN 1 (63) on rails4
This error occurs because when you rename a table, the indexes are also renamed, and most likely one of your indexes auto-generated name is too long.
Adjacent XJS react
The following error:
Is probably because you are not returning one element, but multiple. So, return:
instead of:
timing out with curl
To “timeout” a request after a number of seconds, use the -m switch:
And in case the web server doesn’t respond after 5 seconds, curl will exit with an error code.
long lines in csv reports
If you have some CSV files with lines longer than 990 chars, you may notice that the lines get splitted. The fix is described here