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
/
activemodel
/
lib
/
active_model
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use :present as key for the absence validatior message
Rafael Mendonça França
2012-12-21
2
-2
/
+2
*
Remove ActiveModel::Errors#add_on_present method.
Rafael Mendonça França
2012-12-21
3
-16
/
+3
*
Add `ActiveModel::Validations::AbsenceValidator`, a validator to check the a...
Roberto Vasquez Angel
2012-12-15
3
-0
/
+45
*
Merge pull request #8510 from thedarkone/thread_safety_improvements
Aaron Patterson
2012-12-14
1
-4
/
+5
|
\
|
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-4
/
+5
*
|
Only call `in_time_zone` on Time or DateTime instances
Andrew White
2012-12-11
1
-1
/
+6
|
/
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
3
-6
/
+6
*
Reset attributes should not report changes.
Renato Mascarenhas
2012-12-01
1
-1
/
+4
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
2
-525
/
+0
*
Specify type of singular association during serialization
Steve Klabnik
2012-11-28
1
-1
/
+6
*
Merge pull request #7282 from xHire/validates_length_of_fix
Rafael Mendonça França
2012-11-26
1
-2
/
+14
|
\
|
*
Length validation handles correctly nil. Fix #7180
Michal Zima
2012-11-26
1
-2
/
+14
*
|
cleanup, removed dispensable `require` statements from `ActiveModel`
Yves Senn
2012-11-25
7
-12
/
+0
*
|
cleanup, remove broken whitespace
Yves Senn
2012-11-25
4
-9
/
+9
|
/
*
Point user to strong_parameters as the new protection model [ci skip]
Saulius Grigaliunas
2012-11-18
1
-4
/
+6
*
Initialize #min_cost to avoid warning in Ruby 2.0
Carlos Antonio da Silva
2012-11-17
1
-2
/
+3
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-17
1
-0
/
+4
|
\
|
*
add details on password confirmation used with has_secure_password
Daniel Lopes
2012-11-13
1
-0
/
+4
*
|
Use BCrypt's MIN_COST in the test environment for speedier tests
Trevor Turk
2012-11-14
2
-1
/
+8
*
|
Trivial documentation fix for ActiveModel::Naming comment.
Dennis Taylor
2012-11-09
1
-2
/
+2
*
|
rm dead code
Aaron Patterson
2012-11-09
1
-1
/
+1
*
|
use Array() instead flatten
Vasiliy Ermolovich
2012-11-05
1
-2
/
+2
*
|
Raise ArgumentError when no attribute is given to AMo::EachValidator
Carlos Antonio da Silva
2012-11-04
1
-1
/
+1
*
|
Set hash value instead of using merge!
Carlos Antonio da Silva
2012-11-04
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
12
-43
/
+35
|
\
|
*
minor edits and remove mixed titles in AM::Validations docs [ci skip]
Francesco Rodriguez
2012-10-25
9
-21
/
+13
|
*
fix output messages - docs [ci skip]
Francesco Rodriguez
2012-10-22
1
-16
/
+16
|
*
convert comments to 1.9 hash syntax
AvnerCohen
2012-10-22
3
-17
/
+17
*
|
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
2
-2
/
+2
*
|
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
2
-7
/
+6
*
|
fix AM::Serializers titles [ci skip]
Francesco Rodriguez
2012-10-26
2
-2
/
+2
*
|
AM::Serializers::Xml depends on AM::Naming
Francesco Rodriguez
2012-10-26
1
-0
/
+4
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-10-21
23
-35
/
+35
|
\
|
*
minor edits in AM documentation [ci skip]
Francesco Rodriguez
2012-10-21
22
-32
/
+32
|
*
remove non-breaking spaces [ci skip]
Francesco Rodriguez
2012-10-18
1
-3
/
+3
*
|
active_model/validations requires necessary files to run
Yves Senn
2012-10-18
1
-0
/
+1
*
|
cleanup, replace non-breaking spaces with spaces
Yves Senn
2012-10-18
1
-5
/
+5
|
/
*
Use the `flat_map` method.
Rafael Mendonça França
2012-10-03
1
-2
/
+2
*
Revert "Merge pull request #7826 from sikachu/master-validators-kind"
Rafael Mendonça França
2012-10-02
1
-14
/
+1
*
Don't use tap in this case.
Rafael Mendonça França
2012-10-02
1
-5
/
+7
*
Make `.validators_on` accept `:kind` option
Prem Sichanugrist
2012-10-02
1
-1
/
+12
*
Switch to using include? on validation callbacks
John Foley
2012-09-23
1
-2
/
+2
*
Fix collisions with before and after validation callbacks.
John Foley
2012-09-23
1
-2
/
+6
*
add :nodoc: to AMo::DeprecatedMassAssignmentSecurity::ClassMethods [ci skip]
Francesco Rodriguez
2012-09-20
1
-3
/
+3
*
change AMo::ForbiddenAttributesProtection#sanitize_for_mass_assignment to pro...
Francesco Rodriguez
2012-09-20
1
-7
/
+8
*
update AMo::ForbiddenAttributesError documentation [ci skip]
Francesco Rodriguez
2012-09-20
1
-0
/
+12
*
add :nodoc: directives to AMo::DeprecatedMassAssignmentSecurity [ci skip]
Francesco Rodriguez
2012-09-20
1
-3
/
+3
*
attr_accessible and attr_protected raise an exception pointing to use plugin ...
Guillermo Iguaran
2012-09-16
1
-0
/
+19
*
Rename ForbiddenAttributes exception to ForbiddenAttributesError
Guillermo Iguaran
2012-09-16
1
-2
/
+2
*
Remove MassAssignmentSecurity from ActiveModel
Guillermo Iguaran
2012-09-16
4
-468
/
+4
[next]