+1 for Sinatra if you want something a little less bloated, but its all about choosing the right tool for the job. Rails can get you a lot more functionality out of the box so if you are building something more complex, the simplicity of Sinatra's core means you might end up having to do more work on your own, which isn't necessarily a bad thing either.
+1 for Sinatra if you want something a little less bloated, but its all about choosing the right tool for the job. Rails can get you a lot more functionality out of the box so if you are building something more complex, the simplicity of Sinatra's core means you might end up having to do more work on your own, which isn't necessarily a bad thing either.