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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
add example to ActiveModel::MissingAttributeError [ci skip]
Francesco Rodriguez
2012-07-28
1
-0
/
+8
|
*
update ActiveModel::MassAssignmentSecurity docs [ci skip]
Francesco Rodriguez
2012-07-28
1
-65
/
+177
|
*
add example to ActiveModel::Naming#model_name [ci skip]
Francesco Rodriguez
2012-07-27
1
-0
/
+8
|
*
fix AM::Naming examples [ci skip]
Francesco Rodriguez
2012-07-27
1
-12
/
+12
|
*
add :nodoc: directive to AM::ObserverArray internal methods [ci skip]
Francesco Rodriguez
2012-07-22
1
-10
/
+10
*
|
Merge pull request #7253 from acapilleri/lenght_validator_errors_options
Rafael Mendonça França
2012-08-03
1
-2
/
+2
|
\
\
|
*
|
calculate errors_options one time in validate_each
Angelo Capilleri
2012-08-03
1
-2
/
+2
*
|
|
Remove ActiveRecord::Base.to_a
Jon Leighton
2012-08-03
1
-1
/
+1
*
|
|
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
2
-2
/
+0
*
|
|
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
|
|
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
4
-4
/
+0
*
|
|
load active_support/concern in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
|
|
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
2
-2
/
+0
*
|
|
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
5
-5
/
+0
*
|
|
defines a private require-hub active_support/rails
Xavier Noria
2012-08-02
1
-0
/
+1
*
|
|
has_secure_password should not raise a 'digest missing' error if the calling ...
Robby Grossman
2012-07-31
3
-2
/
+21
|
/
/
*
|
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-1
/
+1
*
|
fix typo in callbacks test
Accessd
2012-07-24
1
-2
/
+2
|
/
*
Update documentation and change the range method name to delimiter.
Rafael Mendonça França
2012-07-20
3
-5
/
+7
*
Don't pass `:within` option to the i18n
Rafael Mendonça França
2012-07-20
3
-2
/
+24
*
`validates_inclusion_of` and `validates_exclusion_of` now accept
Rafael Mendonça França
2012-07-20
3
-3
/
+26
*
AM::Validations: remove documentation duplicates
Bogdan Gusiev
2012-07-10
9
-119
/
+52
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-07-07
13
-152
/
+199
|
\
|
*
add :nodoc: to internal implementations of AM::Validator [ci skip]
Francesco Rodriguez
2012-07-06
2
-3
/
+3
|
*
update ActiveModel::Serialization documentation [ci skip]
Francesco Rodriguez
2012-07-06
1
-14
/
+36
|
*
fix syntax of AM::Validations::HelperMethods examples [ci skip]
Francesco Rodriguez
2012-07-05
4
-6
/
+6
|
*
update ActiveModel::Validations::HelperMethods documentation [ci skip]
Francesco Rodriguez
2012-07-05
8
-130
/
+141
|
*
update ActiveModel::Conversion documentation [ci skip]
Francesco Rodriguez
2012-07-04
1
-3
/
+15
|
*
Changed attr_accessible example to reflect grouped roles
Laknath
2012-07-01
1
-2
/
+4
*
|
Merge pull request #6938 from acapilleri/as_json_refactoring
Carlos Antonio da Silva
2012-07-07
1
-2
/
+6
|
\
\
|
*
|
small refactoring of as_json method
Angelo Capilleri
2012-07-03
1
-2
/
+6
|
|
/
*
/
observer update refactoring
Angelo Capilleri
2012-07-03
1
-2
/
+1
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-06-30
6
-118
/
+357
|
\
|
*
update ActiveModel::Name documentation [ci skip]
Francesco Rodriguez
2012-06-25
1
-1
/
+133
|
*
fix punctuation in activemodel/errors [ci skip]
Francesco Rodriguez
2012-06-25
1
-1
/
+1
|
*
update ActiveModel::Naming documentation
Francesco Rodriguez
2012-06-23
1
-7
/
+8
|
*
update ActiveModel::Model documentation [ci skip]
Francesco Rodriguez
2012-06-23
1
-16
/
+37
|
*
add description ActiveModel::StrictValidationField [ci skip]
Francesco Rodriguez
2012-06-23
1
-0
/
+10
|
*
update ActiveModel::Lint documentation [ci skip]
Francesco Rodriguez
2012-06-22
1
-22
/
+23
|
*
update ActiveModel::Errors#include? documentation [ci skip]
Francesco Rodriguez
2012-06-22
1
-1
/
+1
|
*
add documentation and examples to ActiveModel::Errors [ci skip]
Francesco Rodriguez
2012-06-22
1
-4
/
+26
|
*
update ActiveModel::Errors documentation and minor fixes [ci skip]
Francesco Rodriguez
2012-06-22
3
-64
/
+103
|
*
update ActiveModel::Conversion documentation [ci skip]
Francesco Rodriguez
2012-06-22
1
-8
/
+21
*
|
Refactor attribute method matcher to use Hash#fetch
Carlos Antonio da Silva
2012-06-26
1
-5
/
+3
*
|
Cleanup attribute methods a bit, use map! when accepting *args
Carlos Antonio da Silva
2012-06-26
1
-17
/
+12
*
|
Use default + merge! instead of reverse_merge
Carlos Antonio da Silva
2012-06-26
1
-1
/
+1
*
|
Set hash value instead of merge a single key, and use flatten! if possible
Carlos Antonio da Silva
2012-06-26
2
-4
/
+5
*
|
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-25
10
-19
/
+19
*
|
Make internal callback model definitions private in AMo
Carlos Antonio da Silva
2012-06-25
1
-5
/
+7
*
|
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-22
4
-4
/
+4
[prev]
[next]