ohmyzsh aliases Flashcards

1
Q

rails

A

_rails_command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

rake

A

_rake_command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

devlog

A

tail -f log/development.log

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

prodlog

A

tail -f log/production.log

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

testlog

A

tail -f log/test.log

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

-g RED

A

RAILS_ENV=development

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

-g REP

A

RAILS_ENV=production

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

-g RET

A

RAILS_ENV=test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

rc

A

rails console

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

rcs

A

rails console –sandbox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

rd

A

rails destroy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

rdb

A

rails dbconsole

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

rdc

A

rails db:create

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

rdd

A

rails db:drop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

rdm

A

rails db:migrate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

rdmd

A

rails db:migrate:down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

rdmr

A

rails db:migrate:redo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

rdms

A

rails db:migrate:status

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

rdmtc

A

rails db:migrate db:test:clone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

rdmu

A

rails db:migrate:up

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

rdr

A

rails db:rollback

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

rdrs

A

rails db:reset

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

rds

A

rails db:seed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

rdsl

A

rails db:schema:load

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

rdtc

A

rails db:test:clone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

rdtp

A

rails db:test:prepare

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

rgen

A

rails generate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

rgm

A

rails generate migration

29
Q

rlc

A

rails log:clear

30
Q

rmd

A

rails middleware

31
Q

rn

A

rails notes

32
Q

rp

A

rails plugin

33
Q

rr

A

rails routes

34
Q

rrg

A

rails routes | grep

35
Q

rs

A

rails server

36
Q

rsb

A

rails server –bind

37
Q

rsd

A

rails server –debugger

38
Q

rsp

A

rails server –port

39
Q

rsts

A

rails stats

40
Q

rt

A

rails test

41
Q

ru

A

rails runner

42
Q

fmns

A

foreman start

43
Q

rkdc

A

rake db:create

44
Q

rkdd

A

rake db:drop

45
Q

rkdm

A

rake db:migrate

46
Q

rkdmd

A

rake db:migrate:down

47
Q

rkdmr

A

rake db:migrate:redo

48
Q

rkdms

A

rake db:migrate:status

49
Q

rkdmtc

A

rake db:migrake db:test:clone

50
Q

rkdmu

A

rake db:migrate:up

51
Q

rkdr

A

rake db:rollback

52
Q

rkdrs

A

rake db:reset

53
Q

rkds

A

rake db:seed

54
Q

rkdsl

A

rake db:schema:load

55
Q

rkdtc

A

rake db:test:clone

56
Q

rkdtp

A

rake db:test:prepare

57
Q

rklc

A

rake log:clear

58
Q

rkmd

A

rake middleware

59
Q

rkn

A

rake notes

60
Q

rksts

A

rake stats

61
Q

rkt

A

rake test

62
Q

sc

A

ruby script/console

63
Q

sd (?)

A

ruby script/destroy
ruby script/server –debugger

64
Q

sg

A

ruby script/generate

65
Q

sp

A

ruby script/plugin

66
Q

sr

A

ruby script/runner

67
Q

ssp

A

ruby script/spec

68
Q

sstat

A

thin –stats “/thin/stats”