Anton Astashov
Anton Astashov
And about undefined variable - g:TU - run :Rdebugger first, to load autoload/ruby_debugger.vim. An then - call g:TU.run().
Это весьма странно, никогда с таким не сталкивался. А вы уверены что это не требовалось конкретно для вашего приложения? На свежесозданном Rails проекте то же самое?
Yup, this is a problem - by some reason the debugger doesn't work with Bundler. I can repeat that.
For sure, when I have some free time. :)
Hmm, I don't know, but RSpec 2 works just perfectly if it is called without 'bundle exec'.
I hope I'll have a chance to take a look at the issue during this weekend.
The problem with 'bundle exec' - it uses Kernel.exec run running the ruby script. I.e. ``` bundle exec rspec spec/models/user_spec.rb ``` will actually run ``` Kernel.exec(["rspec", "spec/models/user_spec.rb"]) ``` Kernel.exec replaces...
Yeah, it's kinda surprisingly tricky, so I have to admin didn't get to it yet... :)
Wait, equipment in the app is only for weight rounding and plates calculation, nothing else. It used to be a part of an exercise, but that was very confusing for...
What's the account id (from Me -> Account)?