Skip to content

route/show_method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Show me the method

This tiny gem can pretty easy open the method you need in your favorite text editor. I found myself spending a lot of time in rails console and I often have to see how some methods look like and with this gem I can do it easily:

User.show_method(:find_by_sql)

or even with short alias s:

ActiveRecord::ConnectionAdapters::Column.s :string_to_time

Nothing more, enjoy!

About

It will show you a method you need in your favorite editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages