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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `active_record_internal_metadatas` to `ar_internal_metadata`
Yasuo Honda
2016-02-01
2
-0
/
+28
*
Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadata
Yasuo Honda
2016-02-01
3
-11
/
+11
*
tabenai (typo)
Akira Matsuda
2016-02-01
1
-6
/
+6
*
Merge pull request #23391 from erullmann/join_table_indexes
Rafael França
2016-02-01
1
-0
/
+4
|
\
|
*
Added references option to join tables
Ernst Rullmann
2016-01-31
1
-0
/
+4
*
|
Avoid extra `show variables` in migration
Ryuta Kamizono
2016-02-01
5
-21
/
+15
|
/
*
Merge pull request #23359 from kamipo/make_to_primary_key
Rafael França
2016-02-01
4
-40
/
+5
|
\
|
*
Make to primary key instead of an unique index for internal tables
Ryuta Kamizono
2016-01-31
4
-40
/
+5
*
|
Merge pull request #23373 from kamipo/remove_duplicated_composite_primary_key...
Rafael França
2016-02-01
3
-17
/
+1
|
\
\
|
*
|
Remove duplicated composite primary key tests
Ryuta Kamizono
2016-02-01
3
-17
/
+1
*
|
|
Extract `ExplainPrettyPrinter` to appropriate files
Ryuta Kamizono
2016-02-01
7
-119
/
+137
|
/
/
*
|
Merge pull request #23372 from kamipo/use_index_in_create_in_test_schema
Rafael França
2016-02-01
2
-11
/
+9
|
\
\
|
*
|
Use `t.index` in `create_table` instead of `add_index` in test schema
Ryuta Kamizono
2016-01-31
2
-11
/
+9
*
|
|
Merge pull request #23374 from prathamesh-sonpatki/migration-compatiblity-tests
Rafael França
2016-01-31
1
-0
/
+30
|
\
\
\
|
*
|
|
Added test for backward compatibility of null constraints on timestamp columns
Prathamesh Sonpatki
2016-01-31
1
-0
/
+30
|
|
/
/
*
|
|
:speak_no_evil: :warning:
Akira Matsuda
2016-02-01
2
-2
/
+6
*
|
|
Merge pull request #23360 from kamipo/oid_money_precision_is_unused
Rafael França
2016-01-31
2
-8
/
+0
|
\
\
\
|
*
|
|
`OID::Money.precision` is unused since #15239
Ryuta Kamizono
2016-01-31
2
-8
/
+0
|
|
|
/
|
|
/
|
*
|
|
Remove `case macro` from `calculate_constructable`
yui-knk
2016-02-01
1
-8
/
+13
*
|
|
Merge pull request #23387 from mcfiredrill/clarify-touching-callbacks
Kasper Timm Hansen
2016-01-31
1
-0
/
+2
|
\
\
\
|
*
|
|
clarify the touch true option does not trigger after_save/update [ci skip]
Tony Miller
2016-02-01
1
-0
/
+2
*
|
|
|
Merge pull request #23169 from y-yagi/rake_proxy_in_engine
Kasper Timm Hansen
2016-01-31
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
make rake proxy work in rails engines
yuuji.yaginuma
2016-01-31
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #23379 from yui-knk/define_association_class_on_each_concr...
Kasper Timm Hansen
2016-01-31
1
-22
/
+25
|
\
\
\
\
|
*
|
|
|
Each concrete classes have responsibility to return `association_class`
yui-knk
2016-01-31
1
-22
/
+25
|
|
/
/
/
*
/
/
/
Wrangle the asset build into something that sounds more general
Matthew Draper
2016-02-01
1
-0
/
+3
|
/
/
/
*
|
|
Merge pull request #23362 from vipulnsward/20821-save-doc-update
Jon Moss
2016-01-30
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
- Updated persistence documentation to make it clear that save and save! won'...
Vipul A M
2016-01-31
1
-3
/
+3
*
|
|
Revert "Merge pull request #23346 from kamipo/refactor_oid_money_precision"
Rafael Mendonça França
2016-01-30
2
-5
/
+9
*
|
|
Merge pull request #23345 from yui-knk/warning_when_composite_primary_key_is_...
Rafael França
2016-01-30
2
-0
/
+13
|
\
\
\
|
*
|
|
Warn if `AR.primary_key` is called for a table who has composite primary key
yui-knk
2016-01-30
2
-0
/
+13
*
|
|
|
Merge pull request #23349 from kamipo/refactor_column_exists
Rafael França
2016-01-30
1
-7
/
+8
|
\
\
\
\
|
*
|
|
|
Refactor `column_exists?` in `SchemaStatements`
Ryuta Kamizono
2016-01-30
1
-7
/
+8
|
|
/
/
/
*
|
|
|
Merge pull request #23355 from kamipo/fix_bigint_for_enum_columns
Rafael França
2016-01-30
3
-2
/
+7
|
\
\
\
\
|
*
|
|
|
Fix `bigint?` for Enum columns in MySQL
Ryuta Kamizono
2016-01-31
3
-2
/
+7
|
|
/
/
/
*
|
|
|
Merge pull request #23350 from kamipo/refactor_schema_migration_drop_table
Rafael França
2016-01-30
1
-4
/
+1
|
\
\
\
\
|
*
|
|
|
Make `SchemaMigration.drop_table` to one SQL
Ryuta Kamizono
2016-01-30
1
-4
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #23352 from yui-knk/move_test_conditions
Rafael França
2016-01-30
1
-11
/
+9
|
\
\
\
\
|
*
|
|
|
There is no need to define test if a connection does not support primary_key
yui-knk
2016-01-31
1
-11
/
+9
|
|
/
/
/
*
|
|
|
Merge pull request #23353 from kamipo/remove_unused_lost_connection_error_mes...
Rafael França
2016-01-30
1
-6
/
+0
|
\
\
\
\
|
*
|
|
|
Remove unused `LOST_CONNECTION_ERROR_MESSAGES`
Ryuta Kamizono
2016-01-31
1
-6
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #23347 from yui-knk/explicitly_define_columns_as_interface
Rafael França
2016-01-30
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
Explicitly define `columns` method as an interface
yui-knk
2016-01-30
1
-1
/
+3
|
|
/
/
/
*
/
/
/
Refactor `OID::Money.precision`
Ryuta Kamizono
2016-01-30
2
-9
/
+5
|
/
/
/
*
|
|
Intervene on change_table as well as create_table
Matthew Draper
2016-01-30
1
-0
/
+13
*
|
|
Don't recommend using `ActiveRecord::Base[]`
Sean Griffin
2016-01-29
1
-3
/
+0
*
|
|
Merge pull request #23252 from kamipo/remove_limit_11
Rafael França
2016-01-29
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove `limit: 11` as backward-compatibility with Rails 2.0
Ryuta Kamizono
2016-01-27
1
-1
/
+0
*
|
|
|
Merge pull request #23188 from jcoleman/ar-connection-execute-docs-clarification
Rafael França
2016-01-29
2
-1
/
+7
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Clarify DatabaseStatements#execute docs re: memory usage.
James Coleman
2016-01-22
2
-1
/
+7
[next]