Petteri Räty
Petteri Räty
On Linux I have rails installed through package management. On OS X I use gem command. On both with the same Gemfile I get a different Gemfile.lock ``` source :gemcutter...
https://github.com/graphiti-api/graphiti/blob/a5bbb67b075aaba9e50604d7ef05fb609ad1b91a/lib/graphiti/scope.rb#L53 This use of threads means graphiti is incompatible with any gem that relies on all the SQL statements during a request happening within the same thread. This design decision...
### Actual output ``` Failure/Error: expect(page).to have_css 'a', text: 'Link Name', visible: :all Ferrum::NodeNotFoundError: Could not find node with given id ``` My investigation shows that this code sometimes only...
**Spec code** ```ruby window = window_opened_by do click_link 'Link to a page with iframe' end within_window window do expect(page).to have_content 'Wrapper page' end ``` **Expected** Find Wrapper page text **Actual**...
These were never pulled giving me a chance to try the new github pull request interface.
https://chromedevtools.github.io/devtools-protocol/tot/DOM/#event-documentUpdated ### Problem Since ferrum tracks node ids in frontend but does not listen to DOM.documentUpdated it's possible that the following sequence of events happens: 1. Ferrum::Node has node_id in...
bundling warbler through git and trying to run a jar I get: ``` betelgeuse@host ~ $ java -jar app.jar git://github.com/jruby/warbler.git (at master) is not checked out. Please run `bundle install`...
``` betelgeuse@mac ~/app $ java -jar app.jar NameError: uninitialized constant OAuth2 const_missing at org/jruby/RubyModule.java:2677 (root) at /Users/betelgeuse/app/./client.rb:6 require at org/jruby/RubyKernel.java:1027 (root) at jar:file:/var/folders/vq/sv00hgxs7nlf_p_76vm2ps1c0000gn/T/jruby8485930230575471613extract/jruby-stdlib-1.7.3.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:1 require at jar:file:/var/folders/vq/sv00hgxs7nlf_p_76vm2ps1c0000gn/T/jruby8485930230575471613extract/jruby-stdlib-1.7.3.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:36 require at org/jruby/RubyKernel.java:1027 (root)...
Under the header "FreeTDS Compatibility & Configuration" README says: "We are currently having issues with passing down a TDS version with the login bit. Till we get that fixed, if...
$ cat Gemfile source :rubygems gem 'apns' irb(main):002:0> require 'bundler/setup' => true irb(main):004:0> require 'apns' LoadError: no such file to load -- json from /usr/local/lib/ruby/gems/1.8/gems/apns-0.9.0/lib/apns/core.rb:4:in `require' from /usr/local/lib/ruby/gems/1.8/gems/apns-0.9.0/lib/apns/core.rb:4 from /usr/local/lib/ruby/gems/1.8/gems/apns-0.9.0/lib/apns.rb:1:in...