1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
2005-05-06 16:42:01 +00:00
actionmailer Fixed the TMail#body method to look at the content-transfer-encoding header and unquote the body according to the rules it specifies #1265 [Jamis Buck] Added unquoting even if the iconv lib can't be loaded--in that case, only the charset conversion is skipped #1265 [Jamis Buck] 2005-05-06 10:39:00 +00:00
actionpack Added functionality to assert_tag, so you can now do tests on the siblings of a node, to assert that some element comes before or after the element in question, or just to assert that some element exists as a sibling #1226 [Jamis Buck] 2005-05-06 16:42:01 +00:00
actionwebservice remove usages of @request, @response, @params, and replace with #request, #response, #params, 2005-05-05 16:59:07 +00:00
activerecord Changed that destroying an object will only freeze the attributes hash, which keeps the object from having attributes changed (as that wouldn't make sense), but allows for the querying of associations after it has been destroyed. 2005-05-02 16:48:07 +00:00
activesupport Improved the silence method on the logger to ensure restoring the old level #1240 [bitsweat 2005-05-02 17:20:18 +00:00
railties Added better error handling for regexp caching expiration 2005-05-06 05:09:01 +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