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 #22889 from kamipo/remove_fixme_comments
Claudio B
2016-01-02
1
-3
/
+0
|
\
|
*
Remove FIXME comments about the `Arel::Nodes::Quoted` [ci skip]
Ryuta Kamizono
2016-01-03
1
-3
/
+0
*
|
correctly presence check of `application_record.rb` in plugin
yuuji.yaginuma
2016-01-02
1
-1
/
+7
|
/
*
Merge pull request #22877 from kamipo/refactor_case_sensitive_comparison
Rafael França
2016-01-01
4
-20
/
+17
|
\
|
*
Refactor `case_{sensitive|insensitive}_comparison`
Ryuta Kamizono
2016-01-01
4
-20
/
+17
*
|
quoted_id is not public API.
Rafael Mendonça França
2016-01-01
1
-1
/
+1
*
|
Remove unnecessary enable,disable_extension on tests
Fumiaki MATSUSHIMA
2016-01-02
2
-11
/
+0
*
|
Merge pull request #22860 from Timmehs/better-or-example
Claudio B
2016-01-01
1
-2
/
+2
|
\
\
|
*
|
Improve example of #or to use different column values in the where clauses
Tim Sandberg
2015-12-30
1
-2
/
+2
*
|
|
value has the right type here
Santiago Pastorino
2015-12-31
1
-1
/
+1
|
|
/
|
/
|
*
|
Update copyright notices to 2016 [ci skip]
Rashmi Yadav
2015-12-31
2
-3
/
+3
*
|
Merge pull request #22866 from prathamesh-sonpatki/rm-dot-at-the-end-of-command
Rafael França
2015-12-31
1
-2
/
+2
|
\
\
|
*
|
Lets not put fullstop at the end of a migration pending command
Prathamesh Sonpatki
2015-12-31
1
-2
/
+2
|
|
/
*
|
Merge pull request #22105 from morgoth/fix-errors-details-on-autosave-associa...
Rafael França
2015-12-31
2
-3
/
+65
|
\
\
|
|
/
|
/
|
|
*
Fixed setting errors details on autosaved associations
Wojciech Wnętrzak
2015-10-28
2
-3
/
+65
*
|
Merge pull request #22848 from derekprior/dp-postgresql-version
Rafael França
2015-12-30
1
-5
/
+5
|
\
\
|
*
|
Make `postgresql_version` public
Derek Prior
2015-12-30
1
-5
/
+5
*
|
|
Merge pull request #22241 from kamipo/add_columns_for_distinct_for_mysql57
Rafael França
2015-12-30
3
-5
/
+67
|
\
\
\
|
*
|
|
Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BY
Ryuta Kamizono
2015-12-23
3
-2
/
+62
|
*
|
|
Avoid `distinct` if a subquery has already materialized
Ryuta Kamizono
2015-12-23
1
-3
/
+5
*
|
|
|
Merge pull request #22447 from kamipo/fix_test_to_null_agnostic_way
Rafael França
2015-12-30
3
-3
/
+14
|
\
|
|
|
|
*
|
|
Fix `test_find_with_order_on_included_associations_with_construct_finder_sql_...
Ryuta Kamizono
2015-12-19
3
-3
/
+14
*
|
|
|
Merge pull request #22803 from kamipo/improve_select_one_in_mysql2_adapter
Rafael França
2015-12-30
2
-27
/
+15
|
\
\
\
\
|
*
|
|
|
Remove outdated comment
Ryuta Kamizono
2015-12-27
1
-28
/
+0
|
*
|
|
|
Improve `select_one` in `Mysql2Adapter`
Ryuta Kamizono
2015-12-27
2
-0
/
+16
*
|
|
|
|
Merge pull request #22547 from kamipo/fix_create_table_info_cache
Rafael França
2015-12-29
1
-2
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Correctly cache create_table_info
Ryuta Kamizono
2015-12-17
1
-2
/
+6
*
|
|
|
|
|
Merge pull request #22053 from Empact/first-loaded
Yves Senn
2015-12-28
3
-16
/
+72
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix `first(limit)` to take advantage of `loaded?` records if available
Ben Woosley
2015-12-24
3
-8
/
+39
|
*
|
|
|
|
|
Deprecate passing `offset` to `find_nth`
Ben Woosley
2015-12-24
2
-8
/
+21
*
|
|
|
|
|
|
tests, don't connect to mysql when running sqlite3 tests.
Yves Senn
2015-12-28
1
-0
/
+2
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Fix varbinary with default ''
Ryuta Kamizono
2015-12-24
2
-13
/
+10
|
/
/
/
/
/
*
|
|
/
/
Fixes LoggerSilence#silence threadsafety
Carl P. Corliss
2015-12-23
1
-0
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
release notes, extracted notable changes from Active Record CHANGELOG.
Yves Senn
2015-12-23
1
-10
/
+13
*
|
|
|
Merge pull request #22620 from kamipo/join_to_delete_is_same_as_join_to_update
Rafael França
2015-12-22
3
-11
/
+5
|
\
\
\
\
|
*
|
|
|
`join_to_delete` is same as `join_to_update`
Ryuta Kamizono
2015-12-17
3
-11
/
+5
*
|
|
|
|
Add support for passing flags to MySQL2 adapter by array
Stephen Blackstone
2015-12-22
2
-2
/
+14
*
|
|
|
|
Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc...
Yves Senn
2015-12-21
3
-26
/
+1
*
|
|
|
|
No more no changes entries in the CHANGELOGs
Genadi Samokovarov
2015-12-21
1
-3
/
+0
*
|
|
|
|
Merge pull request #22486 from methyl/fix-includes-for-groupped-association
Yves Senn
2015-12-21
3
-1
/
+26
|
\
\
\
\
\
|
*
|
|
|
|
Pass SQL group by values when including scoped association
Lucjan Suski
2015-12-15
3
-1
/
+25
*
|
|
|
|
|
Remove legacy mysql adapter
Ryuta Kamizono
2015-12-21
12
-97
/
+86
*
|
|
|
|
|
mysql2 adapter instead of mysql [ci skip]
Rajarshi Das
2015-12-20
2
-3
/
+3
*
|
|
|
|
|
Remove unused `test/schema/mysql_specific_schema.rb`
Ryuta Kamizono
2015-12-19
1
-62
/
+0
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #19423 from yuroyoro/fix_performance_regression_of_preload...
Aaron Patterson
2015-12-18
2
-2
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
Read already loaded association records from association.target
Tomohito Ozaki
2015-04-17
2
-2
/
+13
*
|
|
|
|
|
Fix typo in CHANGELOG
Jan
2015-12-18
1
-1
/
+1
*
|
|
|
|
|
Add CHANGELOG headers for Rails 5.0.0.beta1
eileencodes
2015-12-18
1
-0
/
+5
*
|
|
|
|
|
Change `alpha` to `beta1` to prep for release of Rails 5
eileencodes
2015-12-18
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #22658 from greysteil/handle-specified-schema-in-index-remove
Matthew Draper
2015-12-19
2
-3
/
+30
|
\
\
\
\
\
\
[next]