Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andrey Vokin
Total activity
338
Last activity
October 11, 2021 11:34
Member since
September 15, 2011 10:51
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
138
Activity overview
Posts (0)
Comments (200)
Sort by recent activity
Recent activity
Votes
Created
October 09, 2013 12:10
I can't see the error message on the screen shot. Does it say that "ko" is a typo? Also could you navigate from require "ko" to related file?
Community
RubyMine
require_self on Sprockets is showing as error
0 votes
Created
March 21, 2014 20:00
Hello Andrew,thank you for feedback, I've created issue, please vote for it so that to get notification when it fixed.
Community
RubyMine
Create cucumber step definition duplication of step in feature file
0 votes
Created
April 24, 2014 10:30
Tools -> Run Rails Generator. Choose model. And int the dialog type tablename (in camel case)
Community
RubyMine
Generating a model with a SQLite3 database
0 votes
Created
March 30, 2014 14:25
First we need to check if chrome gets CoffeeScript source file and source maps.Let's assume that you try to debug file assets/javascript/file.js.coffeeCompiled code located by url: http://localhost...
Community
RubyMine
CoffeeScript debugger in RubyMine 6 - Not Stopping at Breakpoints
0 votes
Created
April 16, 2014 09:55
In order to debug CoffeeScript code in Rails app you should to make your app to provide separated JS files. Could you make sure that you don't have line like:config.assets.debug = falsein config/en...
Community
RubyMine
CoffeeScript debugger in RubyMine 6 - Not Stopping at Breakpoints
0 votes
Created
April 18, 2014 09:35
Hi, I didn't manage to reproduce the problem.Could you try to invalidate caches? It it doesn't help, we need more info. It would be nice if you provide a sample project where it's possible to see t...
Community
RubyMine
Jump to method not working
0 votes
Created
April 07, 2014 16:25
This field doesn't support regular expression. You could only use special symbols: '*' - means '.*' in regex, '?' - means '.' in regex notation and ',' - it's delimiter.
Community
RubyMine
Search in all non-ruby files (regex in file mask)
0 votes
Created
June 01, 2014 17:42
I think you could try following configuration:In application.js add line: //= require vendor And content vendor/assets/javascripts/vendor.js: //= require tinyeditor/tiny.editor//= require qtip2/jqu...
Community
RubyMine
How to remove error message "cannot resolve file" in require statement in assets/javascript/application.js
0 votes
Created
September 09, 2014 09:11
Looks like it is not related to RubyMine. Check that you have permisstion to push and your ssh key. GitHub help
Community
RubyMine
unable to Push
0 votes
Created
August 20, 2014 17:18
1. Make sure that gem is installed. Gemfile must contain line gem 'devise' if gem is not intstalled execute command bundle install (Tools -> Bundler -> Install)2. Run generator: Tools -...
Community
RubyMine
how to make a devise model
0 votes
«
First
‹
Previous
Next
›
Last
»