Scott Bronson

Results 31 issues of Scott Bronson

in error_page_assets.rake: ``` namespace :assets do def log msg # try to log like Sprockets even though their stuff is all private STDERR.puts msg Rails.logger.info(msg) if Rails.respond_to?(:logger) && Rails.logger end...

Try this: hit `ctrl-alt-x` then `ctrl-alt-e`. The rspec output window says: ``` RSpec - range_fixes_spec.rb RSpec - spec /Users/bronson/.gem/ruby/2.2.2/gems/rspec-core-3.4.1/lib/rspec/core/configuration.rb:1361:in `load': cannot load such file -- /Users/bronson/invoicing/spec (LoadError) from /Users/bronson/.gem/ruby/2.2.2/gems/rspec-core-3.4.1/lib/rspec/core/configuration.rb:1361:in `block...

Feature request: I'd like to be able to quickly switch to text mode, leaving my cursors where they are, make some complex edits, and switch back to table mode when...

enhancement

I'm not quite sure how you would detect it but, if it has one, displaying the CSV's header would be nice. Maybe add a pencil-everything button that would copy everything...

enhancement

Is there any chance advanced-open-file could provide an open file service? The service would accept a path, then display the dialog and behave exactly as it does now. I'd like...

I really wish I could back up two lines and re-execute them. Does byebug support setting the program counter, similar to gdb's jump command? Alas, I just don't see a...

enhancement

Seeing a lot of these when running the Rails 5 beta 2 tests: /Users/bronson/.gem/ruby/2.2.2/gems/em-hiredis-0.3.1/lib/em-hiredis/base_client.rb:231: warning: instance variable @inactivity_timer not initialized /Users/bronson/.gem/ruby/2.2.2/gems/em-hiredis-0.3.1/lib/em-hiredis/base_client.rb:236: warning: instance variable @inactivity_trigger_secs not initialized Easy workaround appears...

I have a continuous integration server that runs freight in an ephemeral directory. I could generate a new freight.conf containing ginormous absolute pathnames, or I could just have a small...

## Please Select if your Request is Either something new or an Enhancement ## - [x] Enhancement of an existing Feature. - [ ] Request of a new feature. ##...

type.bug
area.misc
status.wip

This shows that RBENV_VERSION works when executed from Perl but not from Ruby. In this example, global version is set to 1.9.2p290. ``` $ ruby --version ruby 1.9.2p290 (2011-07-09 revision...

binpath