Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the helpful packages for Emacs to do ruby on rails?

I would like to know the best Emacs plugins for developers using the Ruby on Rails framework.

like image 601
Batsal Awaley Avatar asked Dec 07 '25 14:12

Batsal Awaley


1 Answers

If you want to have an awesome emacs config you should install these packages:

  • inf-ruby

  • projectile

  • projectile-rails

  • robe-mode

  • web-mode

  • rvm

  • flymake-ruby

  • flymake-easy

  • flymake-css

  • flymake-sass

  • flymake-coffee

  • flymake-haml

  • flymake-html-validator

  • haml-mode

  • yaml-mode

  • slim-mode

  • sass-mode

  • coffee-mode

  • feature-mode

if you were using vimux you would like to replace projectile and projectile-rails with emacs-rails-reloaded

by the way if you happen to be a vim user then you should checkout spacemacs.spacemacs has predefined configuration layers for html and ruby on rails.

for ruby as well as ruby on rails

  • bundler

  • chruby

  • company

  • enh-ruby-mode

  • evil-matchit

  • flycheck

  • popwin

  • rbenv

  • robe

  • rspec-mode

  • rubocop

  • ruby-mode (should be avaliable by default)

  • ruby-test-mode

  • ruby-tools

  • rvm

  • smartparens

  • rake

like image 199
krazedkrish Avatar answered Dec 10 '25 06:12

krazedkrish