Add Rails support to Ruby module

The +rails flag sets up projectile-rails as a minor mode for
enh-ruby-mode and, if enabled under :lang, web-mode. Projectile-rails
keybindings are under "<localleader> r".

robe-rails-refresh was moved to "<localleader> R".
This commit is contained in:
Alexander Graul 2020-02-01 13:34:37 +01:00
parent aa627c7bbe
commit 28ce581ca4
3 changed files with 24 additions and 2 deletions

View file

@ -27,3 +27,8 @@
;; Testing frameworks
(package! rspec-mode :pin "c4353a1bff")
(package! minitest :pin "6d9f6233b7")
;; Rails
(when (featurep! +rails)
(package! projectile-rails :pin "228f631")
(package! inflections :pin "e4f1372"))