I found nice detail autocomplete for python

Is there analog with description of methods for Ruby on Rails?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a nice article “Using VIM as a complete Ruby on Rails IDE” which references rails.vim. This seems to be the de-facto standard on Rails for VIM. (However, I have not used it yet, but will try it soon.) This allows you to do a lot of Rails related tasks, but does not help with auto completion.
There is another article “Ruby Autocomplete in Vim” (which is sadly no longer available) which is what you are searching for. I do not know, if it is sufficient clever to understand all the plugin magic and meta-programming stuff of Rails. It mentions Rails at least in its configuration for vim.
So good luck 🙂