emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-ruby b31b7d3061 137/265: inf-ruby-console-patterns-ali


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby b31b7d3061 137/265: inf-ruby-console-patterns-alist: Detect Rails by the presence of bin/rails
Date: Sat, 9 Jul 2022 21:59:20 -0400 (EDT)

branch: elpa/inf-ruby
commit b31b7d3061ebbdd673e590b4720684b2b0e4cc72
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    inf-ruby-console-patterns-alist: Detect Rails by the presence of bin/rails
---
 inf-ruby.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index 2449d836f4..31f777dc99 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -587,7 +587,7 @@ keymaps to bind `inf-ruby-switch-from-compilation' to `ะก-x 
C-q'."
        'inf-ruby-switch-from-compilation)))
 
 (defvar inf-ruby-console-patterns-alist
-  '(("config/application.rb" . rails)
+  '(("bin/rails" . rails)
     ("*.gemspec" . gem)
     ("Gemfile" . default))
   "Mapping from file name patterns to name symbols.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]