Don

Results 60 issues of Don

I often use the colorize gem with ruby on rails to add color to STDOUT. ```ruby puts "some debugging info".yellow ``` atom-rspec does not colorize the STDOUT, only the rspec...

Save file when specs are run. See #86.

1. Open a new terminal tab 2. Type 'exit' in the terminal The terminal window gets hung up and does not close. Any attempt to type in the terminal results...

ability.rb: can :manage, Customer, :team=>{:id=>user.team_ids} controller / update method: @customers = Customer.accessible_by(current_ability).find(params[:id]) result: ActiveRecord::ReadOnlyRecord I am trying to protect access in the update method so users cannot post updates to...

waiting

I'm getting this error when using the delayed_job 3.0.0 gem... NameError (uninitialized constant Delayed::Job): Everything works great when I force delayed_job, 2.1.4 in my Gemfile. I'm using rails 3.1.1. Thanks...

When modals are opened using , they are removed from the DOM when the modal is closed. This does not happen is the modal is loaded via AJAX per the...

This is probably user error but I think worth mentioning as an issue for posterity. I am building an invoice in Canadian Quickbooks and assigning the TransactionTaxDetail like this... ```ruby...

### Brief Description I have a simple file attachment uploader that stores files in GCS storage. On my model before_save callback I store the size of the image file in...

This PR implements a `minWidth` setting that will control the minimum width of the dropdown control. Set it to an integer value in the options to allow the dropdown to...