Kedar Mhaswade
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 81
-
Created In an action-mailer, exceptions in log while doing some basic edits ...
I get these exceptions in the log repeatedly: [ 47107] ERROR - currency.PrioritizedFutureTask - JetBrains RubyMine 3.2.4 Build #RM-107.612 [ 47107] ERROR - currency.PrioritizedFutureTask - JD... -
Created Quick navigation from controller to view ...
Suppose the cursor is inside a method (not the standard action, but something called by standard action like :edit, :new etc.) and I do: View -> Rails ... (Alt+Shift+N) -> View (3rd option), RM pro... -
Created Shift+Alt+N should show partials as well?
I think I have an enhancement request or a request for instructions :-).Open a Rails model. Shift+Alt+N (or Alt+Shift+N :-) ), choose View. It shows the non-partial views. How to make it show parti... -
Created Inspection on attr_accessor in a Rails model?
Perhaps this is another it's-just-me incident.I have a Rails model thus: class JobPost < ActiveRecord::Base # attributes attr_accessible .... # attributes that are columns in database attr_acce... -
Created Finding the usages of scope?
In a certain model Post, I have the following: scope :mine, lambda {|user_id| where ("user_id = ?", user_id)} which is intended to return me the posts of a certain user. When I highlight :mine and... -
Created Scrolling the development log on text?
I find this a bit odd. The server development log tool window -- shouldn't it always scroll to bottom? Since my Rails development.log is being constantly appended to, it seems bad to have to scroll... -
Created Look and Feel between RM and IDEA ...
I have installed both IDEA (10.5 CE) and RubyMine 3.2.4 on Linux 10.04, 64-bit.Both of them have Default settings. Both use IDEA 4.5 Default L&F with Andale Mono (12-point) font chosen.Yet, there i... -
Created Model -> Migration shortcut?
Say I am editing a Rails model User. I have a related Migration. What is the shortcut so that it opens the migration in editor?Alt+Shift+N (Rails...) only makes viewing the non-migration related th... -
Created define_singleton_method is flagged as an unresolved reference?
The inspection reports a valid use of this Object class's method (:define_singleton_method) as invalid. Is that a bug?Thanks,Kedar -
Created Ruby Gem Development and RubyMine?
Currently, I can only do a new project based on a new directory or Rails application. If I were to do gem development, I'd expect some assistance from RM, for instance, File-> New Project -> Ruby G...