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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make `sql_type` of primary key in SQLite to comparable with an integer (#28008)
Ryuta Kamizono
2017-12-26
1
-1
/
+1
*
Fix `add_column` with :primary_key type compatibility for SQLite
fatkodima
2017-12-25
1
-1
/
+1
*
save attributes changed by callbacks after update_attribute
Mike Busch
2017-12-22
1
-5
/
+1
*
Fix Illegal parameter data type bigint for operation 'get_lock' error
Ivan Zinovyev
2017-12-20
1
-2
/
+2
*
Remove passing needless empty string `options` in `create_table`
Ryuta Kamizono
2017-12-20
2
-4
/
+1
*
Place args normalization from `left_outer_joins` to `left_outer_joins!`
Ryuta Kamizono
2017-12-20
1
-4
/
+2
*
Remove verbose_query_logs from new_framework_defaults_5_2.rb
Eugene Kenny
2017-12-20
1
-2
/
+1
*
Merge pull request #31177 from albertoalmagro/remove-default-mysql-engine-fro...
Matthew Draper
2017-12-20
2
-1
/
+9
|
\
|
*
Remove default ENGINE=InnoDB for Mysql2 adapter
Alberto Almagro
2017-12-11
2
-1
/
+9
*
|
Fix `count(:all)` to correctly work `distinct` with custom SELECT list
Ryuta Kamizono
2017-12-20
1
-10
/
+8
*
|
Quote primary key in the subselect generated by mysql2 adapter
Ryuta Kamizono
2017-12-19
1
-1
/
+2
*
|
Using subselect for `delete_all` with `limit` or `offset`
Ryuta Kamizono
2017-12-19
1
-4
/
+4
*
|
Using subselect generated by the connection adapter for `update_all` with `of...
Ryuta Kamizono
2017-12-19
1
-1
/
+1
*
|
Merge pull request #31475 from shioyama/reset_column_information_redefine_chi...
Matthew Draper
2017-12-19
1
-1
/
+1
|
\
\
|
*
|
Undefine attribute methods on all descendants when resetting column info
Chris Salzberg
2017-12-17
1
-1
/
+1
*
|
|
Using table name qualified column names unless having SELECT list explicitly
Ryuta Kamizono
2017-12-18
1
-2
/
+2
|
/
/
*
|
[ci skip] Inherit ActiveRecord::Base in example codes
Yoshiyuki Hirano
2017-12-15
1
-2
/
+2
*
|
Merge pull request #31289 from witlessbird/fips-compatibility
Eileen M. Uchitelle
2017-12-14
1
-1
/
+1
|
\
\
|
*
|
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
1
-1
/
+1
*
|
|
Log call site for all queries
Olivier Lacan
2017-12-13
2
-0
/
+49
*
|
|
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
2
-2
/
+2
*
|
|
Fix inheritance object creation from relation
Ryuta Kamizono
2017-12-13
2
-12
/
+21
*
|
|
Merge pull request #31425 from chiastolite/optimize_foregin_keys_query
Ryuta Kamizono
2017-12-13
1
-2
/
+3
|
\
\
\
|
*
|
|
Optimizing information_schema query for `foreign_keys`
Hiroyuki Morita
2017-12-13
1
-2
/
+3
*
|
|
|
Convert protected_environments to an array of strings
bogdanvlviv
2017-12-12
1
-14
/
+16
|
/
/
/
*
|
|
Make `sanitize_sql_` methods public
yuuji.yaginuma
2017-12-13
4
-128
/
+127
*
|
|
Merge pull request #31405 from bogdanvlviv/fix-conflicts-counter_cache-with-t...
Rafael França
2017-12-12
2
-5
/
+9
|
\
\
\
|
*
|
|
Fix conflicts `counter_cache` with `touch: true` by optimistic locking.
bogdanvlviv
2017-12-12
2
-5
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #31403 from Edouard-chin/fix-quoted-columnname
Rafael França
2017-12-12
1
-1
/
+1
|
\
\
\
|
*
|
|
Quote colum_names when building select:
Edouard CHIN
2017-12-11
1
-1
/
+1
|
|
/
/
*
/
/
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
1
-2
/
+2
|
/
/
*
|
SQLite: Fix `copy_table` with composite primary keys
Ryuta Kamizono
2017-12-08
1
-4
/
+6
*
|
Fix `scope_for_create` to do not lose polymorphic associations
Ryuta Kamizono
2017-12-08
1
-2
/
+16
*
|
Merge pull request #31327 from aellispierce/custom-id-change-table-sqlite
Eileen M. Uchitelle
2017-12-07
1
-1
/
+5
|
\
\
|
*
|
Fix sqlite migrations with custom primary keys
Ashley Ellis Pierce
2017-12-06
1
-1
/
+5
*
|
|
`current_version` should catch `NoDatabaseError` from `get_all_versions`
Ryuta Kamizono
2017-12-04
1
-12
/
+5
*
|
|
Merge pull request #31311 from y-yagi/ignore_no_database_error_when_loading_s...
Kasper Timm Hansen
2017-12-03
2
-3
/
+14
|
\
\
\
|
*
|
|
Make `Migrator.current_version` work without a current database
yuuji.yaginuma
2017-12-03
2
-3
/
+14
*
|
|
|
SQLite3 valid integer value should be 8 bytes (64-bit signed integer) (#28379)
Ryuta Kamizono
2017-12-03
1
-0
/
+15
*
|
|
|
Emulate JSON types for SQLite3 adapter (#29664)
Ryuta Kamizono
2017-12-03
4
-9
/
+7
*
|
|
|
`change_column_default` should be executed after type changing
Ryuta Kamizono
2017-12-03
2
-14
/
+18
|
/
/
/
*
|
|
Extract duplicated index column options normalization as `options_for_index_c...
Ryuta Kamizono
2017-12-03
5
-46
/
+34
*
|
|
Refactor `length`, `order`, and `opclass` index options dumping
Ryuta Kamizono
2017-12-03
6
-27
/
+41
*
|
|
Merge pull request #31230 from dinahshi/postgresql_extract_sql
Matthew Draper
2017-12-03
4
-59
/
+88
|
\
\
\
|
*
|
|
Extract sql fragment generators for alter table from PostgreSQL adapter
Dinah Shi
2017-12-02
4
-59
/
+88
*
|
|
|
Fix method name in `validate_constraint` doc [ci skip]
yuuji.yaginuma
2017-12-02
1
-1
/
+1
*
|
|
|
Add support for invalid foreign keys in Postgres
Travis Hunter
2017-12-01
7
-1
/
+84
|
|
/
/
|
/
|
|
*
|
|
Remove unpaired `}` [ci skip]
Ryuta Kamizono
2017-12-01
1
-2
/
+1
*
|
|
Merge pull request #19090 from gregnavis/support-postgresql-operator-classes-...
Matthew Draper
2017-12-01
5
-15
/
+67
|
\
\
\
|
*
|
|
Add support for PostgreSQL operator classes to add_index
Greg Navis
2017-11-30
5
-15
/
+67
[next]