Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup feature #30

Merged
merged 6 commits into from
Dec 29, 2023
Merged

Setup feature #30

merged 6 commits into from
Dec 29, 2023

Conversation

qichunren
Copy link
Contributor

After the initial installation, a setup interface is presented to users, guiding them through essential steps to complete the application configuration.

Used command:
```
EDITOR="code --wait" rails credentials:edit --environment test
```
The credentials content is copied from credentials.yml.sample

Fixed broken testcase:
```
Error:
SessionsControllerTest#test_should_sign_in:
NoMethodError: undefined method `sign' for nil:NilClass
    app/controllers/user/sessions_controller.rb:8:in `create'
    test/controllers/user/sessions_controller_test.rb:6:in `block (2 levels) in <class:SessionsControllerTest>'
    test/controllers/user/sessions_controller_test.rb:5:in `block in <class:SessionsControllerTest>'
```
@Eric-Guo Eric-Guo merged commit 6974f5c into thape-cn:main Dec 29, 2023
@qichunren qichunren deleted the setup branch December 29, 2023 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants