Go to file
Pratik Naik a53331a161 Add class to deprecate instance variables
Add ActiveSupport::Deprecation::DeprecatedInstanceVariable class to
deprecate instance variables of primitive types such as stings.
2008-05-06 11:52:44 +01:00
actionmailer Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
actionpack Refactored and fixed Resources.map_member_actions to make use of custom ActionController::Base.resources_path_names when the option :path_names is not directly specified. Added a specific test for this functionality and fixed assert_restful_routes_for test helper to make use of ActionController::Base.resources_path_names instead of just "new" or "edit". 2008-05-06 21:48:07 +12:00
activemodel Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
activerecord Added logic to associations.rb to make sure select_for_limited_ids 2008-05-06 21:47:10 +12:00
activeresource Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
activesupport Add class to deprecate instance variables 2008-05-06 11:52:44 +01:00
railties Merge branch 'master' of git@github.com:rails/rails 2008-05-06 20:53:56 +12:00
.gitignore preventing generated documentation from being picked up by git. [#37 state:resolved] 2008-04-23 20:27:23 +12:00
cleanlogs.sh Ignore debug logs and ensure ActiveResource's log is cleaned up. 2008-04-16 13:17:03 -05:00
pushgems.rb Testing commits 2008-04-10 22:09:13 -05:00
Rakefile Toplevel test task uses the same rake it was invoked with 2007-12-18 21:12:45 +00:00
release.rb Removed query cache rescue as it could cause code to be run twice (closes #10408) [DHH] 2007-12-07 13:34:06 +00:00