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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `ActiveModel::Validations::AbsenceValidator`, a validator to check the a...
Roberto Vasquez Angel
2012-12-15
1
-0
/
+67
*
Actually test that ActiveModel::Errors#add defaults to :invalid.
Renato Mascarenhas
2012-12-01
1
-1
/
+1
*
Call `full_messages` instead of `to_a` in its spec.
Renato Mascarenhas
2012-12-01
1
-2
/
+1
*
Reset attributes should not report changes.
Renato Mascarenhas
2012-12-01
1
-2
/
+1
*
Simplify keys order test for as_json in Active Model
Carlos Antonio da Silva
2012-11-30
1
-4
/
+1
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
3
-428
/
+0
*
Specify type of singular association during serialization
Steve Klabnik
2012-11-28
1
-2
/
+10
*
Merge pull request #7282 from xHire/validates_length_of_fix
Rafael Mendonça França
2012-11-26
1
-0
/
+39
|
\
|
*
Length validation handles correctly nil. Fix #7180
Michal Zima
2012-11-26
1
-0
/
+39
*
|
Merge pull request #8320 from senny/active_model_log_folder
Carlos Antonio da Silva
2012-11-26
1
-0
/
+1
|
\
\
|
*
|
log output from activemodel's railtie_test directly to STDOUT
Yves Senn
2012-11-26
1
-0
/
+1
|
|
/
*
/
Require active_model/railtie directly instead of rails/all
Carlos Antonio da Silva
2012-11-26
1
-3
/
+3
|
/
*
Use secure password min cost option in its own tests for a speed up
Carlos Antonio da Silva
2012-11-21
1
-2
/
+10
*
Use BCrypt's MIN_COST in the test environment for speedier tests
Trevor Turk
2012-11-14
2
-1
/
+40
*
use Array() instead flatten
Vasiliy Ermolovich
2012-11-05
2
-21
/
+39
*
Raise ArgumentError when no attribute is given to AMo::EachValidator
Carlos Antonio da Silva
2012-11-04
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
2
-13
/
+13
|
\
|
*
convert comments to 1.9 hash syntax
AvnerCohen
2012-10-22
2
-13
/
+13
*
|
Add test for code change introduced in this commit f20032f
Cédric FABIANSKI
2012-10-29
1
-0
/
+9
*
|
fix failing isolated tests
Francesco Rodriguez
2012-10-26
1
-0
/
+1
*
|
AM::Serializers::Xml depends on AM::Naming
Francesco Rodriguez
2012-10-26
3
-4
/
+0
|
/
*
Cleanup trailing whitespaces
dfens
2012-10-12
1
-1
/
+1
*
Revert "Merge pull request #7826 from sikachu/master-validators-kind"
Rafael Mendonça França
2012-10-02
1
-8
/
+0
*
Make `.validators_on` accept `:kind` option
Prem Sichanugrist
2012-10-02
1
-0
/
+8
*
attr_accessible and attr_protected raise an exception pointing to use plugin ...
Guillermo Iguaran
2012-09-16
2
-0
/
+19
*
Don't use assert_nothing_raised when assert_equal is used
Guillermo Iguaran
2012-09-16
1
-8
/
+2
*
Rename ForbiddenAttributes exception to ForbiddenAttributesError
Guillermo Iguaran
2012-09-16
1
-1
/
+1
*
Change AMo::ForbiddenAttributesProtection tests to use a subclass of Hash ins...
Guillermo Iguaran
2012-09-16
1
-8
/
+18
*
Remove MassAssignmentSecurity from ActiveModel
Guillermo Iguaran
2012-09-16
11
-347
/
+11
*
Integrate ActiveModel::ForbiddenAttributesProtection from StrongParameters gem
Guillermo Iguaran
2012-09-16
2
-0
/
+39
*
Update Active Model xml serialization test to reflect a change in builder
Carlos Antonio da Silva
2012-09-07
1
-1
/
+1
*
Fix method redefined warnings.
kennyj
2012-08-29
2
-0
/
+6
*
Accept a symbol for `:in` option on inclusion and exclusion validators
Gabriel Sobrinho
2012-08-24
2
-0
/
+44
*
Fix ActiveModel tests that depend on run order
Francesco Rodriguez
2012-08-23
1
-6
/
+4
*
Merge pull request #7024 from bogdan/strict_validation_custom_exception
Rafael Mendonça França
2012-08-16
1
-0
/
+9
|
\
|
*
AM::Validation#validates: ability to pass custom exception to `:strict` option
Bogdan Gusiev
2012-08-06
1
-0
/
+9
*
|
Following the false issue reporting I did here : https://github.com/rails/rai...
Anthony
2012-08-13
1
-1
/
+37
|
/
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
has_secure_password should not raise a 'digest missing' error if the calling ...
Robby Grossman
2012-07-31
2
-0
/
+19
*
fix typo in callbacks test
Accessd
2012-07-24
1
-2
/
+2
*
Don't pass `:within` option to the i18n
Rafael Mendonça França
2012-07-20
1
-0
/
+22
*
`validates_inclusion_of` and `validates_exclusion_of` now accept
Rafael Mendonça França
2012-07-20
2
-0
/
+20
*
Merge pull request #6800 from mschneider/dynamic_finders_for_aliased_attributes
Rafael Mendonça França
2012-06-22
1
-0
/
+9
|
\
|
*
made dynamic finders alias_attribute aware
Maximilian Schneider
2012-06-22
1
-0
/
+9
*
|
Add some coverage for AR serialization with serializable_hash
Carlos Antonio da Silva
2012-06-22
1
-1
/
+1
|
/
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-154
/
+0
*
prevent users from unknowingly using bad regexps that can compromise security...
MrBrdo
2012-06-14
2
-6
/
+16
*
Merge pull request #6668 from pomnikita/master
Piotr Sarnacki
2012-06-08
1
-0
/
+6
|
\
|
*
Compact array of values added to PermissionSet instance
Nikita Pomyashchiy
2012-06-08
1
-0
/
+6
*
|
change AMS::JSON.include_root_in_json default value to false
Francesco Rodriguez
2012-06-06
1
-50
/
+40
|
/
[next]