Pull velocity with bower instead of copying it by hand to /vendor/assets
It also pulls jquery as a bower dependency. However jquery won't be added to the asset pipeline, the app links to it from a CDN.
View ArticleInclude bower-rails gem in all environments, not just development.
Otherwise the bower_rails.rb initializer raises an error when starting up the app, in other environments.
View ArticleReplaced in Bowerfile "within-viewport" js library with "isInViewport".
Within-viewport doesn't seem to be under active development and its latest version worked weirdly (it seems it doesn't correctly detect the viewport coordinates). On the other hand isInViewport is...
View ArticleForce bower to resolve relative paths in components before precompiling asset...
Force bower to resolve relative paths in components before precompiling assets with the rails asset pipeline. Necessary for relative paths not to be broken when deploying with capistrano.
View ArticleSet the demo user email and password in an initializer, instead of in class c...
Easier to change this way, just change the initializer and restart the server.
View ArticleReload demo user object after unsubscribing and before subscribing to default...
This should remove an error where the worker incorrectly thought that the demo user was already subscribed to a feed.
View ArticleIncrement sidekiq concurrent threads from 3 to 10.
With the recent addition of pgbouncer as a postgresql connection pool, the production environment should handle the additional load.
View ArticleServe jquery, angularjs, angularjs-touch, angularjs-sanitize, bootstrap and...
Serve jquery, angularjs, angularjs-touch, angularjs-sanitize, bootstrap and fontawesome through the asset path instead of from a CDN. Jquery CDN is currently down which completely breaks feedbunch....
View ArticleGive a time interval in a test 1 additional minute on each end.
Hopefully this removes an intermittent error which I think is related to time precision.
View Article