Prater
Prater
@therubymug https://github.com/therubymug/hitch/blob/master/lib/hitch/hitch.sh This file is valid for ZSH or bash, but it isn't going to work with fish.
I've got something similar with the identity strategy, manifesting as `/auth/identity/register` returning a 404. Turning off test mode fixes, but it's kind of a pain, since test mode needs to...
Worked around it by adding this middleware to my stack right before `OmniAuth::Builder` pretty hacky, but it makes it work. I'm not sure if there's a better way to do...
Note that things within `where` clauses are key paths, not model calls (so you can't use cute Rubyisms like `hours.from_now` on column values. When you say `notice_time` is an integer...
Sun Nov 08 03:53:40 -0600 2009: Read error: # /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/routing/route_set.rb:297:in `stat' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/routing/route_set.rb:297:in`routes_changed_at' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/routing/route_set.rb:296:in `each' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/routing/route_set.rb:296:in`routes_changed_at' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/routing/route_set.rb:274:in `reload' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:58:in`reload_application' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/reloader.rb:33:in `run' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:108:in`call' /usr/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/rails/rack/static.rb:31:in `call' /usr/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:46:in`call' /usr/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `each' /usr/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in`call' /usr/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/rails/rack/debugger.rb:17:in `call' /usr/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/rails/rack/log_tailer.rb:17:in`call'...
The CI Fail is because of RuboCop - but it's not giving me any information - just "Hook raised unexpected error."
Poop. Looks like .pryrc isn't loaded until the actual Pry repl is started. We start Byebug before we start pry, so we've either got to do the `Pry.initial_session_setup` ourselves, or...
@madskjeldgaard - Same problem. I solved it by setting `max_jobs` to 5 in `packer.init`
No - definitely not. I read about a similar behavior in Yabai where changing the desktop assignment fixed it. I changed the desktop assignment to "None" - and it's _better_...
There's this http://github.com/justinxreese/vim-dandelion - which is a little ahead of this one, but doesn't seem to have much activity either. Yes - this just completely removes the Rainbow functionality -...