Difference between revisions of "Ruby"

From WikEmacs
Jump to navigation Jump to search
(Rinari - Rinari Is Not A Rails IDE)
m
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
=== Ruby on Rails ===
 
=== Ruby on Rails ===
  
==== Rinari ====
+
==== [[Rinari]] ====
  
 
Rinari stands for Rinari Is Not A Rails IDE. It is an Emacs minor mode for Rails that is actively maintained. For best results install it from the [https://github.com/eschulte/rinari git repo].
 
Rinari stands for Rinari Is Not A Rails IDE. It is an Emacs minor mode for Rails that is actively maintained. For best results install it from the [https://github.com/eschulte/rinari git repo].
Line 11: Line 11:
 
The official documentation is alright, but for best information check out the source. It allows for 'jumps' between Model, View, Controller and their RSpec examples and Test Unit tests, as well as Cucumber steps and features.
 
The official documentation is alright, but for best information check out the source. It allows for 'jumps' between Model, View, Controller and their RSpec examples and Test Unit tests, as well as Cucumber steps and features.
  
 +
Also, it allows for the running of a console session with full Rails application loaded for interactive use, SQL console, starting of the web server (rails server).
  
 
== External links ==
 
== External links ==

Revision as of 04:06, 27 January 2013

ruby-mode

ruby-mode provides basic font-locking, indentation and navigation support for Ruby source code. It was first included in Emacs 23 (previously it was a third party package, maintained by Ruby's developers). While ruby-mode is fairly barebone package it could be augmented by a multitude of minor modes such as ruby-end, ...

Ruby on Rails

Rinari

Rinari stands for Rinari Is Not A Rails IDE. It is an Emacs minor mode for Rails that is actively maintained. For best results install it from the git repo.

The official documentation is alright, but for best information check out the source. It allows for 'jumps' between Model, View, Controller and their RSpec examples and Test Unit tests, as well as Cucumber steps and features.

Also, it allows for the running of a console session with full Rails application loaded for interactive use, SQL console, starting of the web server (rails server).

External links

ruby-mode at Ruby's Subversion repo