Skip to content
Snippets Groups Projects

Add support of Rails 5

Merged blackst0ne requested to merge blackst0ne-rails5-support into master
All threads resolved!
Files
3
+ 2
2
@@ -98,7 +98,7 @@ Start GitLab and all required services:
@@ -98,7 +98,7 @@ Start GitLab and all required services:
gdk run
gdk run
# Rails 5.0 (next version, we're migrating to it now)
# Rails 5.0 (next version, we're migrating to it now)
gdk run 5
gdk run rails5
```
```
To start only the databases use:
To start only the databases use:
@@ -114,7 +114,7 @@ To start only the app (assuming the DBs are already running):
@@ -114,7 +114,7 @@ To start only the app (assuming the DBs are already running):
gdk run app
gdk run app
# Rails 5.0 (next version, we're migrating to it now)
# Rails 5.0 (next version, we're migrating to it now)
gdk run app 5
gdk run app rails5
```
```
To access GitLab you may now go to http://localhost:3000 in your
To access GitLab you may now go to http://localhost:3000 in your
Loading