summaryrefslogtreecommitdiff
path: root/plugins/rails/rails.plugin.zsh
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-06-11feat(rails): Add `rdmr` (`rake db:migrate:redo`) alias to Rails plugin (#6124)Dzianis Dashkevich
Co-authored-by: Robby Russell <robby@planetargon.com>
2021-06-11feat(rails): Add `rdmd` and `rdmu` aliases to Rails plugin (#6126)Dzianis Dashkevich
* `rdmd` is aliased to `rake db:migrate:down` * `rdmu` is aliased to `rake db:migrate:up` * These tasks allow you to run a specific migration up or down by specifying the appropriate `VERSION` env variable, which contains the numerical prefix of the migration's filename
2021-06-11feat(rails): add 'rails server --bind' alias (#4977)Eric Liu
2021-02-20Replce 'rake routes' task with 'rails rotues' (#9662)Kartikey Tanna
* Replce 'rake routes' task with 'rails rotues' Fixes https://github.com/ohmyzsh/ohmyzsh/issues/9661 * Modified 'rake routes|grep' to use rails
2019-10-18rails: detect gems.rb in _rake_command (#8223)Angelos Orfanakos
2019-05-17rails: change rg alias to `rgen` (#7858)Mert Simsek
The rg alias conflicted with ripgrep.
2017-11-04Check first for bin/stubs directory in _rails_command and _rake_command (#6372)David Librera
2016-09-19Add an alias for Rails console sandbox (#5316)Mohnish G J
The command ‘rails console —sandbox’ loads our Rails application, connects to the database and automatically starts a database transaction. All database operations performed within this console session are rolled back upon leaving the console. Reference - https://www.codeschool.com/blog/2014/06/17/rails-console-sandbox/
2016-08-14Adding alias to rake db:schema:load command. (#5281)Thiago Leite Luiz
2015-12-25Support bundlerSatoshi Ohmori
2015-10-15Add 'rake stats' alias.Gustavo Villa
2015-10-12Add option '--port' to 'rails server' alias.Gustavo Villa
2015-09-28Add 'rake middleware' alias.Gustavo Villa
2015-09-19Fixing conflict in rails plugin merge with rake test shortcutRobby Russell
2015-08-17removes a trailing white spaceMohnish Jadwani
2015-07-07rails rake testHeadless
2015-07-07adds an alias to search for the rails routes that pattern match a stringMohnish Jadwani
2015-06-14Merge pull request #3976 from rodrigoargumedo/patch-1Robby Russell
Add rdrs method to reset the database(s)
2015-06-11Renamed 'ss' alias to 'sstat' (to avoid collision with /bin/ss).Michele Bologna
2015-06-09Add rdrs method to reset the database(s)Rodrigo Argumedo
2015-01-09Add rdms alias to rails pluginDzianis Dashkevich
2014-07-15Fix for recusion limit hit for _rake_command aliasChristopher Kochan
2014-03-13Merge pull request #2421 from LFDM/rails_plugin_fixRobby Russell
Fixes _rails_command in new rails plugin
2014-01-10Fixes _rails_commandLFDM
Changes precedence of the conditional clause, more recent versions come first now. Fixes problems when users update their app and still have the old rails files inside of their file tree. Closes #2405 - check the discussion there for further info.
2013-12-11Add rdmtc alias for rails plugin.Mikhail Nikalyukin
2013-11-19unified and improved Rails pluginThomas Kriechbaumer
2013-06-06Adding testlog and prodlog.Lucas Uyezu
2013-04-23Merge pull request #1724 from miry/rails_aliasesRobby Russell
Added global aliases to use RAILS_ENV.
2013-04-16Added global aliases to use RAILS_ENV.Michael Nikitochkin
2012-12-05Added a `migrate` alias.Timothy Andrew
It migrates the DB and prepares the test DB.
2012-11-24Added alias to rake db:test:prepareSrihari Sriraman
Quite often, db:test:prepare is run after db:migrate. Added for convenience.
2011-10-19add rails runner aliasGodwin Ko
2010-10-01Removing capistrano aliases/functions from rails plugin (since cap is not ↵Jake Bell
rails-specific).
2010-09-30Reorganizing plugins so that each plugin has it's own directory now so that ↵Robby Russell
any plugin-specific functions can be bundled within there.