Posts by Flavio Wuensche • 171 points
3 posts
-
2
votes1
answer70
viewsA: Rails Generator for nested Resources
Henrique, there is no nested Resources generator, but Rails makes it easy for you to do this by hand. In case Article has many Comments, you would basically need to change: a) The models: class…
ruby-on-railsanswered Flavio Wuensche 171 -
0
votes2
answers86
viewsA: Fetch the various fields from the query
Catherine, as defined, when we call @tudo, the server answers us with a list. In this case, when calling @tudo.gene, it is normal that you miss a mistake. To receive a list of gene names, you could…
-
2
votes1
answer228
viewsA: Doubt in Creating an app / Server / Notifications
You can perfectly use a Rails application for your backend. As for the login system, I strongly recommend the Devise, which is maintained by Plataformatec which is a Brazilian company with an…