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
2006-03-05 06:42:58 +00:00
actionmailer Fixed rdoc.options use all over (closes #3639) [andy@tinnedfruit.org] 2006-02-26 00:04:04 +00:00
actionpack allow RJS enum values to be passed to visual_effect() and other scriptaculous helpers #4080 [Rick Olson] 2006-03-05 06:42:58 +00:00
actionwebservice Fixed test 2006-03-03 05:59:04 +00:00
activerecord Added cascading eager loading that allows for queries like Author.find(:all, :include=> { :posts=> :comments }), which will fetch all authors, their posts, and the comments belonging to those posts in a single query (using LEFT OUTER JOIN) #3913 [anna@wota.jp] 2006-03-04 23:33:10 +00:00
activesupport Added socket cleanup for lighttpd, both before and after [DHH] Added automatic creation of tmp/ when running script/server [DHH] Added silence_stream that'll work on both STDERR or STDOUT or any other stream and deprecated silence_stderr in the process [DHH] 2006-03-04 19:39:26 +00:00
railties Migrations created alongside models should be called CreateModels not AddModels for consistency with the create/drop notion of tables [Dave Thomas] 2006-03-05 00:45:19 +00:00
cleanlogs.sh Logs in GEMs is bad style 2005-03-06 22:14:57 +00:00
pushgems.rb Get rid of that silly lock 2005-09-04 00:28:28 +00:00
release.rb Post release minor fixes 2005-07-07 06:39:48 +00:00