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
/
lib
/
active_record
/
validations
/
uniqueness.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace artificial space with RDoc markup (follow up #11285). [ci skip]
Yves Senn
2013-07-04
1
-2
/
+2
*
[ci skip] Separated full stop from the Optimistic_concurrency_control wiki li...
ankit8898
2013-07-04
1
-1
/
+1
*
deprecate Validator#setup (to get rid of a respond_to call). validators do th...
Nick Sutterer
2013-05-23
1
-6
/
+1
*
Change uniq validation with conditions examples to use where with hashes
Carlos Antonio da Silva
2013-03-09
1
-3
/
+3
*
Uniqueness validation uses a proc to specify the `:conditions` option.
Yves Senn
2013-03-09
1
-3
/
+7
*
Extract some methods
Carlos Antonio da Silva
2012-12-18
1
-16
/
+22
*
Change relation in place
Carlos Antonio da Silva
2012-12-18
1
-1
/
+1
*
Simplify value logic by always typecasting
Carlos Antonio da Silva
2012-12-18
1
-11
/
+5
*
Avoid unnecessary hashes with error options
Carlos Antonio da Silva
2012-12-18
1
-1
/
+4
*
Remove prepend_and_append requirement from AS
Carlos Antonio da Silva
2012-12-18
1
-3
/
+1
*
Refactor uniqueness validator logic a bit
Carlos Antonio da Silva
2012-12-18
1
-10
/
+5
*
Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes:...
Pedro Padron
2012-12-18
1
-1
/
+6
*
refactoring of uniqueness validate_each
Angelo Capilleri
2012-10-14
1
-1
/
+2
*
small refactoring of build_relation in uniqueness
Angelo Capilleri
2012-09-29
1
-5
/
+3
*
update AR::Validations documentation [ci skip]
Francesco Rodriguez
2012-09-22
1
-6
/
+6
*
update AR::Validations::UniquenessValidator documentation [ci skip]
Francesco Rodriguez
2012-07-29
1
-31
/
+45
*
Fixes "Cannot visit ..." with validates_uniqueness_of
beerlington
2012-07-17
1
-1
/
+1
*
fix tests for SQLite3Adapter
Andrey Deryabin
2012-04-27
1
-1
/
+0
*
Correct grammar in documentation
Mattias Pfeiffer
2012-03-07
1
-1
/
+1
*
Change syntax to accept an AR::Relation instead of old conditions hash/array.
Mattias Pfeiffer
2012-03-07
1
-3
/
+9
*
Add :conditions option to uniqueness validator
Mattias Pfeiffer
2012-03-07
1
-2
/
+12
*
say unshift when you mean unshift (modulus prepend)
Xavier Noria
2012-02-11
1
-1
/
+3
*
Remove initialize variable columnn, not needed
Paco Guzman
2012-01-29
1
-2
/
+1
*
allow association as 1st uniqueness validation arg
Dan Pickett
2012-01-06
1
-1
/
+9
*
allow an association as a scope parameter
Dan Pickett
2012-01-06
1
-0
/
+5
*
Fixed nil field value uniqueness check
pyromaniac
2012-01-06
1
-2
/
+2
*
Revert "Merge pull request #2325 from pyromaniac/master"
José Valim
2012-01-06
1
-1
/
+1
*
Merge pull request #4340 from rafaelfranca/patch-1
José Valim
2012-01-05
1
-4
/
+2
|
\
|
*
Whitespaces :scissors:
Rafael Mendonça França
2012-01-06
1
-1
/
+1
|
*
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
1
-3
/
+1
*
|
Fixed nil field value uniqueness check
pyromaniac
2012-01-06
1
-1
/
+1
|
/
*
remove useless call to mb_chars
Sergey Nartimov
2012-01-05
1
-1
/
+1
*
Only use LOWER for mysql case insensitive uniqueness check when column has a ...
Joseph Palermo
2011-10-09
1
-2
/
+2
*
Remove extra white spaces on ActiveRecord docs.
Sebastian Martinez
2011-05-23
1
-2
/
+2
*
Do not use SQL LIKE operator for case insensitive uniqueness validation
Raimonds Simanovskis
2011-04-25
1
-2
/
+3
*
adding a case_sensitive_modifier for forcing comparisons to be case sensitive
Aaron Patterson
2011-04-11
1
-0
/
+1
*
Refactored uniqueness validator to use Arel instead of hardcoded SQL
Brian Cardarella
2011-04-10
1
-26
/
+11
*
Adjust unique constraint comment to include info about the RecordNotUnique ex...
Anders Elfving
2011-03-13
1
-4
/
+11
*
make sure de-serialization happens on object instantiation
Aaron Patterson
2011-02-01
1
-0
/
+6
*
store the serialized column values in the @attributes hash
Aaron Patterson
2011-02-01
1
-6
/
+0
*
move the coders to the serialized_attributes hash
Aaron Patterson
2011-02-01
1
-2
/
+4
*
Fix documentation for validates_uniqueness_of to NOT have a :scope argument a...
Ryan Bigg
2011-01-06
1
-3
/
+8
*
No need to create a variables to use them once.
Emilio Tagua
2010-11-24
1
-5
/
+2
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-1
/
+1
*
Update the validates_uniqueness_of documentation to tell you to use a unique ...
Michael Koziarski
2010-11-08
1
-25
/
+17
*
serialized attributes should be serialized before validation [#5525 state:res...
Aaron Patterson
2010-09-07
1
-0
/
+5
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-10
/
+10
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
1
-9
/
+13
*
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...
Jeroen van Dijk
2010-06-21
1
-1
/
+1
*
Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)
Jeremy Kemper
2010-04-10
1
-1
/
+3
[next]