0.02
No commit activity in last 3 years
No release in over 3 years
rsense-server is the communications bridge between the user (or editor plugins the user is using) and the rsense library written in java.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 1.6
~> 1.0.0
~> 1.7.4
~> 0.5.4
~> 0.6.6
~> 0.0.4
 Project Readme

rsense

Rsense Can See All

Gitter chat

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

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+.

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.