Posts by Igor de Medeiros • 43 points
2 posts
-
2
votes2
answers637
viewsQ: How to insert values from a Select field into the database
I’m a beginner in Ruby on Rails and need to add a Select field to the user registration form, so I can add a "Type" for the user to be registered. I intend to populate the fields automatically while…
-
2
votes1
answer142
viewsQ: List grouped and filtered data
I’m performing a query in PUBS, the database that is used in MSDN tutorials for SQL Server, and I can’t find a way to do it. The two tables I use are the Publishers and the Titles who have the…