ohmyzsh aliases Flashcards

(68 cards)

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
rdtc
rails db:test:clone
26
rdtp
rails db:test:prepare
27
rgen
rails generate
28
rgm
rails generate migration
29
rlc
rails log:clear
30
rmd
rails middleware
31
rn
rails notes
32
rp
rails plugin
33
rr
rails routes
34
rrg
rails routes | grep
35
rs
rails server
36
rsb
rails server --bind
37
rsd
rails server --debugger
38
rsp
rails server --port
39
rsts
rails stats
40
rt
rails test
41
ru
rails runner
42
fmns
foreman start
43
rkdc
rake db:create
44
rkdd
rake db:drop
45
rkdm
rake db:migrate
46
rkdmd
rake db:migrate:down
47
rkdmr
rake db:migrate:redo
48
rkdms
rake db:migrate:status
49
rkdmtc
rake db:migrake db:test:clone
50
rkdmu
rake db:migrate:up
51
rkdr
rake db:rollback
52
rkdrs
rake db:reset
53
rkds
rake db:seed
54
rkdsl
rake db:schema:load
55
rkdtc
rake db:test:clone
56
rkdtp
rake db:test:prepare
57
rklc
rake log:clear
58
rkmd
rake middleware
59
rkn
rake notes
60
rksts
rake stats
61
rkt
rake test
62
sc
ruby script/console
63
sd (?)
ruby script/destroy ruby script/server --debugger
64
sg
ruby script/generate
65
sp
ruby script/plugin
66
sr
ruby script/runner
67
ssp
ruby script/spec
68
sstat
thin --stats "/thin/stats"