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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `rake db:migrate:status` with subdirectories
Ryuta Kamizono
2017-03-04
2
-24
/
+27
*
Don't share `options` with a reference type column
Ryuta Kamizono
2017-03-04
1
-7
/
+3
*
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 #28220 from kamipo/valid_type_accept_only_supported_types
Rafael França
2017-03-01
1
-4
/
+0
|
\
|
*
`valid_type?` should accept only supported types
Ryuta Kamizono
2017-02-28
1
-4
/
+0
*
|
Merge pull request #25296 from kamipo/use_inspect_for_type_cast_for_schema
Rafael França
2017-02-28
1
-0
/
+4
|
\
\
|
*
|
Use `inspect` in `type_cast_for_schema` for date/time and decimal values
Ryuta Kamizono
2016-12-11
1
-0
/
+4
*
|
|
Merge pull request #28217 from kamipo/create_join_table_respects_reference_ke...
Rafael França
2017-02-28
1
-7
/
+5
|
\
\
\
|
*
|
|
`create_join_table` should respect `references` column type
Ryuta Kamizono
2017-02-28
1
-7
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #28063 from Erol/prioritize-callback-on-action-before-if
Rafael França
2017-02-28
1
-1
/
+1
|
\
\
\
|
*
|
|
Prioritize checking `:on` actions before `:if` for transaction callbacks
Erol Fornoles
2017-02-21
1
-1
/
+1
*
|
|
|
Revert "Dupping a CollectionProxy should dup the load_target"
eileencodes
2017-02-28
1
-4
/
+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
1
-0
/
+4
|
/
/
/
*
|
|
Merge pull request #28188 from kamipo/use_max_identifier_length_for_index_nam...
Andrew White
2017-02-26
2
-6
/
+3
|
\
\
\
|
*
|
|
Use `max_identifier_length` for `index_name_length` in PostgreSQL adapter
Ryuta Kamizono
2017-02-27
2
-6
/
+3
*
|
|
|
Merge pull request #25274 from kamipo/fix_find_nth_with_limit_value
Andrew White
2017-02-26
1
-3
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix `find_nth` with `limit_value`
Ryuta Kamizono
2017-02-26
1
-3
/
+7
*
|
|
|
Deprecate `supports_migrations?` on connection adapters
Ryuta Kamizono
2017-02-27
6
-28
/
+8
*
|
|
|
Merge pull request #28183 from eugeneius/having_select_column
Andrew White
2017-02-26
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Include selects in group query with having clause
Eugene Kenny
2017-02-26
1
-0
/
+1
*
|
|
|
Merge pull request #28176 from kamipo/push_valid_type_up_to_abstract_adapter
Andrew White
2017-02-26
4
-11
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Push `valid_type?` up to abstract adapter
Ryuta Kamizono
2017-02-26
4
-11
/
+3
*
|
|
|
Merge pull request #28177 from kami-zh/remove-duplicated-private
Andrew White
2017-02-26
1
-102
/
+100
|
\
\
\
\
|
*
|
|
|
Remove duplicated private method
kami-zh
2017-02-26
1
-102
/
+100
*
|
|
|
|
Merge pull request #28179 from kamipo/remove_useless_line
Andrew White
2017-02-26
1
-1
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove useless `select_values += select_values`
Ryuta Kamizono
2017-02-26
1
-1
/
+0
|
|
/
/
/
*
|
|
|
Fix typo 'affect' -> 'effect' [ci skip]
Rebecca Skinner
2017-02-26
1
-1
/
+1
*
|
|
|
Fix `change_column` to drop default with `null: false`
Ryuta Kamizono
2017-02-26
3
-5
/
+4
|
/
/
/
*
|
|
Merge pull request #28167 from kirs/deprecate-verify-args
Matthew Draper
2017-02-26
1
-0
/
+3
|
\
\
\
|
*
|
|
Deprecate AbstractAdapter#verify! with arguments
Kir Shatrov
2017-02-25
1
-0
/
+3
*
|
|
|
Suppress `DISTINCT` clause outside aggregate function
Ryuta Kamizono
2017-02-25
1
-2
/
+2
*
|
|
|
Soft-deprecate the top-level HashWithIndifferentAccess class
Robin Dupret
2017-02-25
1
-3
/
+3
*
|
|
|
Improve docs for ActiveRecord::Result. [ci skip]
Trevor Reiff
2017-02-24
1
-1
/
+12
*
|
|
|
Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig...
Rafael França
2017-02-23
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Fix `remove_reference` to multiple foreign keys in the same table
Ryuta Kamizono
2017-02-11
1
-0
/
+1
*
|
|
|
|
Deprecate using `#quoted_id` in quoting
Ryuta Kamizono
2017-02-24
2
-2
/
+3
*
|
|
|
|
Fix type casting AR object to respect the primary key cast type's serialization
Ryuta Kamizono
2017-02-24
1
-2
/
+13
*
|
|
|
|
Fix `wait_timeout` to configurable for mysql2 adapter
Ryuta Kamizono
2017-02-24
1
-2
/
+2
*
|
|
|
|
Preparing for 5.1.0.beta1 release
Rafael Mendonça França
2017-02-23
1
-1
/
+1
*
|
|
|
|
Correctly dump native timestamp types for MySQL
Ryuta Kamizono
2017-02-23
5
-4
/
+21
*
|
|
|
|
Allow 3-level DB configs to group connections by environment
Matthew Draper
2017-02-22
1
-0
/
+9
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #28083 from eileencodes/ensure-test-threads-shared-db-conn
Matthew Draper
2017-02-21
5
-32
/
+60
|
\
\
\
\
|
*
|
|
|
Ensure test threads share a DB connection
eileencodes
2017-02-20
5
-32
/
+60
[next]