Let us know what you think, we really appreciate the feedback. Thanks
guys!
I think it supports multiple ORMs.
Konstantin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
iQEcBAEBAgAGBQJLthWAAAoJEM+qkfuqK1IXSRMH/A+eLoQ0jAGnzSwh8FTmg4OG
nxKnwUVSi6LGbWmlPyuRkZ6SFjH7X1nIS8BJ3hZh4BeBdKYq3pHgzs2GbyVYkc1q
bMgz53jUCIdy7OAnCMbvvsvA14ZbAzpfGa6plojvZSbSO0ZEiXlU3pwzZdTcA5+3
uP2v09yMAFx0Jaxb6jV4JYqpeSkuZ2frACXJb0zbkIVexbsTk9Dn0Mnge2KFvcJn
dQDQaPyPdsfHh7ohpLcWvv+OqHzKTM+LgKiG8JGuavxvw0gnrJpVxqQeIo/MCw/Q
92EO61sHZ/F4gNf1fe6Y3DQgodEazMDl7QuLyB0/R0b1sZo2qY0Ud29RJi4qIyo=
=aJYi
-----END PGP SIGNATURE-----
Yep! Ar, Dm, Mm, CouchDb, Sequel, MongoId
> I think it supports multiple ORMs.Yep! Ar, Dm, Mm, CouchDb, Sequel, MongoId
Perhaps we needed to do a better job explaining that Padrino is
agnostic to ORM, Javascript, Testing Framework, Stylesheet Engine
(SASS, LESS), etc and the generators even support scaffolding projects
with any number of different libraries and tools. This is definitely
one of my favorite features of our framework. Check out
http://www.padrinorb.com/guides/generators for more information. We
used ActiveRecord for the blog tutorial purely to make the transition
and comparison to Rails as easy for a new user as possible.
Thanks!
On Apr 2, 2:15 pm, Nathan Esquenazi <xgamer...@gmail.com> wrote:
> As far as performance numbers, we are going to work on benchmarking
> between vanilla Sinatra, Padrino, and Rails 3 which I think will be an
> interesting read even though as many people know making an 'accurate'
> benchmark is almost impossible because it is so directly tied to app
> that is going to be run.
I'd like to see Ramaze in there too.