Chris O'Donnell

Results 11 issues of Chris O'Donnell

I cant figure this out so last resort to post it here The gemspec at /home/chris/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/active_admin_editor-86f964be3071/active_admin_editor.gemspec is not valid. The validation error was 'duplicate dependency on activeadmin (~> 0.4.3, development),...

Im using rspec for testing, rails 4.2.1 devise 3.5.3 user.send_confirmation_instructions is returning: ``` NoMethodError: undefined method `devise_mailer' for nil:NilClass ``` ``` sidekiq.yml --- :concurrency: 5 :pidfile: tmp/pids/sidekiq.pid staging: :concurrency: 10...

When: `rails c > Dir.glob("db/data/*.rb").to_a.length => 33` Then: `Rake::Task["db:structure:load:with_data"].execute` Expected: ```rails db=# select count(1) from data_migrations; count ------- 33 ``` Actually: ```rails db=# select count(1) from data_migrations; count ------- 32...

where getting the following error every now and then when a strategy is turned off. `Flipflop::StrategyError: Strategy '' unknown.` Backtrace includes: ``` /gems/flipflop-2.2.1/app/controllers/flipflop/strategies_controller.rb:26 in strategy /gems/flipflop-2.2.1/app/controllers/flipflop/strategies_controller.rb:6 in update ``` This...

So given bellow, it is as if the gem is not even installed, all requests are simple going through. No authentication is happening, no 404, no success, no current user...

support request

This looks like a possible bug; address.validate_address returns none when passed a email string with a display name. Yet parse can handle it. ```python >>> text = 'Fooman ' >>>...

enhancement

I have followed the install instructions and //= require moment => couldn't find file 'moment' with type 'application/javascript' Removing this, got rid of the error, however in my form nothing...

https://rails-assets.org/#/components/mozilla--pdf.js docs say: ``` //= require mozilla--pdf.js //= require jquery //= require jquery_ujs //= require turbolinks ``` However this did not work, by digging through the gem. I had to...

we recently updated to ruby 3.3 and noticed that workers were becoming stuck processing a job. Sometimes a few workers became stuck right after a deploy, usually resque would clear...

Hey there have been times that I accidently closed the runner window, and I can't reopen the runner or attach to it, when I try to attach a runner again...

documentation