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
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
25
-309
/
+311
*
Merge pull request #10286 from neerajdotname/fix-wrong-test-name-and-failure-...
Carlos Antonio da Silva
2013-04-21
1
-2
/
+2
|
\
|
*
fix wrong test description and failure message
Neeraj Singh
2013-04-21
1
-2
/
+2
*
|
Added tests for if condition in Active Model callbacks
Neeraj Singh
2013-04-21
1
-0
/
+21
|
/
*
Removed unused setup
Anupam Choudhury
2013-04-09
1
-4
/
+0
*
Review some tests from AMo::Errors to remove "should" usage
Carlos Antonio da Silva
2013-03-30
1
-55
/
+35
*
Merge pull request #8527 from shockone/patch-1
Rafael Mendonça França
2013-03-25
1
-0
/
+20
|
\
|
*
Add a method full_messages_for to the Errors class
shock_one
2013-03-24
1
-0
/
+20
*
|
Add Error#full_message test; Fix typos
Vipul A M
2013-03-22
1
-0
/
+1
|
/
*
fix some typos found in activemodel
Vipul A M
2013-03-18
3
-4
/
+4
*
Small typos here and there.
Vipul A M
2013-03-15
3
-4
/
+4
*
`has_secure_password` is not invalid when assigning empty Strings.
Yves Senn
2013-03-04
1
-0
/
+6
*
`validates_confirmation_of` does not override writer methods.
Yves Senn
2013-03-04
1
-0
/
+31
*
added more accurate test for add_on_empty
Angelo capilleri
2013-02-19
1
-0
/
+7
*
Take care of whitespaces and changing the hash syntax
Rafael Mendonça França
2013-02-04
1
-57
/
+56
*
test for issue 8931
David
2013-02-02
1
-0
/
+8
*
Adding the route_key and param_key tests
Attila Domokos
2013-01-22
1
-0
/
+8
*
Merge pull request #8940 from adomokos/adding_tests_for_changed_attributes
Carlos Antonio da Silva
2013-01-15
1
-1
/
+12
|
\
|
*
Cleaning up ActiveModel::Dirty tests
Attila Domokos
2013-01-15
1
-1
/
+12
*
|
test for ActiveModel::Conversion#to_partial_path and namespaced models
Yves Senn
2013-01-14
2
-0
/
+8
|
/
*
Adding tests for ActiveModel::Model
Attila Domokos
2013-01-12
1
-0
/
+6
*
Covering untested methods for ActiveModel::Errors
Attila Domokos
2013-01-10
1
-0
/
+53
*
Add active_support/testing/autorun
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Add CHANGELOG entry for #8622
Rafael Mendonça França
2012-12-26
1
-2
/
+2
*
Revert the change at ActiveModel::Errors#add_on_blank and fix in the
Rafael Mendonça França
2012-12-26
1
-5
/
+5
*
Tests and fix for validates_presence of :allow_nil, :allow_blank
Colin Kelley
2012-12-26
1
-0
/
+34
*
chmod -x from non-script files
Akira Matsuda
2012-12-24
1
-0
/
+0
*
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
[next]