Kiril Mitov
Kiril Mitov
I am using "squeel" I add hydra_attributes and the following code that is "squeel" specific no longer works. User.order("created_at").where{created_at >= my{first_registration} } I do not expect hydra to handle created_at...
I have a product with a boolean attribute. It can be nil, false, true I can find a straighforward way to search for all products where this attribute is set?
Did everything as in the readme. I was developing and running tests for about an hour Then they just stopped. ``` rake teaspoon ``` returns ``` Finished in 0.00500 seconds...
Running the tests I get this error. The problem is that I can not find a way to understand anything about this error. What is undefined? Why? Where is the...
Example is just ``` console.log(1); ``` in any of the spec and it will throw this error on run without giving any more information. ``` .rvm/gems/ruby-2.2.2/gems/teaspoon-1.1.5/lib/teaspoon/runner.rb:35:in `[]': no implicit conversion...
Using teaspoon and jasmine to test some JS. The js is putting things in 'window'. I think there should be a way to completely reload the page for every spec...
Running specs from browser. Console log in browser contains things like ``` Uncaught Extension 'lc' registered to listen for non existing event: 'ac'! 2scenarios_spec.self-aab74e4a9e58cea940c59c886d2b129405e994265bcef3120b9d937e78387840.js?body=1?body=1:54 Uncaught (in promise) undefined checkEvent @...
Jasmine 3 is available. How can we help for the support of Jasmine 3. Is this planed?
I have an index /categories The page /categories?page=2 generates a link to /categories?page=1 The problem is that /categories?page=1 and /categories is seen by search engines as two different urls but...
##### Steps to Reproduce 1. Have an img with a class element in the value stored in the db 2. Open with trix and it gets converted to a figure...