Sha256: bba28eb23184c751b1a959e8c7405f0b05e8da1d72ee2902f5a91a80f7591c07

Contents?: true

Size: 1.93 KB

Versions: 17

Compression:

Stored size: 1.93 KB

Contents

![rsense](https://cloud.githubusercontent.com/assets/1395968/2978144/51565ee2-dbb5-11e3-9b94-e97a37739d03.png)

# Rsense Can See All

[![Gitter chat](https://badges.gitter.im/rsense/rsense.png)](https://gitter.im/rsense/rsense)

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.

[![Stories in Ready](https://badge.waffle.io/rsense/rsense.png?label=ready&title=Ready)](https://waffle.io/rsense/rsense)


## 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

1. Fork it ( https://github.com/[my-github-username]/rsense/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## License

RSense is distributed under the term of
[GPLv3+](http://gplv3.fsf.org/).

## Credits

Rsense was originally designed and implemented by [Matsuyama Tomohiro(@m2ym)](https://github.com/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](http://cx4a.org/software/rsense/)

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)](https://github.com/enebo) who provided excellent mentorship, code, architectural suggestions and more throughout the course of the update.

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rsense-server-0.5.18 README.md
rsense-server-0.5.17 README.md
rsense-server-0.5.16 README.md
rsense-server-0.5.15 README.md
rsense-server-0.5.14 README.md
rsense-server-0.5.13 README.md
rsense-server-0.5.12 README.md
rsense-server-0.5.11 README.md
rsense-server-0.5.10 README.md
rsense-server-0.5.9 README.md
rsense-server-0.5.8 README.md
rsense-server-0.5.7 README.md
rsense-server-0.5.6 README.md
rsense-server-0.5.5 README.md
rsense-server-0.5.4 README.md
rsense-server-0.5.2 README.md
rsense-server-0.5.0 README.md