What's new in Padrino 0.11 and 1.0
11–20 of 20 posts
Re: What's new in Padrino 0.11 and 1.0
#12I really like padrino except one thing. The lack of automatic HTML escaping in templates in the rails style. Is there any plan to implement that?
Re: What's new in Padrino 0.11 and 1.0
#13One more question; Could you name me some more reasons why I should use padrino 1.0/sinatra instead of rails for my next startup or client project? (I may reuse them with my team and clients). I am aware from your presentation of speed, non-opinionated aproach etc, but appreciate some more technical advantages/disadvantages for an HN discussion..
As someone who has multiple Padrino apps running at customer sites: - Almost nothing is activated without explicit choice (except security-related things and really default things, like sessions, mind you). This mitigates the risk of attacks that hit a component that you didn't implement without knowledge. See the XML-parsing attack on Rails (CVE-156) for that hit everyone, even if they were not conciously accepting…
Re: What's new in Padrino 0.11 and 1.0
#14Having to deal with the jankiness of Rails engines on a daily basis (on a client project), this feature would have been a life saver.
Re: What's new in Padrino 0.11 and 1.0
#15Best feature of Padrino: multiple apps! https://speakerdeck.com/daddye/padrino-framework-0-dot-11-an... Having to deal with the jankiness of Rails engines on a daily basis (on a client project), this feature would have been a life saver.
Re: What's new in Padrino 0.11 and 1.0
#16Best feature of Padrino: multiple apps! https://speakerdeck.com/daddye/padrino-framework-0-dot-11-an... Having to deal with the jankiness of Rails engines on a daily basis (on a client project), this feature would have been a life saver.
So, you might either rejoice or be angry that we have a similar feature in the works. Currently, its for code-sharing only, not assets. See the discussion on how we address our personal pains with engines. https://github.com/padrino/padrino-framework/pull/1007
Re: What's new in Padrino 0.11 and 1.0
#17Earlier quoted context omitted.
So, you might either rejoice or be angry that we have a similar feature in the works. Currently, its for code-sharing only, not assets. See the discussion on how we address our personal pains with engines. https://github.com/padrino/padrino-framework/pull/1007
Rejoice of course! Would be really nice to still have the option of not wrapping of course, but distributing some apps via Gems is a nice feature too.
Multiple apps are not going anywhere, especially because they are a very nice way of seperating things without the overhead of having a gem somewhere else that is hard to keep track of.
Actually, the initial commit didn't even touch any existing methods.
Re: What's new in Padrino 0.11 and 1.0
#18One more question; Could you name me some more reasons why I should use padrino 1.0/sinatra instead of rails for my next startup or client project? (I may reuse them with my team and clients). I am aware from your presentation of speed, non-opinionated aproach etc, but appreciate some more technical advantages/disadvantages for an HN discussion..