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
/
model_schema.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make implicit order column configurable
Tekin Suleyman
2018-11-26
1
-0
/
+16
*
ActiveRecord#respond_to? No longer allocates strings
schneems
2018-10-15
1
-0
/
+6
*
Fix call sites
Gannon McGibbon
2018-10-02
1
-5
/
+5
*
Make a deep copy of the _default_attributes in column_defaults
Rafael Mendonça França
2018-09-20
1
-1
/
+1
*
Add AR::Base.base_class? predicate
Bogdan Gusiev
2018-04-02
1
-4
/
+3
*
Invoke `load_schema` in `_default_attributes`
Ryuta Kamizono
2018-02-06
1
-0
/
+1
*
Allow type_for_attribute(:symbol)
Beni Cherniavsky-Paskin
2018-01-01
1
-1
/
+2
*
Undefine attribute methods on all descendants when resetting column info
Chris Salzberg
2017-12-17
1
-1
/
+1
*
Convert protected_environments to an array of strings
bogdanvlviv
2017-12-12
1
-14
/
+16
*
Change how `AttributeSet::Builder` receives its defaults
Sean Griffin
2017-11-27
1
-4
/
+4
*
Move Attribute and AttributeSet to ActiveModel
Lisa Ugray
2017-11-09
1
-3
/
+3
*
Convert ignored_columns to a list of string
Altech
2017-10-20
1
-15
/
+17
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Remove useless `arel_engine`
Ryuta Kamizono
2017-07-17
1
-1
/
+0
*
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
*
Don't mark the schema loaded until it's really finished
Matthew Draper
2017-06-05
1
-3
/
+5
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-20
/
+7
*
Merge pull request #29215 from voxmedia/ar_optimizations
Matthew Draper
2017-05-26
1
-1
/
+2
|
\
|
*
Performance optimization for ActiveRecord#column_defaults
Michael Lovitt
2017-05-24
1
-1
/
+2
*
|
Add a Monitor to ModelSchema#load_schema
Matthew Draper
2017-05-25
1
-3
/
+22
|
/
*
Make `table_name=` reset current statement cache
namusyaka
2017-02-12
1
-0
/
+1
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
Copy-edits on #26880
Rafael Mendonça França
2016-10-24
1
-32
/
+52
*
Fix model schema doc strings
Mia Zbikowski
2016-10-24
1
-44
/
+103
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-2
/
+2
*
Remove deprecated handling of PG Points
Sean Griffin
2016-08-31
1
-23
/
+0
*
Add `Type.default_value` and use it everywhere for internal
Ryuta Kamizono
2016-08-26
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+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
-62
/
+62
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-4
/
+4
*
Correct the behavior of virtual attributes on models loaded from the db
Sean Griffin
2016-07-25
1
-1
/
+5
*
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
1
-1
/
+6
*
Always prefer class types to query types when casting `group`
Sean Griffin
2016-07-11
1
-2
/
+6
*
Make Active Record emit significantly smaller YAML
Sean Griffin
2016-05-31
1
-0
/
+5
*
s/statment/statement/
Vipul A M
2016-04-24
1
-1
/
+1
*
Revert "Deprecate table names containing dots"
Sean Griffin
2016-03-31
1
-7
/
+0
*
Deprecate table names containing dots
Sean Griffin
2016-03-31
1
-0
/
+7
*
Move sequence value methods to Model level
Arthur Neves
2016-03-24
1
-0
/
+12
*
Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadata
Yasuo Honda
2016-02-01
1
-2
/
+2
*
Add `ModelSchema::type_for_attribute` to the public API
Sean Griffin
2016-01-19
1
-1
/
+12
*
Merge pull request #22967 from schneems/schneems/generic-metadata
Sean Griffin
2016-01-08
1
-0
/
+13
|
\
|
*
Prevent destructive action on production database
schneems
2016-01-07
1
-0
/
+13
*
|
Call the new point behavior `:point`, not `:rails_5_1_point`
Sean Griffin
2015-12-17
1
-1
/
+1
|
/
*
Use a real migration version number in docs
Matthew Draper
2015-12-15
1
-1
/
+1
*
Use a deliberately-invalid migration version in all doc examples
Matthew Draper
2015-12-15
1
-1
/
+1
*
Ensure `#reset_column_information` clears child classes as well
Sean Griffin
2015-11-07
1
-0
/
+3
*
Implement ActiveRecord::Base.ignored_columns
Jean Boussier
2015-09-24
1
-1
/
+8
*
introduce `conn.data_source_exists?` and `conn.data_sources`.
Yves Senn
2015-09-22
1
-2
/
+2
[next]