Ruby on Rails
Go to file
Jamis Buck f8542a64b3 Make sure the benchmarking render method always returns the result of the render, regardless of whether logging is enabled or not.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1371 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-05-30 09:00:46 +00:00
actionmailer A very thorough refactoring, resulting in new mail property setters and support for attachments and multipart messages. 2005-05-29 16:36:22 +00:00
actionpack Make sure the benchmarking render method always returns the result of the render, regardless of whether logging is enabled or not. 2005-05-30 09:00:46 +00:00
actionwebservice memo to self: add :rest dispatching mode, and vanilla XML message support 2005-05-20 01:36:02 +00:00
activerecord Added DoubleRenderError exception that'll be raised if render* is called twice #518 [Nicholas Seckar]. Fixed exceptions occuring after render has been called #1096 [Nicholas Seckar] 2005-05-21 18:51:08 +00:00
activesupport Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Object#blank? instead. CHANGED: validates_presence_of now uses Errors#add_on_blank, which will make " " fail the validation where it didnt before #1309. Added that " " is now also blank? (using strip if available) 2005-05-21 18:12:36 +00:00
railties Remove unneeded file 2005-05-21 13:21:55 +00:00
cleanlogs.sh Logs in GEMs is bad style 2005-03-06 22:14:57 +00:00
pushgems.rb Releasing 0.11.0 2005-03-22 13:29:22 +00:00
release.rb Upload documentation to the new server 2005-04-19 04:30:52 +00:00