Skip to content

Commit 4bca410

Browse files
committed
readme add some todo items
1 parent b56a761 commit 4bca410

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,19 @@ to name a few. For more info on granular updating of gems [see](https://bundler
132132

133133
<a id="todo"></a>
134134

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+
```
135148
- [ ] work on figuring out how i can setup an intializer to experiment with the bun & deno javascript runtimes
136149
- [x] updating my `boot.rb` file to use next avail port broke accessing my app on my LAN, should be easy fix
137150
- [ ] fix contact form time permitting

0 commit comments

Comments
 (0)