rubymine-7 Questions
4
Solved
I have these two classes in RubyMine:
book.rb:
class Book
def initialize(name,author)
end
end
test.rb:
require 'book'
class teste
harry_potter = Book.new("Harry Potter", "JK&qu...
Rainmaker asked 18/3, 2015 at 21:27
3
I was trying to debug a rails application(4.03) using rubymine IDE version 7.0.2, but when I configure my application like this
The IDE complained that Rails Server launcher wasn't found in the p...
Hadrian asked 11/1, 2015 at 1:59
3
Solved
I'm working on some tutorial and i'm having some problems. RubyMine can't find associated Rails Model for ':users' associations failed
I'm using:
- RubyMine 7
- Ruby version meneger (rvm)
- rub...
Mink asked 7/12, 2014 at 10:16
1
RubyMine7.0.1 shows this alert in every controller class.
A controller class file below.
Thanks.
application_controller.rb
class ApplicationController < ActionController::Base
protect_from_for...
Bettencourt asked 19/12, 2014 at 23:23
0
Even for the latest version of Rubymine(7.1), it could not recognise well some paths, for example:
<p><%= link_to 'Hello!', welcome_say_hello_path %></p>
Here, welcome_say_hell...
Oilcan asked 14/4, 2015 at 2:7
1
© 2022 - 2024 — McMap. All rights reserved.