Rsense Can See All
RSense is a tool for doing static analysis of Ruby source code. Rsense is used in conjunction with an editor plugin.
RSense is currently under heavy development and not ready to use yet. It would be awesome if you helped get things done.
Installation
Add this line to your application's Gemfile:
gem 'rsense'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rsense
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/[my-github-username]/rsense/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
License
RSense is distributed under the term of GPLv3+.
Credits
Rsense was originally designed and implemented by Matsuyama Tomohiro(@m2ym), and his hard work is still at the core of rsense today. All of the algorithms for type-detection were implemented by him, with inspiration from multiple places. You can read about his original version at Rsense: A Ruby Development tools for Emacs, Vim and Others
In 2013, a major undertaking by @edubkendo to bring it current and improve its usefullness to rubyists was sponsored by the @jruby organization as a Google Summer of Code project.
Special thanks belongs to Tom Enebo (@enebo) who provided excellent mentorship, code, architectural suggestions and more throughout the course of the update.