I have a simple Sinatra app I\'m playing with, trying to learn the ropes. I have simple form, but the data is not posting. I am using DataMapper to connect to the database, but the data is not getting
This question already has answers here: Closed 11 years ago. Possible Duplicate: Having difficulty accessing validation errors in Sinatra
I\'m getting the below error with the following models. I\'m at a loss as to why.Any help is greatly appreciated.
I\'m starting my first Sinatra App and I\'m trying to use DataMapper. Everything is in the very early stages, as I can\'t get it to actually create the DB. I get \"LoadError: no such file to load -- d
I am running a sinatra application on server. Ofte开发者_如何学运维n it generates a time out error.
OmniAuth is supposed to be 1.8.7 compatible and is Rack based.I\'ve created a custom strategy for OmniAuth that is somehow making Sinatra when run with Ruby 1.8.7 / REE unhappy.It works fine with Rail
Is i开发者_运维百科t possible to use EventMachine calls inside Thin without extra initialization?
I am trying to create a new \"User\" in a MongoDB/Sinatra Server from a Rails3 Client using ActiveResource and Json and the object body or hash that is sent is empty.In Rails3, I created a \"User\" mo
What framework do you recommand for writing simple web applications in ruby, between WebRick, Mongrel and Sinatra ?
I\'开发者_开发技巧m using the following with datamapper to create/get a new user from my db: user = User.first_or_create({:id => data[\'id\']})