index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
progmodes
/
ruby-mode-tests.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-18
Make font-lock face variables obsolete
Stefan Kangas
2024-09-02
Add new option ruby-bracketed-args-indent
Aaron Jensen
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-12-16
ruby-syntax-methods-before-regexp: Drop this whitelist
Dmitry Gutov
2023-12-09
ruby-mode: Better detect regexp vs division (bug#67569)
Dmitry Gutov
2023-04-13
ruby-add-log-current-method: Reduce the use of 'nreverse'
Dmitry Gutov
2023-01-04
(ruby-ts-add-log-current-function): Fix when between two methods
Dmitry Gutov
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-12-31
Add new options for Ruby code indentation
Dmitry Gutov
2022-12-19
ruby-method-params-indent: New user option
Dmitry Gutov
2022-12-18
ruby-mode: Support endless methods (bug#54702)
Dmitry Gutov
2022-12-15
Fix ruby-add-log-current-method after nested class definition
Dmitry Gutov
2022-01-21
ruby-toggle-block-space-before-parameters: New user option
Dmitry Gutov
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-09-09
Change ruby-align-chained-calls indendation
Stefan Monnier
2021-08-17
ruby-mode imenu: Support methods with modifiers
Dmitry Gutov
2021-04-28
Add tests
Peter Oliver
2021-01-04
ruby-add-log-current-method: Support methods with symbolic names
Dmitry Gutov
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-10-16
Use new resource directory macros in tests (Bug#43792)
Stefan Kangas
2020-10-06
* test/lisp/progmodes/ruby-mode-tests.el: Fix obsolete warnings
Stefan Monnier
2020-09-23
Remove TODO to convert files to unit tests
Stefan Kangas
2020-09-21
Convert manual indent test for ruby-mode into unit test
Stefan Kangas
2020-04-28
Use lexical-binding in most progmodes tests
Stefan Kangas
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-07-25
Strip trailing whitespaces at the end of converted do block
Nobuyoshi Nakada
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-11
Support Ruby block arguments ending with , or *
Nobuyoshi Nakada
2018-03-09
Quieten compilation of some test/lisp files
Glenn Morris
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-06-27
Also handle escaping when string begins with a quote
Dmitry Gutov
2016-06-27
Fix quote escaping in ruby-toggle-string-quotes
Sriram Thaiyar
2016-05-13
Merge from origin/emacs-25
Paul Eggert
2016-03-22
-
Paul Eggert
2016-03-11
Merge from origin/emacs-25
John Wiegley
2016-01-11
Merge from origin/emacs-25
John Wiegley
2015-11-24
Rename all test files to reflect source layout.
Phillip Lord