Theo B
Theo B
## Issue Cannot setup test db properly because `db:schema:load` is raising `NoMethodError: undefined method `
Hey! I need to fill a field called "description" in a transaction to Authorize.NET. `ActiveMerchant::Billing::AuthorizeNetGateway` already map `options[:description]` to that field. The problem is that I can't figure out an...
The README states in section _Developers_: > 3. If application is running, reload the store page and you will see the changes on the browser. But after reloading my page,...
I needed to change the below lines to make almost all examples pass: https://github.com/vicentemundim/mongoid_query_string_interface/blob/master/spec/mongoid/query_string_interface_spec.rb#L21 ``` ruby def self.default_sorting_options [:created_at.desc, :updated_at.asc] end ``` to ``` ruby def self.default_sorting_options ['created_at.desc', 'updated_at.asc'] end...
Is there a way to treat an existing sequence skipping the old value? Thanks!
If I set `animateScroll: true` and apply web page's zoom (in/out), the scrolling by arrows don't work properly. You can see that here: http://jscrollpane.kelvinluck.com/scroll_to_animate.html Don't forget to set the zoom....
Hey guys, Something weird here. I'm getting the error below when trying to start the Docker container: `ExecJS::RuntimeUnavailable: Could not find a JavaScript runtime`. After some debugging, I found a...