You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-11
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,6 @@ docked rails server
21
21
22
22
That's it! Your Rails app is running on `http://localhost:3000/posts`.
23
23
24
-
## Adding more aliases
24
+
## Sidenote
25
25
26
-
If you'd like to have the standard Ruby and Rails bins available without writing `docked` before each command, you can add them as aliases:
27
-
28
-
```bash
29
-
alias rails='docked rails'
30
-
alias rails-dev='docked bin/dev'
31
-
alias bundle='docked bundle'
32
-
alias yarn='docked yarn'
33
-
alias rake='docked rake'
34
-
alias gem='docked gem'
35
-
```
26
+
`docked` is not intended to replace a full development setup. It is merely a way for newcomers to quickly get started with Rails. The included dependencies stick to what you need when running `rails new` without additional options. It does not include dependencies for running with PostgreSQL or Redis for example.
0 commit comments