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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #28318 from bogdanvlviv/remove-ability-update-locking_colu...
Rafael França
2017-03-17
2
-35
/
+2
|
\
|
*
Remove ability update locking_column value
bogdanvlviv
2017-03-16
2
-35
/
+2
*
|
Add :default option to belongs_to (#28453)
George Claghorn
2017-03-17
1
-0
/
+20
|
/
*
Fix fragile test (`AssociationProxyTest#test_save_on_parent_saves_children`)
Fumiaki MATSUSHIMA
2017-03-16
1
-36
/
+34
*
Merge pull request #28068 from kamipo/refactor_data_sources
Rafael França
2017-03-13
1
-4
/
+2
|
\
|
*
Extract `data_source_sql` to refactor data source statements
Ryuta Kamizono
2017-02-20
1
-4
/
+2
*
|
Simply delegate `as_json` to `records`
Ryuta Kamizono
2017-03-10
1
-1
/
+1
*
|
Merge pull request #28351 from kamipo/deprecate_schema_migrations_table_name
Rafael Mendonça França
2017-03-09
1
-0
/
+4
|
\
\
|
*
|
Deprecate `Migrator.schema_migrations_table_name`
Ryuta Kamizono
2017-03-09
1
-0
/
+4
*
|
|
Fix select with block doesn't return newly built records in has_many association
Ryuta Kamizono
2017-03-09
1
-0
/
+6
|
/
/
*
|
Fix `deserialize` with JSON array
Ryuta Kamizono
2017-03-06
1
-0
/
+10
*
|
Remove useless `Migrator.schema_migrations_table_name`
Ryuta Kamizono
2017-03-05
1
-5
/
+5
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-03-04
1
-1
/
+1
|
\
\
|
*
|
Remove duplicated "does" [ci skip]
Ryuta Kamizono
2017-02-14
1
-1
/
+1
*
|
|
Fix `rake db:schema:load` with subdirectories
Ryuta Kamizono
2017-03-05
1
-0
/
+17
*
|
|
Fix `rake db:migrate:status` with subdirectories
Ryuta Kamizono
2017-03-04
1
-0
/
+44
*
|
|
Don't share `options` with a reference type column
Ryuta Kamizono
2017-03-04
1
-0
/
+7
*
|
|
Merge pull request #28242 from rails/add-fractional-support-to-datetime-change
Andrew White
2017-03-02
1
-1
/
+1
|
\
\
\
|
*
|
|
Update `DateTime#change` to support usec and nsec
Andrew White
2017-03-02
1
-1
/
+1
*
|
|
|
Merge pull request #28220 from kamipo/valid_type_accept_only_supported_types
Rafael França
2017-03-01
4
-38
/
+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
`valid_type?` should accept only supported types
Ryuta Kamizono
2017-02-28
4
-38
/
+10
*
|
|
|
Whitelist adapters that support aliases in `HAVING` clause
Andrew White
2017-03-01
1
-1
/
+1
*
|
|
|
Merge pull request #25296 from kamipo/use_inspect_for_type_cast_for_schema
Rafael França
2017-02-28
1
-7
/
+8
|
\
\
\
\
|
*
|
|
|
Use `inspect` in `type_cast_for_schema` for date/time and decimal values
Ryuta Kamizono
2016-12-11
1
-7
/
+8
*
|
|
|
|
Merge pull request #28210 from cefigueiredo/improve_required_test
Rafael França
2017-02-28
1
-7
/
+35
|
\
\
\
\
\
|
*
|
|
|
|
Ensure that tests will reset belongs_to_requierd_by_default config
Carlos Figueiredo
2017-02-27
1
-23
/
+27
|
*
|
|
|
|
Make required by default test for belongs_to association clearer
Carlos Figueiredo
2017-02-27
1
-1
/
+25
*
|
|
|
|
|
Merge pull request #28217 from kamipo/create_join_table_respects_reference_ke...
Rafael França
2017-02-28
1
-1
/
+12
|
\
\
\
\
\
\
|
*
|
|
|
|
|
`create_join_table` should respect `references` column type
Ryuta Kamizono
2017-02-28
1
-1
/
+12
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #28063 from Erol/prioritize-callback-on-action-before-if
Rafael França
2017-02-28
1
-0
/
+40
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Prioritize checking `:on` actions before `:if` for transaction callbacks
Erol Fornoles
2017-02-21
1
-0
/
+40
*
|
|
|
|
|
|
Revert "Dupping a CollectionProxy should dup the load_target"
eileencodes
2017-02-28
1
-8
/
+0
*
|
|
|
|
|
|
Dupping a CollectionProxy should dup the load_target
eileencodes
2017-02-28
1
-0
/
+8
*
|
|
|
|
|
|
Oracle database also does not allow aliases in the having clause
Yasuo Honda
2017-02-27
1
-1
/
+1
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #28199 from kirs/ar-test-connection
Matthew Draper
2017-02-28
1
-1
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Handle non-existing $ARCONN
Kir Shatrov
2017-02-27
1
-1
/
+4
*
|
|
|
|
|
|
Merge pull request #28188 from kamipo/use_max_identifier_length_for_index_nam...
Andrew White
2017-02-26
1
-2
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Use `max_identifier_length` for `index_name_length` in PostgreSQL adapter
Ryuta Kamizono
2017-02-27
1
-2
/
+1
*
|
|
|
|
|
|
|
Merge pull request #28187 from kamipo/fix_intermittent_test_failure
Andrew White
2017-02-26
1
-0
/
+3
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Fix `test_apply_distinct_in_count` failure in PG adapter
Ryuta Kamizono
2017-02-27
1
-0
/
+3
*
|
|
|
|
|
|
|
|
Merge pull request #25274 from kamipo/fix_find_nth_with_limit_value
Andrew White
2017-02-26
1
-3
/
+3
|
\
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Fix `find_nth` with `limit_value`
Ryuta Kamizono
2017-02-26
1
-3
/
+3
*
|
|
|
|
|
|
|
|
Merge pull request #28172 from kamipo/deprecate_supports_migrations
Andrew White
2017-02-26
6
-310
/
+294
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Deprecate `supports_migrations?` on connection adapters
Ryuta Kamizono
2017-02-27
6
-310
/
+294
|
|
|
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
/
|
|
|
|
|
|
|
Refactor connection_pool_test
Kir Shatrov
2017-02-26
1
-1
/
+4
|
/
/
/
/
/
/
/
/
*
/
/
/
/
/
/
/
Include selects in group query with having clause
Eugene Kenny
2017-02-26
1
-1
/
+2
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Fix `change_column` to drop default with `null: false`
Ryuta Kamizono
2017-02-26
1
-0
/
+10
*
|
|
|
|
|
|
Merge pull request #28167 from kirs/deprecate-verify-args
Matthew Draper
2017-02-26
1
-0
/
+12
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Deprecate AbstractAdapter#verify! with arguments
Kir Shatrov
2017-02-25
1
-0
/
+12
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #28169 from kirs/ensure-conn-verify
Matthew Draper
2017-02-26
2
-1
/
+2
|
\
\
\
\
\
\
\
[next]