Padrino Commit Mar 27, 2013

nesquena Merge pull request #1191 from WaYdotNET/update-bootstrap

#1191のマージコミットです。

WaYdotNET update Twitter bootstrap

Twitter bootstrap が更新されました。

nesquena Merge pull request #1187 from padrino/comply-to-sinatra-supported-http-verbs

#1187のマージコミットです。

dariocravero Replace constant instead of redefining it so that we don't get an ugly warning. Thanks @skade https://github.com/padrino/padrin
dariocravero Using %[] as @DAddYE suggested.

VALID_HTTP_VERBS への代入で warning が出ていた問題が解消されました。

nesquena simple_format should be marked as html_safe (Closes #1194)

#1194で、simple_format で変換された
タグがエスケープされて出力されてしまう問題が指摘され、その対応がされました。

nesquena [helpers] Escape text before simple_format

simple_format で処理の最初に HTML エスケープが行われるように修正されました。

DAddYE Merge pull request #1197 from tyabe/fix_js_path

#1197のマージコミットです。

tyabe Fix "bootstrap.min" path of production environment

Padrino Admin で使っている bootstrap.min.js の差し先が誤っていたのを修正しました。