1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/lib/active_model
Myron Marston 9a385394ac Fix dev env memory leaks by using AS::DescendantsTracker rather than keeping track of subclasses manually.
There's also no need to keep track of all ObserverArray instances in a hash, as this is likely to leak memory, too.
2011-04-28 08:07:08 -07:00
..
locale Remove weak_passwords list and the length/strong password validator, leave that up to the programmer 2010-12-19 15:01:29 -02:00
mass_assignment_security Add missing require to use Set 2010-07-11 02:55:47 -03:00
serializers copy-edits 34316d8 2011-02-21 11:00:03 +01:00
validations Remove code duplication. 2011-04-11 18:01:10 +02:00
attribute_methods.rb let this regexp be stricter 2011-04-19 18:16:38 +02:00
callbacks.rb Use run_callbacks; the generated _run_<name>_callbacks method is not a public interface. 2011-01-31 19:45:53 -02:00
conversion.rb Remove Example headers. Code just flows with the text. 6ce844a3 2011-03-06 22:34:01 +01:00
dirty.rb Rewording 2011-04-11 12:54:46 -07:00
errors.rb Merge branch 'master' of git://github.com/lifo/docrails 2011-04-03 22:22:03 +02:00
lint.rb Fix typo in assertion message 2011-03-16 10:28:40 +00:00
mass_assignment_security.rb minor correction to the AMo mass-assignment security docs 2011-04-24 09:58:12 +02:00
naming.rb Bring back AMo#i18n_key method 2011-03-30 16:29:43 -03:00
observer_array.rb Fix dev env memory leaks by using AS::DescendantsTracker rather than keeping track of subclasses manually. 2011-04-28 08:07:08 -07:00
observing.rb Fix dev env memory leaks by using AS::DescendantsTracker rather than keeping track of subclasses manually. 2011-04-28 08:07:08 -07:00
railtie.rb Some railties cleanup: 2009-12-31 13:12:52 -08:00
secure_password.rb bcrypt will encrypt anything, so validate_presence_of would not catch nil / blank passwords. Thank you to Aleksander Kamil Modzelewski for reporting this 2011-04-14 14:54:25 -07:00
serialization.rb Fixed broken, memoized attributes method example 2011-02-07 14:44:37 -02:00
test_case.rb Autoload AS test case 2010-01-04 16:22:46 -06:00
translation.rb Bring back AMo#i18n_key method 2011-03-30 16:29:43 -03:00
validations.rb formatting changes 2011-03-07 23:56:16 +05:30
validator.rb Remove #among? from Active Support 2011-04-13 20:25:28 +08:00
version.rb Update the version.rb files to include a PRE part 2010-11-16 17:19:46 -08:00