diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-06-16 06:33:10 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-06-16 06:33:10 +0000 |
commit | 665ab93761f3a42ccce12b10c1e9a958ae53e691 (patch) | |
tree | ca243d3688a9a2176b44acb73d680ba0b582ff55 /actionpack/CHANGELOG | |
parent | 43c470fae468ef63e0d5c3dc1e202925685fd47b (diff) | |
download | rails-665ab93761f3a42ccce12b10c1e9a958ae53e691.tar.gz rails-665ab93761f3a42ccce12b10c1e9a958ae53e691.tar.bz2 rails-665ab93761f3a42ccce12b10c1e9a958ae53e691.zip |
Added :extension option to NumberHelper#number_to_phone #1361 [delynnb]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1438 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 738e4681df..e63802673c 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added :extension option to NumberHelper#number_to_phone #1361 [delynnb] + * Added button_to as a form-based solution to deal with harmful actions that should be hidden behind POSTs. This makes it just as easy as link_to to create a safe trigger for actions like destroy, although it's limited by being a block element, the fixed look, and a no-no inside other forms. #1371 [tom@moertel.com] * Fixed image_tag so an exception is not thrown just because the image is missing and alt value can't be generated #1395 [Marcel] |