Go to file
Michael Koziarski 80ff0b9f1c Optimise named route generation when using positional arguments. Closes #9450 [Koz]
This change delivers significant performance benefits for the most
  common usage scenarios for modern rails applications by avoiding the
  costly trip through url_for.  Initial benchmarks indicate this is
  between 6 and 20 times as fast.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7421 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-09-09 00:18:55 +00:00
actionmailer Increase mail delivery test coverage. Closes #8692. 2007-06-20 06:50:43 +00:00
actionpack Optimise named route generation when using positional arguments. Closes #9450 [Koz] 2007-09-09 00:18:55 +00:00
actionwebservice Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris] 2007-05-28 22:55:14 +00:00
activerecord Match Fixnum and Float in particular. Rescue dup error and return result. 2007-09-08 04:53:29 +00:00
activeresource Raise ActiveResource::Redirection on 301,302 http code 2007-08-09 19:22:04 +00:00
activesupport Fix activesupport atomic_write tests when Dir.tmpdir is on another partition. Closes #8573 [tpope] 2007-09-06 03:26:14 +00:00
railties Fix task description for db:sessions:create. Closes #9419 [topfunky] 2007-09-02 23:52:24 +00:00
cleanlogs.sh Logs in GEMs is bad style 2005-03-06 22:14:57 +00:00
pushgems.rb Include Active Resource instead of Action Web Service [DHH] 2007-04-23 18:55:54 +00:00
release.rb Fix typo, closes #7788. 2007-03-11 12:46:15 +00:00