summaryrefslogtreecommitdiff
path: root/plugins/rails/README.md
AgeCommit message (Collapse)Author
2023-06-15feat(rails): add some aliases (#11739)Josh Powell
2023-03-10feat(rails): add `rta` alias (#11553)Zhong Zheng
2022-03-07feat(rails): add `fmns` alias for `foreman start` (#9600)romanch
Closes #9600
2022-03-07chore(rails): fix comments and docsMarc Cornellà
2022-03-07feat(rails)!: run old rake aliases with `rails` (#9601)Alexey Poimtsev
BREAKING CHANGE: we've updated the aliases that run `rake` to use `rails` instead because that's how they are run since Rails v5. The old `rake` aliases can still be run by using the `rk` prefix (e.g. the `rake test` alias has been changed from `rt` to `rkt`). Closes #9601 Closes #9813 Fixes #10696 Co-authored-by: Vsevolod Voloshyn <seva.voloshin@gmail.com>
2021-04-11docs(rails): reflect changes to aliases (#9809)Chuck
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
- fasd - history - mercurial - pylint - repo - yii2
2019-11-19rails: fix rendering issue in README (#8410)Taico Aerts
2019-06-12rails: fix typo in README (#7923)Viktor Fonic
2019-05-17rails: change rg alias to `rgen` (#7858)Mert Simsek
The rg alias conflicted with ripgrep.
2019-04-15rails: create README (#5841)Ivan Polchenko