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
2004-11-30 19:13:34 +00:00
actionmailer Dont include svn directories in packages 2004-11-25 16:31:27 +00:00
actionpack Moved the global require_* out of the classes so they actually work without stack overflows 2004-11-30 19:13:34 +00:00
activerecord Moved the global require_* out of the classes so they actually work without stack overflows 2004-11-30 19:13:34 +00:00
railties Abolished ActionController::Base.require_or_load in favor of require_dependency and ActiveRecord::Base.require_or_load in favor of require_association. Both methods are now also available in the global namespace when you need to require dependencies or associations outside of whats done automatically. 2004-11-30 18:52:20 +00:00