Quantcast
Channel: FeedBunch:efacb52ed3a147a98c1c8f939a1f961c107280be commits
Browsing all 40 articles
Browse latest View live
↧

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 Article


Pull within-viewport with bower instead of copying it by hand to /vendor/assets

View Article

Include 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 Article

Replaced 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 Article

Removed unused $rootScope injection in angularjs service.

View Article


Force 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 Article

WIP: run a worker every hour that recreates and resets the demo user.

View Article

WIP: acceptance tests for the demo user.

View Article


Set 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 Article


Added boolean flag to initialization that enables or disables the demo user.

View Article

Reorganization of tests.

View Article

WIP: periodically reset demo user configuration.

View Article

DRY up worker.

View Article


Implemented sidekiq worker to reset demo user configuration, folders, subscri...

View Article

Reload 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 Article


Increment 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 Article

Serve 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 Article


Added fontawesome fonts to asset pipeline.

View Article

Fixed serving font-awesome fonts from self-hosting.

View Article

Give 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
Browsing all 40 articles
Browse latest View live