rfactor

Ruby代码的常见重构,用Ruby编写。该项目旨在与几个编辑器(主要是TextMate)集成,以提供简单的重构。(Common refactorings for Ruby code, written in Ruby. This project aims to be integrated with several editors (mainly TextMate), to provide simple refactorings.)

  • 所有者: fabiokung/rfactor
  • 平台: Linux, Mac, Windows
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

= rfactor

http://wiki.github.com/fabiokung/rfactor

== Issue Tracking

http://fabiokung.lighthouseapp.com/projects/27963-rfactor

== DESCRIPTION:

Common refactorings for Ruby code, written in Ruby. This project aims
to be integrated with several editors (mainly TextMate), to provide
simple refactorings, such as:

  • extract method -- only one available for now
  • extract variable
  • extract Class
  • extract Module
  • rename using ack
  • move using ack

== FEATURES/PROBLEMS:

  • Uses {RubyParser}[http://parsetree.rubyforge.org] to extract ASTs

== SYNOPSIS:

code = Rfactor::Code.new(CODE)
new_code = code.extract_method :name => 'common_behavior',
:start => 10,
:end => 15

new_code should contain the changed code. The content between

lines 10 and 15 are extracted to the new method called common_behavior

See the features (Cucumber) directory for more examples.

== REQUIREMENTS:

== INSTALL:

All you need is installed automatically by rubygems:

sudo gem install fabiokung-rfactor -s http://gems.github.com

But, if you need, here are the required gems individually:

gem install ParseTree
gem install newgem
gem install fabiokung-sexp_processor -s http://gems.github.com
gem install fabiokung-ruby_parser -s http://gems.github.com
gem install fabiokung-rfactor -s http://gems.github.com

== RDoc

http://fabiokung.github.com/rfactor

== LICENSE:

(The MIT License)

Copyright (c) 2008 Fabio Kung fabio.kung@gmail.com and Hugo Corbucci hugo.corbucci@gmail.com

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

主要指標

概覽
名稱與所有者fabiokung/rfactor
主編程語言Ruby
編程語言Ruby (語言數: 1)
平台Linux, Mac, Windows
許可證
所有者活动
創建於2009-02-04 12:27:02
推送於2013-01-31 03:40:00
最后一次提交2013-01-30 19:39:58
發布數0
用户参与
星數124
關注者數5
派生數7
提交數49
已啟用問題?
問題數0
打開的問題數0
拉請求數1
打開的拉請求數0
關閉的拉請求數3
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?