Ernest Bursa
Ernest Bursa
Hi, I found out that CanCan adds " AND (1=0)" to SqlQuery and break results, please look at this example: ``` ruby class Partner::UsersController < Partner::BaseController load_and_authorize_resource class: PartnerUser ......
Hi, First of all I would thank you for great opensource project. I have one question related to it, is there any option to add nested resources path to sitemap?
Hello @mvidner, I would like to ask you if there is any option to close DBus connection? I am iterating through Modem Manager modems and after gathering some information I...
``` ruby Stacktrace (most recent call first): org/jruby/RubyArray.java:1613:in `each' org/jruby/RubyEnumerable.java:977:in `each_with_index' trashed/instruments/ruby_gc_profiler.rb:12:in `measure' timings[:"#{captured}.time"] ||= 1000 * GC::Profiler.total_time trashed/instruments/ruby_gc_profiler.rb:7:in `start' measure state, timings, gauges, :OOBGC trashed/meter.rb:31:in `instrument!' @timers.each { |i|...
As new user I would like to read some introduction which learn me key concepts behind generated directory tree. Some simple example like super-simple todolist application will be very helpful...
Google cloud sdk version: ```➜ ~ gcloud -v Google Cloud SDK 270.0.0 beta 2019.05.17 bq 2.0.49 core 2019.11.04 gsutil 4.46``` ``` ``` k8sec list Failed to retrieve secrets.: Get https://HOST/api/v1/namespaces/default/secrets:...
Some AVRO data model managed by other team is using field named `attributes` which collided with virtus restricted [attributes name](https://github.com/solnic/virtus/blob/master/spec/unit/virtus/attribute_spec.rb#L40). ``` ruby ArgumentError: "attributes" is not allowed as an attribute...
Hello, I would like to do something like this: job "destroy.copy", :when => lambda { args["file_server"] == APP_CONFIG['server']['domain'] } do |args| ... How should this look?
When trying to access /messaging (defined by defaults in routes.rb) I get following error: ``` ruby NoMethodError in Messaging::MessagesController#index undefined method `authenticate_messaging_user!' for # ```
Hello, I used attached generator and I still cant get player working: Error from logs: ActiveRecord::RecordNotFound (Couldn't find Page with ID=player.swf):