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
*
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
*
Replace AR with ActiveRecord to make it more readable [ci skip]
arvind
2015-09-08
1
-1
/
+1
*
Return a `Point` object from the PG Point type
Sean Griffin
2015-06-05
1
-0
/
+23
*
remove duplicates
Koen Punt
2015-04-03
1
-4
/
+0
*
rm `Column#cast_type`
Sean Griffin
2015-02-03
1
-1
/
+1
*
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
1
-20
/
+59
*
Restore useful documentation removed at
Rafael Mendonça França
2015-01-27
1
-0
/
+6
*
Update model_schema.rb [ci skip]
Takehiro Adachi
2015-01-27
1
-20
/
+0
*
Extract an explicit type caster class
Sean Griffin
2014-12-29
1
-0
/
+1
*
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
1
-0
/
+1
*
Remove unused `@relation` instance variable
Sean Griffin
2014-12-26
1
-2
/
+0
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Reduce the amount of work performed when instantiating AR models
Sean Griffin
2014-11-14
1
-1
/
+1
*
Don't modify the columns hash to set defaults from the attributes API
Sean Griffin
2014-10-31
1
-1
/
+5
*
Rename `default_attributes` to `_default_attributes`
Sean Griffin
2014-10-31
1
-2
/
+2
*
Change `gsub` to `tr` where possible
Alexander Balashov
2014-10-06
1
-1
/
+1
*
Remove defunct ivars
Ben Woosley
2014-09-28
1
-10
/
+7
*
create_join_table uses same logic as HABTM reflections
Stefan Kanev
2014-07-18
1
-0
/
+11
*
Simplify creation of default attributes on AR instance
Sean Griffin
2014-06-29
1
-13
/
+7
*
Merge pull request #15801 from sgrif/sg-column-defaults
Rafael Mendonça França
2014-06-19
1
-2
/
+2
|
\
|
*
Don't use column object when calculating type cast defaults
Sean Griffin
2014-06-18
1
-2
/
+2
*
|
Introduce an object to aid in creation and management of `@attributes`
Sean Griffin
2014-06-19
1
-2
/
+8
|
/
*
Don't type cast the default on the column
Sean Griffin
2014-06-17
1
-4
/
+6
*
Promote time zone aware attributes to a first class type decorator
Sean Griffin
2014-06-16
1
-19
/
+1
*
Ensure `column_types` returns a type object, and not a column
Sean Griffin
2014-06-11
1
-6
/
+10
*
Make `_before_type_cast` actually be before type cast
Sean Griffin
2014-06-09
1
-1
/
+7
*
Keep column defaults in type cast form
Sean Griffin
2014-06-03
1
-0
/
+9
*
Remove unused `initialize_attributes` method
Sean Griffin
2014-06-02
1
-7
/
+0
*
Refactor serialized types to be partially defined as custom properties
Sean Griffin
2014-05-29
1
-9
/
+0
*
Add a public API to allow users to specify column types
Sean Griffin
2014-05-26
1
-10
/
+0
*
Remove `Column#primary`
Sean Griffin
2014-05-23
1
-9
/
+3
*
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
1
-1
/
+1
*
Add support for module-level table_suffix in models
Jenner LaFave
2014-05-05
1
-1
/
+10
*
added schema_migrations_table_name to ActiveRecord::Base in order that the na...
Jerad Phelps
2013-10-27
1
-0
/
+6
*
Perf: memoize serialized column list and time zone column list
Sam
2013-08-27
1
-17
/
+27
*
add a specific factory method rather than using new
Aaron Patterson
2013-07-23
1
-1
/
+1
*
removes the obsolete private method column_methods_hash [Closes #11406]
Xavier Noria
2013-07-16
1
-13
/
+0
*
safely publish columns and columns hash info
Aaron Patterson
2013-03-14
1
-1
/
+1
*
Fix decorating columns for serialized attributes
itzki
2012-12-10
1
-4
/
+3
*
1.9 Syntax related changes
AvnerCohen
2012-11-10
1
-1
/
+1
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-24
/
+23
[next]