sivakrishna.m
Joined: 01 Jan 2008 Posts: 160 Location: Narsipatnam
|
Posted: Fri Sep 25, 2009 8:23 am Post subject: Editing ERB Files For Rails on Ubuntu |
|
|
Editing ERB Files For Rails on Ubuntu
======================================
For Editing the .ERB files for rails application , you have to install the "elisp" software for ruby. it can be install by the below command
> sudo apt-get install emacs ruby-elisp irb1.8 emacs22-el
after completion of the installation, open it through the terminal
> emacs -bg black -fg wheat app/views/users/index.html.erb
Thank You,
Siva |
|