diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-11-24 01:15:16 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-11-24 01:15:16 +0000 |
commit | e0b904e74f242dea9427f9b8aa7d3a7e27e94b93 (patch) | |
tree | f4417d3c9318d6a7555c8b2033adae472297d524 /actionpack/CHANGELOG | |
parent | db045dbbf60b53dbe013ef25554fd013baf88134 (diff) | |
download | rails-e0b904e74f242dea9427f9b8aa7d3a7e27e94b93.tar.gz rails-e0b904e74f242dea9427f9b8aa7d3a7e27e94b93.tar.bz2 rails-e0b904e74f242dea9427f9b8aa7d3a7e27e94b93.zip |
Allow form_tag with no arguments (resulting in a form posting to current action) - Patch #236
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5 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 a422af3f0e..2da77a2144 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *CVS* +* Added the choice to call form_tag with no arguments (resulting in a form posting to current action) [bitsweat] + * Upgraded to Builder 1.2.1 * Added :module as an alias for :controller_prefix to url_for and friends, so you can do redirect_to(:module => "shop", :controller => "purchases") |