File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,19 @@ to name a few. For more info on granular updating of gems [see](https://bundler
132
132
133
133
<a id =" todo " ></a >
134
134
135
+ - [ ] if using app as an API only how can i authenticate with the app using a frontend framework such as react
136
+ - [ ] fix the user registration process, ie. when i register an account the app throws and error as seen below
137
+ ```
138
+ SocketError in UsersController#create
139
+
140
+ getaddrinfo: Name or service not known
141
+
142
+ Rails.root: /opt/code/git/github/chrisrjones_rails
143
+ Application Trace | Framework Trace | Full Trace
144
+
145
+ app/models/user.rb:36:in `send_confirmation'
146
+ app/controllers/users_controller.rb:28:in `create'
147
+ ```
135
148
- [ ] work on figuring out how i can setup an intializer to experiment with the bun & deno javascript runtimes
136
149
- [x] updating my `boot.rb` file to use next avail port broke accessing my app on my LAN, should be easy fix
137
150
- [ ] fix contact form time permitting
You can’t perform that action at this time.
0 commit comments