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
*
Merge pull request #28305 from kamipo/extract_schema_migration_all_versions
Andrew White
2017-03-06
3
-4
/
+8
|
\
|
*
Extract `SchemaMigration.all_versions`
Ryuta Kamizono
2017-03-06
3
-4
/
+8
*
|
Fix `deserialize` with JSON array
Ryuta Kamizono
2017-03-06
3
-1
/
+17
|
/
*
Remove useless `Migrator.schema_migrations_table_name`
Ryuta Kamizono
2017-03-05
3
-12
/
+8
*
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
*
|
Don't hide method that's been documented API since Rails 2.1
Andrew White
2017-03-04
1
-3
/
+3
*
|
Fix `rake db:schema:load` with subdirectories
Ryuta Kamizono
2017-03-05
3
-5
/
+25
*
|
Fix `rake db:migrate:status` with subdirectories
Ryuta Kamizono
2017-03-04
4
-24
/
+75
*
|
[ci skip] Add CHANGELOG entry for #28282
Andrew White
2017-03-04
1
-0
/
+10
*
|
Don't share `options` with a reference type column
Ryuta Kamizono
2017-03-04
2
-7
/
+10
*
|
remove unused parameters
Aaron Patterson
2017-03-03
1
-6
/
+6
*
|
`join_keys` no longer needs a class passed to it
Aaron Patterson
2017-03-03
3
-30
/
+33
*
|
refactor so there is only one JoinKeys factory method
Aaron Patterson
2017-03-03
1
-4
/
+15
*
|
ask reflection for klass join reflection
Aaron Patterson
2017-03-03
2
-13
/
+16
*
|
Move join scopes on to the reflection object
Aaron Patterson
2017-03-03
2
-8
/
+23
*
|
Remove `node` parameter to `join_constraints`
Aaron Patterson
2017-03-03
2
-3
/
+3
*
|
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
5
-42
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
`valid_type?` should accept only supported types
Ryuta Kamizono
2017-02-28
5
-42
/
+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
2
-7
/
+12
|
\
\
\
|
*
|
|
Use `inspect` in `type_cast_for_schema` for date/time and decimal values
Ryuta Kamizono
2016-12-11
2
-7
/
+12
*
|
|
|
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
2
-8
/
+17
|
\
\
\
\
\
|
*
|
|
|
|
`create_join_table` should respect `references` column type
Ryuta Kamizono
2017-02-28
2
-8
/
+17
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #28063 from Erol/prioritize-callback-on-action-before-if
Rafael França
2017-02-28
2
-1
/
+41
|
\
\
\
\
\
|
*
|
|
|
|
Prioritize checking `:on` actions before `:if` for transaction callbacks
Erol Fornoles
2017-02-21
2
-1
/
+41
*
|
|
|
|
|
Revert "Dupping a CollectionProxy should dup the load_target"
eileencodes
2017-02-28
2
-12
/
+0
*
|
|
|
|
|
Merge pull request #28214 from kamipo/use_tables
Rafael França
2017-02-28
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Use `tables` instead of `data_sources - views`
Ryuta Kamizono
2017-02-28
1
-1
/
+1
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Dupping a CollectionProxy should dup the load_target
eileencodes
2017-02-28
2
-0
/
+12
*
|
|
|
|
|
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
4
-8
/
+8
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Use `max_identifier_length` for `index_name_length` in PostgreSQL adapter
Ryuta Kamizono
2017-02-27
4
-8
/
+8
*
|
|
|
|
|
|
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
2
-6
/
+10
|
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Fix `find_nth` with `limit_value`
Ryuta Kamizono
2017-02-26
2
-6
/
+10
*
|
|
|
|
|
|
|
Merge pull request #28172 from kamipo/deprecate_supports_migrations
Andrew White
2017-02-26
13
-338
/
+306
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Deprecate `supports_migrations?` on connection adapters
Ryuta Kamizono
2017-02-27
13
-338
/
+306
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
/
|
|
|
|
|
|
Refactor connection_pool_test
Kir Shatrov
2017-02-26
1
-1
/
+4
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
[ci skip] Add CHANGELOG entry for #28183
Andrew White
2017-02-26
1
-0
/
+4
*
|
|
|
|
|
|
Merge pull request #28183 from eugeneius/having_select_column
Andrew White
2017-02-26
2
-1
/
+3
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Include selects in group query with having clause
Eugene Kenny
2017-02-26
2
-1
/
+3
[next]