打印

Aptana Rails IDE Beta with RadRails and RDT

Aptana Rails IDE Beta with RadRails and RDT

The Aptana Rails IDE is an integrated development environment for the Ruby on Rails framework.
Web Features

    * Free and open source; cross-platform, stand-alone IDE or Eclipse plug-in
    * File- and project-based workflow with integrated FTP/SFTP
    * Real-time, Wiki-based online help; IDE translated into multiple languages
    * Scriptable using JavaScript (“Aptana Monkey”)
    * Backed by full-time developers; nearing a million combined downloads
    * Deep support (including cross-browser tips) for JavaScript, HTML, CSS
    * Syntax highlighting, auto completion, code assist, error reporting, etc.
    * Full support for JavaScript and CSS embedded within HTML; unified outlining
    * Works with any JavaScript, incl. all Ajax libraries
    * JavaScript debugger with live Firebug integration

Rails Features

    * Unified, deep support for Ruby, Rails, RHTML…and JS, HTML, CSS!
    * Syntax highlighting, auto completion, code assist, error reporting, outlining, etc.
    * Ruby code generation: constructors, overrides, templates, accessors
    * Refactoring: local to instance variables, extract methods, inlining, renaming…
    * Fast, integrated debugger
    * Support for Rails generators, Rake, plugins, and server management
    * View unit tests and test results
    * Integrated code analysis
    * Embedded database navigator and query console
    * Snippets and wizards
    * Integrated help, including “Go to definition”, RDoc/RI, and code explorer

最新的Aptana rails IDE发布了!

http://www.aptana.com/download_rails_rdt.php

安装rails支持的方法(默认没有Ruby on Rails的开发支持!!!)
To install Rails support:

   1. Download installer below.
   2. Open up Aptana, and Navigate to the Help > Software Updates > Find and Install menu.
   3. Select the Ruby on Rails Development Environment feature.
   4. Continue through the dialog boxes until complete.

不带JVM的免安装版下载:
http://www.web20.com/downloads/n ... E_Setup_Windows.zip
First they ignore you, then they laugh at you, then they fight you, then you win.

TOP

中文系统默认启动后为中文界面,如果你像我一样不习惯,启动时用

Aptana.exe -nl en_US

换回英文界面即可
First they ignore you, then they laugh at you, then they fight you, then you win.

TOP

如果你还像我一样懒,那么请在桌面新建一个到Aptana.exe的快捷方式,右键>属性>快捷方式>目标

修改为D:\aptana\Aptana.exe -nl en_US

以后双击快捷方式就可以了:)
First they ignore you, then they laugh at you, then they fight you, then you win.

TOP

这个版本的aptana需要jdk1.5以上,如果你还是用的jdk1.4.2,那么最好安装一个jdk1.5或者jdk1.6,这里推荐jdk1.6
安装后需要再次修改快捷方式

D:\aptana\Aptana.exe -nl en_US -vm D:\jdk1.6.0_01\bin\javaw.exe
First they ignore you, then they laugh at you, then they fight you, then you win.

TOP

aptana radrails rdt 三剑合璧!

附件: 您所在的用户组无法下载或查看附件
First they ignore you, then they laugh at you, then they fight you, then you win.

TOP

今天更新到了0.2.8 15171

感觉稳定了不少,执行效率也有所改善,代码提示不那么卡了

推荐更新
First they ignore you, then they laugh at you, then they fight you, then you win.

TOP

以后再考虑使用```

TOP