Tim Chambers
Tim Chambers
Tried 4 times. Any ideas? ``` ~@localmbr [18:27:20]> cd xiki ~/xiki@localmbr [18:27:25]> bundle Fetching source index from https://rubygems.org/ Resolving dependencies... Network error while fetching https://rubygems.org/quick/Marshal.4.8/rspec-2.12.0.gemspec.rz ```
If I paste XML into the body of a request and make the request, the information is correctly transferred as raw XML, but the display in the REQUEST button does...
The metaprogrammed control methods generated by this gem are not all generated respecting the arity of the replaced method. An example in Rails 6.1.5 is that `connection.owner` has no arguments,...
Trying to run a new WATIR test that runs on Firewatir and I get: NoMethodError: undefined method `element_by_xpath' for # ./UserSPlogin.rb:29:in`usersplogin' Misc.rb:18:in `test_00001_UserSPlogin'
I am in the process of updating an app to Ruby 2.4.0. I found I needed to use: ``` ruby NullBeaneater = Naught.build do |config| config.black_hole end ``` form in...
IN the code the list of allowed config labels for ActiveRecord are `username`, `database`, `host` and `port`. These are fetched from an `ActiveRecord::DatabaseConfigurations::HashConfig` object using `public_send`. Hence they expect a...
In my tests I can see that booleans are not captured in PaperTrail `item_changes`. ``` #Ecto.Changeset< action: nil, changes: %{informed?: false}, errors: [], data: #Sct.Align.Participant, valid?: true, ... > 07:59:36.372...