Go to file
2007-02-20 22:09:12 +00:00
actionmailer Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler] 2007-02-04 20:44:45 +00:00
actionpack Added .erb and .builder as preferred aliases to the now deprecated .rhtml and .rxml extensions [Chad Fowler]. This is done to separate the renderer from the mime type. .erb templates are often used to render emails, atom, csv, whatever. So labeling them .rhtml doesn't make too much sense. The same goes for .rxml, which can be used to build everything from HTML to Atom to whatever. .rhtml and .rxml will continue to work until Rails 3.0, though. So this is a slow phasing out. All generators and examples will start using the new aliases, though. 2007-02-20 22:09:12 +00:00
actionwebservice Fix issue with deprecation messing up #template_root= usage. Add #prepend_view_path and #append_view_path to allow modification of a copy of the 2007-02-04 22:27:45 +00:00
activerecord MySQL disallows TEXT defaults so don't test for them. 2007-02-11 09:17:10 +00:00
activeresource Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler] 2007-02-04 20:44:45 +00:00
activesupport Hash#to_query CGI-escapes its keys. 2007-02-11 06:29:04 +00:00
railties Stop swallowing errors during rake test [Koz] 2007-02-20 03:15:26 +00:00
cleanlogs.sh Logs in GEMs is bad style 2005-03-06 22:14:57 +00:00
pushgems.rb test svn 2006-09-12 01:09:52 +00:00
release.rb Use Aras RubyForge uploader 2006-04-09 22:14:08 +00:00