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
*
Merge pull request #27939 from kamipo/fix_select_all_with_legacy_binds
Rafael França
2017-03-20
1
-1
/
+5
|
\
|
*
Fix `select_all` with legacy `binds`
Ryuta Kamizono
2017-02-12
1
-1
/
+5
*
|
Evaluate the default block only when necessary
Ryuta Kamizono
2017-03-20
2
-3
/
+3
*
|
Delegate `uniq` to `records`
Ryuta Kamizono
2017-03-18
1
-1
/
+1
*
|
Merge pull request #28191 from eugeneius/string_assoc_order
Rafael França
2017-03-17
1
-1
/
+6
|
\
\
|
*
|
Allow order to be given expressions as hash keys
Eugene Kenny
2017-02-27
1
-1
/
+6
*
|
|
Merge pull request #28154 from aripollak/remove-comments-from-structure-sql
Rafael Mendonça França
2017-03-17
1
-0
/
+20
|
\
\
\
|
*
|
|
Only remove comments before the first statement
Ari Pollak
2017-02-24
1
-4
/
+9
|
*
|
|
Drop comments from structure.sql in postgresql
Ari Pollak
2017-02-24
1
-0
/
+15
*
|
|
|
uniq was deprecated and removed already
Rafael Mendonça França
2017-03-17
1
-1
/
+1
*
|
|
|
Merge pull request #28318 from bogdanvlviv/remove-ability-update-locking_colu...
Rafael França
2017-03-17
1
-6
/
+2
|
\
\
\
\
|
*
|
|
|
Remove ability update locking_column value
bogdanvlviv
2017-03-16
1
-6
/
+2
*
|
|
|
|
Add :default option to belongs_to (#28453)
George Claghorn
2017-03-17
3
-1
/
+16
|
/
/
/
/
*
|
|
|
Remove unused `@txn` variable
Eugene Kenny
2017-03-15
1
-1
/
+0
*
|
|
|
Revert "Merge pull request #28369 from mylake/reduce-postgresql-adapter-memor...
Matthew Draper
2017-03-14
1
-2
/
+2
*
|
|
|
Merge pull request #28369 from mylake/reduce-postgresql-adapter-memory-bloat
Rafael França
2017-03-13
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Use “distinct” to filter redundant types from pg_typeto reduce memory blo...
mylake
2017-03-10
1
-2
/
+2
*
|
|
|
|
Merge pull request #28068 from kamipo/refactor_data_sources
Rafael França
2017-03-13
7
-201
/
+154
|
\
\
\
\
\
|
*
|
|
|
|
Prefer `USING (column_list)` for joining information_schema
Ryuta Kamizono
2017-02-25
1
-3
/
+1
|
*
|
|
|
|
Extract `data_source_sql` to refactor data source statements
Ryuta Kamizono
2017-02-20
7
-198
/
+153
*
|
|
|
|
|
Merge pull request #28017 from mtsmfm/suppress-dep-warn
Matthew Draper
2017-03-13
3
-0
/
+6
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Suppress deprecation warning `implementing to_yaml is deprecated`
Fumiaki MATSUSHIMA
2017-02-15
3
-0
/
+6
*
|
|
|
|
|
|
Merge pull request #28371 from kamipo/simplify_count
Andrew White
2017-03-12
1
-7
/
+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Simply forward `Calculations#count` to `Enumerable#count`
Ryuta Kamizono
2017-03-10
1
-7
/
+4
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #28372 from kamipo/delegate_as_json
Andrew White
2017-03-12
2
-5
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Simply delegate `as_json` to `records`
Ryuta Kamizono
2017-03-10
2
-5
/
+1
|
|
/
/
/
/
/
/
*
/
/
/
/
/
/
Remove conditions parameter from `NullRelation#delete_all`
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
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Deprecate `Migrator.schema_migrations_table_name`
Ryuta Kamizono
2017-03-09
1
-0
/
+5
*
|
|
|
|
|
|
Fix select with block doesn't return newly built records in has_many association
Ryuta Kamizono
2017-03-09
1
-2
/
+2
|
/
/
/
/
/
/
*
|
|
|
|
|
Check whether `Rails.application` defined before calling it
Andrew White
2017-03-07
1
-1
/
+1
*
|
|
|
|
|
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
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Remove useless `Migrator.schema_migrations_table_name`
Ryuta Kamizono
2017-03-05
2
-7
/
+3
*
|
|
|
|
|
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
1
-5
/
+4
*
|
|
|
|
|
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
|
\
\
\
\
\
\
\
\
[next]