Use SSL and the Puma webserver in production
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
-
-
-
-
-
merged
Toggle commit list -
resolved all discussions
Toggle commit list
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b sign-up origin/sign-up
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout master git merge --no-ff sign-up
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
| 77 | @include box_sizing; | |
| 78 | } | |
| 79 | ||
| 80 | /* sidebar */ | |
| 81 | aside { | |
| 82 | section.user_info { | |
| 83 | margin-top: 20px; | |
| 84 | } | |
| 85 | section { | |
| 86 | padding: 10px 0; | |
| 87 | margin-top: 20px; | |
| 88 | &:first-child { | |
| 89 | border: 0; | |
| 90 | padding-top: 0; | |
| 91 | } | |
| 92 | span { | |
Please
register
or
sign in
to reply
|
||
| 82 | section.user_info { | |
| 83 | margin-top: 20px; | |
| 84 | } | |
| 85 | section { | |
| 86 | padding: 10px 0; | |
| 87 | margin-top: 20px; | |
| 88 | &:first-child { | |
| 89 | border: 0; | |
| 90 | padding-top: 0; | |
| 91 | } | |
| 92 | span { | |
| 93 | display: block; | |
| 94 | margin-bottom: 3px; | |
| 95 | line-height: 1; | |
| 96 | } | |
| 97 | h1 { | |
|
||
| 1 | <% provide(:title, @user.name) %> | |
| 2 | <div class="row"> | |
|
||
| 73 | 73 | |
| 74 | 74 | # Uncomment if you wish to allow Action Cable access from any origin. |
| 75 | 75 | # config.action_cable.disable_request_forgery_protection = true |
| 76 | ||
| 77 | # Force all access to the app over SSL, use Strict-Transport-Security, | |
| 78 | # and use secure cookies. | |
| 79 | config.force_ssl = true | |
|
||
| 70 | ||
| 71 | /* miscellaneous */ | |
| 72 | .debug_dump { | |
| 73 | clear: both; | |
| 74 | float: left; | |
| 75 | width: 100%; | |
| 76 | margin-top: 45px; | |
| 77 | @include box_sizing; | |
| 78 | } | |
| 79 | ||
| 80 | /* sidebar */ | |
| 81 | aside { | |
| 82 | section.user_info { | |
| 83 | margin-top: 20px; | |
| 84 | } | |
| 85 | section { | |
|
||
mentioned in commit 952a378c
mentioned in commit 952a378c
merged
resolved all discussions
resolved all discussions