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
/
test
/
cases
/
column_definition_test.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
*
Make internal methods to private
Ryuta Kamizono
2017-03-27
1
-1
/
+1
*
Refactor `ColumnDefinition` to contain `options` hash
Ryuta Kamizono
2017-02-09
1
-13
/
+3
*
Remove useless `MySQL::Column` tests
Ryuta Kamizono
2017-02-07
1
-42
/
+0
*
Remove text default treated as an empty string in non-strict mode
Ryuta Kamizono
2016-08-19
1
-4
/
+3
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-3
/
+3
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-1
/
+1
*
Remove unnecessary `assert_valid_default`
Ryuta Kamizono
2016-06-25
1
-7
/
+0
*
Extract `MySQL::TypeMetadata` class to `connection_adapters/mysql/type_metada...
Ryuta Kamizono
2016-01-11
1
-1
/
+1
*
Extract `MySQL::Column` class to `connection_adapters/mysql/column.rb`
Ryuta Kamizono
2016-01-11
1
-10
/
+10
*
Fix varbinary with default ''
Ryuta Kamizono
2015-12-24
1
-0
/
+10
*
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-1
/
+1
*
rm `Column#cast_type`
Sean Griffin
2015-02-03
1
-60
/
+19
*
Remove unused `Column#coder`
Sean Griffin
2014-05-28
1
-20
/
+0
*
Push limit to type objects
Sean Griffin
2014-05-22
1
-3
/
+3
*
Delegate `Column#type` to the injected type object
Sean Griffin
2014-05-19
1
-22
/
+22
*
Add a type object to Column constructor
Sean Griffin
2014-05-17
1
-22
/
+22
*
PostgreSQL determine `Column#type` through corresponding OID. #7814
Yves Senn
2014-04-01
1
-2
/
+2
*
Fixed typo in column_definition_test.rb.
Vajrasky Kok
2014-02-05
1
-2
/
+2
*
decouple column definition from the database connection
Aaron Patterson
2013-03-22
1
-3
/
+3
*
remove knowledge of SQL from the column definition object
Aaron Patterson
2013-03-22
1
-3
/
+4
*
Add uuid type support to PostgreSQL adapter
Konstantin Shabanov
2012-06-14
1
-6
/
+0
*
PG column consults oid types when typecasting
Aaron Patterson
2012-02-10
1
-3
/
+6
*
Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapt...
Jon Leighton
2011-08-29
1
-16
/
+16
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
column will use coder to typecase value when it is available
Aaron Patterson
2011-02-01
1
-0
/
+6
*
coders can be assigned to columns
Aaron Patterson
2011-02-01
1
-0
/
+14
*
namespace test so we can dry up constant lookup
Aaron Patterson
2011-02-01
1
-95
/
+99
*
update tests for mysql2 support
Brian Lopez
2010-08-02
1
-0
/
+34
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-3
/
+3
*
Add tests for postgresql column type mapping updates [#4270 state:resolved]
Ernie Miller
2010-03-31
1
-0
/
+17
*
AR should respect default values for MySQL BINARY and VARBINARY columns.
Jatinder Singh
2009-08-09
1
-0
/
+34
*
Don't set "NULL" as a constraint on nullable columns [#398 state:resolved]
Tarmo Tänav
2008-08-23
1
-4
/
+4
*
Fixed that create database statements would always include "DEFAULT NULL" (Ni...
David Heinemeier Hansson
2008-07-14
1
-0
/
+36