Padrino 0.11.3 Released
padrinorb.com
Padrino 0.11.3 Released
1–10 of 16 posts
Re: Padrino 0.11.3 Released
#2Example: Here's a quickly fixed incompatibility with the geocoder gem:
https://github.com/alexreisner/geocoder/pull/332
Otherwise, Padrino adds a significant, meaningful layer of convention over stock Sinatra, and significantly fewer layers than Rails...but if you mostly use Rails for ActiveRecord, Padrino pretty much has you covered.
Re: Padrino 0.11.3 Released
#3Padrino is a wonderful project with a great community...I hope it picks up more traction. I've used it for a few things...the only thing that stops me from going all in is that for various gems, there are sometimes differences in conventions between Padrino and Rails that prevent these gems from working right out of the box...usually something to do with the assumption by Rails gems that railties are in use. Usually…
Re: Padrino 0.11.3 Released
#4Re: Padrino 0.11.3 Released
#5Re: Padrino 0.11.3 Released
#6Re: Padrino 0.11.3 Released
#7Great news, good work guys. I've been following Padrino for a few months now and it's by far my favourite Ruby framework - I find it to provide a very elegant and powerful layer of functionality on top of Sinatra. I really hope it gets more recognition and a bigger/more active community as IMO that is the only area where Rails is unquestionably better. Congrats again on the new release - looking forward to 1.0!
Re: Padrino 0.11.3 Released
#8I'm just scratching the surface of Ruby development, and having played with Rails then Sinatra, I'm excited to try Padrino. I just wish there were a wider variety of tutorials available.
And there is also a good (work in progress) book: https://github.com/matthias-guenther/padrino-book
Re: Padrino 0.11.3 Released
#9What progress has been made on that front in the last year?