Piers Chambers
Piers Chambers
See activeadmin/activeadmin#2689 > The unused in-memory DOM representation more than doubles the memory usage required to service a request and complicates the implementation to having a seperate buffer per element....
I'm trying to build the middleman documentation but retina_images is missing. I see the parcels repo on GitHub but not retina_images.
Includes functionality from ::ActiveAdmin::Inputs::Filters::Base
If I have a vanilla selectize with no remote defined the load function calls window.location.pathname, which was not what I expected.
Resolves #3548 ``` $ ruby -I lib -I test test/remote/gateways/remote_redsys_rest_test.rb Loaded suite test/remote/gateways/remote_redsys_rest_test Started .............................. Finished in 43.361735 seconds. ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30 tests, 116 assertions, 0 failures, 0 errors, 0 pendings,...
I've been told the XML endpoint at sis/operaciones has been deprecated in favor of sis/rest and will be retired soon. Can anyone confirm this? @britth
Add code coverage using Scrutinizer. I originally implemented CodeCov but I see Scrutnizer used for other AuthorizeNet repos.
This PR cleans up the noisy output when running rspec. All puts and printf statements are replaced by logger.info, logger.warn or logger.error. The logger provided in each sample defaults to...
Also cleaned up redundant Travis configuration.