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
/
comment_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return nil if table comment is blank
Ryuta Kamizono
2017-09-22
1
-1
/
+1
*
Implement change_table_comment and change_column_comment for MySql Adapter
Alecs Popa
2017-09-22
1
-0
/
+22
*
Prefer to place a table options before `force: :cascade` (#28005)
Ryuta Kamizono
2017-08-27
1
-1
/
+1
*
Remove redundant `unless current_adapter?(:OracleAdapter)`
Ryuta Kamizono
2017-07-28
1
-2
/
+0
*
Merge pull request #28695 from koic/integer_type_has_precision_option_in_oracle
Akira Matsuda
2017-07-27
1
-1
/
+5
|
\
|
*
Fix an AR test of schema dump when using Oracle
Koichi ITO
2017-04-07
1
-1
/
+5
*
|
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
|
/
*
Ignore AR tests of index comment when using Oracle
Koichi ITO
2017-04-05
1
-5
/
+9
*
Omit redundant `using: :btree` for schema dumping
Ryuta Kamizono
2017-02-13
1
-1
/
+1
*
Fix that `change_column` lose a comment
Ryuta Kamizono
2016-12-05
1
-2
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-104
/
+104
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-33
/
+33
*
Treat blank comments as no comment for indexes
Ryuta Kamizono
2016-04-29
1
-1
/
+10
*
Dump indexes in `create_table` for generates SQL in one query
Ryuta Kamizono
2016-04-20
1
-2
/
+2
*
Remove unecessary comment
Jon Moss
2016-04-19
1
-1
/
+1
*
Database comments: Treat blank comments as no comment. Don't dump blank comme...
Jeremy Daer
2016-04-19
1
-55
/
+96
*
Database comments: switch to keyword args for new table options
Jeremy Daer
2016-04-18
1
-3
/
+1
*
Add support for specifying comments for tables, columns, and indexes.
Andrey Novikov
2016-04-16
1
-0
/
+91