Tagged Questions
0
votes
1answer
66 views
How I can see all the queries executed and classes or methods in my gemfile?
I´m newbie in RoR and I would like to know how I can do two things in Rails (both versions 2 and 3):
How I can see all queries generated to database (save, update, find, etc.) in the console of the ...
0
votes
1answer
172 views
Unitialized constant error in rails console vs. irb using a Mechanize wrapper
First question from a fundamental level - What is the meaning of an un-initialized constant error in Ruby? I come from an objective-c background, if that helps provide some context.
Secondly, I am ...