index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
validations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #13061 from laurocaetano/fix-uniqueness-validation-for-ali...
Rafael Mendonça França
2013-11-26
1
-0
/
+8
*
Fix validation on uniqueness of empty association
Evgeny Li
2013-11-22
1
-0
/
+19
*
Fix bad test order dependency between test/cases/validations/i18n_generate_me...
Ryan Davis
2013-11-16
1
-8
/
+16
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-10
/
+10
*
Properly repair validations when dynamically added
Akira Matsuda
2013-07-29
1
-24
/
+30
*
Revert "Merge pull request #4490 from EmmanuelOga/master"
José Valim
2013-06-04
1
-17
/
+0
*
Fix wrong `case_sensitive` in uniqueness validity test
Vipul A M
2013-05-20
1
-1
/
+1
*
Fixed typos in activerecord
Prathamesh Sonpatki
2013-03-27
1
-1
/
+1
*
Change uniq validation with conditions examples to use where with hashes
Carlos Antonio da Silva
2013-03-09
1
-2
/
+2
*
Uniqueness validation uses a proc to specify the `:conditions` option.
Yves Senn
2013-03-09
1
-1
/
+7
*
Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes:...
Pedro Padron
2012-12-18
1
-3
/
+20
*
Add tests to make sure that the I18n taken message can be overrided in the
Rafael Mendonça França
2012-10-22
1
-0
/
+14
*
Changed scope for "taken" error message translation to decrease precedence
Andrew DiMichele
2012-10-19
1
-0
/
+5
*
Fix bug with presence validation of associations.
Scott Willson
2012-10-16
1
-0
/
+7
*
Cleanup trailing whitespaces
dfens
2012-10-12
1
-1
/
+1
*
gradually moving documentation to new hash syntax
AvnerCohen
2012-10-10
1
-1
/
+1
*
Merge pull request #6827 from zephyr-dev/master
José Valim
2012-07-27
1
-0
/
+44
|
\
|
*
AR has a subclass of AM:PresenceValidator.
Brent Wheeldon & Nick Monje
2012-07-20
1
-0
/
+44
*
|
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-1
/
+1
*
|
Fixes "Cannot visit ..." with validates_uniqueness_of
beerlington
2012-07-17
1
-0
/
+16
|
/
*
remove deprecated calls
Jon Leighton
2012-04-27
1
-1
/
+1
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-1
/
+1
*
remove tests for #with_scope (it's now deprecated)
Jon Leighton
2012-04-25
1
-2
/
+2
*
removed unused variables
Arun Agrawal
2012-03-27
1
-2
/
+2
*
Change syntax to accept an AR::Relation instead of old conditions hash/array.
Mattias Pfeiffer
2012-03-07
1
-1
/
+1
*
Add :conditions option to uniqueness validator
Mattias Pfeiffer
2012-03-07
1
-0
/
+12
*
Tweak activerecord/test/cases/validations/i18n_generate_message_validation_te...
Christopher Dell
2012-03-05
1
-1
/
+2
*
Test that RecordInvalid exception's translation falls back to the :errors nam...
Christopher Dell
2012-03-05
1
-0
/
+18
*
validate related records in the same validation context as parent.
Emmanuel Oga
2012-01-17
1
-0
/
+17
*
allow association as 1st uniqueness validation arg
Dan Pickett
2012-01-06
1
-0
/
+12
*
allow an association as a scope parameter
Dan Pickett
2012-01-06
1
-0
/
+12
*
Fixed nil field value uniqueness check
pyromaniac
2012-01-06
1
-0
/
+12
*
Revert "Merge pull request #2325 from pyromaniac/master"
José Valim
2012-01-06
1
-12
/
+0
*
Fixed nil field value uniqueness check
pyromaniac
2012-01-06
1
-0
/
+12
*
'with_kcode' removed.
Arun Agrawal
2011-12-21
2
-25
/
+19
*
Do not validate associated records marked for destruction
Olek Janiszewski
2011-12-05
1
-0
/
+10
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
4
-4
/
+4
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
4
-4
/
+4
*
Do not use SQL LIKE operator for case insensitive uniqueness validation
Raimonds Simanovskis
2011-04-25
1
-0
/
+26
*
DRY up the code which instantiates the association proxy
Jon Leighton
2011-01-11
1
-13
/
+0
*
removing many unused variables
Aaron Patterson
2010-11-16
2
-4
/
+4
*
removing unused models from tests
Subba Rao Pasupuleti
2010-07-21
1
-1
/
+0
*
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...
Jeroen van Dijk
2010-06-21
2
-28
/
+34
*
Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...
Lawrence Pit
2010-05-03
1
-2
/
+2
*
removing dead code from activerecord tests. [#4187 state:resolved]
Aaron Patterson
2010-03-15
1
-19
/
+0
*
Drop AR I18n deprecation and simple use errors.messages as fallback.
José Valim
2010-01-30
1
-7
/
+7
*
Ensure new validates works with uniqueness validator.
José Valim
2010-01-08
2
-85
/
+78
*
Be sure to dup load paths before clearing the array.
José Valim
2010-01-07
1
-1
/
+1
*
Errors messages are now moved from :activerecord.errors to simply :errors on ...
José Valim
2010-01-07
2
-82
/
+25
*
Simplify repair_validations on AR and make it work with new callbacks.
José Valim
2010-01-01
3
-15
/
+5
[next]