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
/
enum.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-2
/
+1
*
Refactor enum to use `value` instead of `label` in the scope
Ryuta Kamizono
2017-05-07
1
-11
/
+12
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-4
/
+4
*
Fix `enum` with `alias_attribute`
Ryuta Kamizono
2016-07-31
1
-5
/
+6
*
return correct type from `EnumType`
yuuji.yaginuma
2016-06-24
1
-0
/
+2
*
This code won't work
Akira Matsuda
2016-03-06
1
-1
/
+1
*
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-1
/
+1
|
\
|
*
Eliminate instance level writers for class accessors
Aaron Patterson
2016-01-22
1
-1
/
+1
*
|
Use the database type to deserialize enum
Sean Griffin
2016-01-23
1
-4
/
+7
*
|
Ensure enum scopes work properly with STI and inheritance
Sean Griffin
2016-01-14
1
-1
/
+1
*
|
value has the right type here
Santiago Pastorino
2015-12-31
1
-1
/
+1
|
/
*
docs, nodoc `EnumType`. [ci skip]
Yves Senn
2015-11-07
1
-1
/
+1
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-3
/
+3
*
Clean up the implementation of AR::Dirty
Sean Griffin
2015-09-24
1
-1
/
+7
*
DRY enum conflict detection
Ronak Jangir
2015-09-18
1
-21
/
+13
*
[ci skip] Fix #21364 error in documentation about ActiveRecord::Enum
Andrew Grimm
2015-08-25
1
-2
/
+1
*
Improvements on the enum documentation [ci skip]
Robin Dupret
2015-07-23
1
-9
/
+11
*
Rename the enum_{prefix,suffix} options to _{prefix,suffix}
Robin Dupret
2015-07-23
1
-10
/
+10
*
A few documentation edits [ci skip]
Robin Dupret
2015-06-15
1
-2
/
+2
*
[ci skip] fix typo mistake
Kuldeep Aggarwal
2015-06-14
1
-1
/
+1
*
Add enum prefix/suffix option to enum definition
Igor Kapkov
2015-06-12
1
-6
/
+36
*
Fix a minor grammatical issue in the doc
Romain Goyet
2015-04-23
1
-1
/
+1
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
1
-1
/
+1
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Mention `where.not` in the example
Godfrey Chan
2015-02-14
1
-3
/
+3
*
Fixed a bug where NULLs are casted into the first enum value
Godfrey Chan
2015-02-13
1
-0
/
+1
*
Partially revert ae33aea
Godfrey Chan
2015-02-13
1
-1
/
+7
*
Enums mapping is a HWIA [ci skip]
Godfrey Chan
2015-02-13
1
-2
/
+3
*
Enums should be referred to by symbols
Godfrey Chan
2015-02-13
1
-5
/
+6
*
Don't break enum on PG
Sean Griffin
2015-02-11
1
-1
/
+1
*
Refactor enum to be defined in terms of the attributes API
Sean Griffin
2015-02-11
1
-43
/
+38
*
Improve the performance of reading attributes
Sean Griffin
2014-11-18
1
-1
/
+1
*
Implement `_was` and `changes` for in-place mutations of AR attributes
Sean Griffin
2014-08-16
1
-2
/
+2
*
nodoc enum hooks [ci skip]
Rafael Mendonça França
2014-07-16
1
-2
/
+2
*
Do not type cast twice on attribute assignment
Sean Griffin
2014-06-07
1
-5
/
+2
*
Documentation, add examples of using an Enum scope
Zac
2014-05-09
1
-2
/
+4
*
Ensure we are looking with string keys
Godfrey Chan
2014-04-07
1
-1
/
+1
*
Follow up to bbe7fe41 to fix enum leakage across classes.
Godfrey Chan
2014-04-07
1
-3
/
+6
*
make enums distinct per class
Evan Whalen
2014-04-07
1
-4
/
+6
*
Document that enum conditions must use the ordinal value
Rafael Mendonça França
2014-02-04
1
-0
/
+2
*
`enum` now raises on "dangerous" name conflicts
Godfrey Chan
2014-01-29
1
-3
/
+43
*
Use string as keys
Rafael Mendonça França
2014-01-21
1
-2
/
+2
*
Store the enum values in the DEFINED_ENUM constant
Rafael Mendonça França
2014-01-21
1
-8
/
+8
[next]