José Valim
|
d6e2f5013c
|
Drop AR I18n deprecation and simple use errors.messages as fallback.
|
2010-01-30 13:12:12 +01:00 |
|
José Valim
|
c0d31ca41b
|
save(false) is gone, use save(:validate => false) instead.
|
2010-01-17 14:22:34 +01:00 |
|
José Valim
|
190ce3ab37
|
Errors messages are now moved from :activerecord.errors to simply :errors on I18n yml files.
|
2010-01-07 15:31:49 +01:00 |
|
José Valim
|
97a64b6b22
|
Get rid of DeprecatedCallbacks in ActiveRecord::Associations and finally remove it.
|
2009-12-30 11:43:34 +01:00 |
|
Xavier Noria
|
329e7f4441
|
Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7
|
2009-11-09 22:16:51 +01:00 |
|
José Valim
|
e714b499cc
|
Move validator, human_name and human_attribute_name to ActiveModel, remove deprecated error messages and add i18n_scope and lookup_ancestors.
Signed-off-by: Carl Lerche <carllerche@mac.com>
|
2009-10-20 17:52:32 -07:00 |
|
Joshua Peek
|
21e7b84621
|
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
|
2009-10-12 22:15:43 -05:00 |
|
José Valim
|
4f37b97033
|
Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed.
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-09-08 10:26:39 -05:00 |
|
Sven Fuchs
|
d672a14ee7
|
allow ActiveRecord#RecordInvalid exception message to be localized
[#2754 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-08-26 11:29:16 -07:00 |
|
Pratik Naik
|
e033b5d037
|
Merge docrails
|
2009-07-25 16:03:58 +01:00 |
|
Joshua Peek
|
d5d59230f4
|
Simplify AMo validation attribute reader
|
2009-06-17 21:27:54 -05:00 |
|
Jeremy Kemper
|
d9f16fafec
|
Update for Active Model yielding per error not per attribute
|
2009-06-08 19:37:50 -07:00 |
|
Joshua Peek
|
669fd84910
|
AS::Concern redefines "include" to lazy include modules as dependencies
|
2009-05-29 17:03:23 -05:00 |
|
Joshua Peek
|
c7c35be8fe
|
AS::Concern includes InstanceMethods module if it exists
|
2009-05-29 16:28:54 -05:00 |
|
Joshua Peek
|
69742ca8fa
|
Merge branch 'master' into active_model
Conflicts:
activemodel/lib/active_model/core.rb
activemodel/test/cases/state_machine/event_test.rb
activemodel/test/cases/state_machine/state_transition_test.rb
activerecord/lib/active_record/validations.rb
activerecord/test/cases/validations/i18n_validation_test.rb
activeresource/lib/active_resource.rb
activeresource/test/abstract_unit.rb
|
2009-05-29 16:06:21 -05:00 |
|
Joshua Peek
|
4e50a35fa2
|
Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern.
|
2009-05-28 11:35:36 -05:00 |
|
Jeremy Kemper
|
a69b28a8b1
|
Missing 1.8.7 backport extensions
|
2009-05-18 13:20:04 -07:00 |
|
Jeremy Kemper
|
e8550ee032
|
Cherry-pick core extensions
|
2009-05-13 12:00:15 -07:00 |
|
Bryan Helmkamp
|
a2875bec9a
|
Use DependencyModule for included hooks in ActiveRecord
|
2009-05-11 22:23:47 -04:00 |
|
Jeremy Kemper
|
9b852af497
|
Explicitly require builder for to_xml
|
2009-04-30 20:34:11 -07:00 |
|
Pratik Naik
|
d758d996d1
|
Deprecate Model#validate/validate_on_create/validate_on_update. Use Model.validate :method and likewise
|
2009-03-21 19:07:15 +00:00 |
|
Pratik Naik
|
22ad30ed60
|
Move validate_on_create and validate_on_update from ActiveModel to ActiveRecord
|
2009-03-21 01:11:38 +00:00 |
|
Pratik Naik
|
08a99d0eac
|
Add I18n translations to ActiveModel and move more AR specific parts to ActiveRecord::Validations
|
2009-03-20 21:45:13 +00:00 |
|
Pratik Naik
|
cc5e019f6b
|
Include ActiveModel::Validations from ActiveRecord::Validations
|
2009-03-20 19:12:18 +00:00 |
|
Pratik Naik
|
638333b7a1
|
Move uniqueness and association validations to Active Record
|
2009-03-19 23:44:30 +00:00 |
|
Pratik Naik
|
8828b2ca67
|
Move all the Active Record validations to Active Model
|
2009-03-19 23:28:59 +00:00 |
|
Pratik Naik
|
18eb80ccc7
|
Merge docrails
|
2009-03-16 11:28:36 +00:00 |
|
Chris Kampmeier
|
3c64c9a575
|
Fix spelling of an internal method [#1734 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-12 15:41:31 +00:00 |
|
Jeffrey Hardy
|
96eaeee446
|
Add ActiveRecord::Base#invalid? as the opposite of #valid? [#2159 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-08 15:20:23 +00:00 |
|
Arthur Klepchukov
|
ccb0a92fa2
|
Ensure validates_uniqueness_of considers limit on the field. [#1042 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-07 13:52:17 +00:00 |
|
Will Bryant
|
9991868d85
|
support end-exclusive ... Ranges in SQL hash condition sanitization properly
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1865 state:committed]
|
2009-02-06 13:43:02 +13:00 |
|
miloops
|
2b8be761e4
|
validate_length_of should use custom message if given when using in or within.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1057 state:committed]
|
2009-02-01 14:58:17 +13:00 |
|
Josh Susser
|
ccda96093a
|
Minor refactoring of validates_associated to replace #inject with #collect + #all?
[#1686 state:committed]
|
2009-01-22 13:45:19 +13:00 |
|
Yaroslav Markin
|
276ea48de9
|
Remove dead commented out code [#1467 state:resolved]
Signed-off-by: Frederick Cheung <frederick.cheung@gmail.com>
|
2008-12-21 15:55:42 +00:00 |
|
Pratik Naik
|
c3f53f412c
|
Merge docrails
|
2008-12-19 14:27:43 +00:00 |
|
Akira Matsuda
|
c3b87dd4c9
|
Make word separator in AR validation error messages configurable.
[#1294 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2008-12-08 15:55:02 -08:00 |
|
Pratik Naik
|
dbbae5e00e
|
Merge with docrails
|
2008-12-07 03:27:53 +01:00 |
|
Pratik Naik
|
a2932784bb
|
Merge docrails
|
2008-10-05 22:16:26 +01:00 |
|
Tarmo Tänav
|
ea609b265f
|
Ignore all exceptions for validates_acceptance_of columns fetch so it can run even without a database connection
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-09-26 20:09:39 +02:00 |
|
Manfred Stienstra
|
1585a7ed02
|
Change all calls to String#chars to String#mb_chars.
|
2008-09-21 18:01:15 +02:00 |
|
Pratik Naik
|
a17027d13a
|
Merge docrails
|
2008-09-13 20:28:01 +01:00 |
|
Michael Koziarski
|
095ad690f3
|
Remove the .to_s fix in validates_uniqueness_of, as Chars get quoted correctly.
|
2008-09-11 22:51:57 +02:00 |
|
wmoxam
|
923f4ecad2
|
Fixes validates_uniquness_of problem with case insensitive string containing newline characters
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-09-11 17:40:14 +02:00 |
|
Pratik Naik
|
6ef35461dc
|
Merge docrails
|
2008-09-03 17:58:47 +01:00 |
|
Clemens Kofler
|
1646e8c364
|
More symbols for send and respond_to?.
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2008-09-03 00:55:22 +02:00 |
|
Iain Hecker
|
76797b4439
|
translates when a message symbol has been set on builtin validations
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2008-08-31 13:24:08 -07:00 |
|
Eugene Pimenov
|
743f0e7114
|
Make case insensitive validates_uniqueness_of use unicode aware downcase method.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-08-29 20:24:20 +02:00 |
|
Sven Fuchs
|
aad429a46e
|
Merge branch 'master' into i18n
|
2008-08-21 19:04:39 +02:00 |
|
Iain Hecker
|
cf6840773b
|
Custom error messages scope improved
|
2008-08-21 18:40:44 +02:00 |
|
Iain Hecker
|
fc0358ae16
|
Added :value as interpolation variable available to error messages
|
2008-08-20 17:57:53 +02:00 |
|