- Librería de código
- Relación con los proyectos
- ¿Porqué trabajar con gemas?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <%= inline_js 'application.js' %> | |
| <%= inline_css 'application.css' %> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This script is based on https://ithoughthecamewithyou.com/post/automate-google-pagespeed-insights-with-apps-script | |
| // STEP 0: Create a spreadsheet document on Google Drive, go to the code editor | |
| // (in spanish "Editor de la secuencia de comandos"). | |
| // Then paste this code and modify it. | |
| // STEP 1: Insert your pagespeed API KEY | |
| var pageSpeedApiKey = ''; | |
| // STEP 2: Insert the monitored URL |
There's an issue reported in ruby-pg (ged/ruby-pg#325) where a query hangs and never return results to the application.
This adapter extension controls it with a ruby timeout set to 5 seconds. If the query doesn't return results in 5 seconds it aborts the async_exec method and tries the exec one.
We're not proud of this vut it saved a lot of erratic errors.
OlderNewer