Most voted "sinatra" questions
Sinatra is a Ruby language Gem (library) to create simple web applications with Ruby
Learn more…3 questions
Sort by count of
-
1
votes1
answer87
viewsHow to use authentication in Sinatra?
What would be the best way to authenticate in applications built with Ruby/Sinatra? Devise I know doesn’t work. I have tried several tutorials with Warden, but the settings are very complex and…
-
0
votes1
answer67
viewsDynamic fields using Sinatra
In Rails this is a relatively simple task. But I couldn’t find anything in the Sinatra documentation that said it was possible. I want to add fields to a form dynamically. User clicks on a link and…
-
0
votes2
answers50
viewsRuby Application Hosting with Sinatra
I’m starting my Ruby studies with DSL Sinatra. For this I installed Node.js then ruby with Sinatra. My applications locally are working normally. However, I would like to make them available for web…