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
*
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
*
|
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
1
-1
/
+1
*
|
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
1
-3
/
+18
|
\
\
|
|
/
|
/
|
|
*
Fixed setting errors details on autosaved associations
Wojciech Wnętrzak
2015-10-28
1
-3
/
+18
*
|
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
2
-5
/
+23
|
\
\
\
|
*
|
|
Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BY
Ryuta Kamizono
2015-12-23
2
-2
/
+18
|
*
|
|
Avoid `distinct` if a subquery has already materialized
Ryuta Kamizono
2015-12-23
1
-3
/
+5
*
|
|
|
Merge pull request #22803 from kamipo/improve_select_one_in_mysql2_adapter
Rafael França
2015-12-30
1
-27
/
+9
|
\
\
\
\
|
*
|
|
|
Remove outdated comment
Ryuta Kamizono
2015-12-27
1
-28
/
+0
|
*
|
|
|
Improve `select_one` in `Mysql2Adapter`
Ryuta Kamizono
2015-12-27
1
-0
/
+10
*
|
|
|
|
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
1
-13
/
+36
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix `first(limit)` to take advantage of `loaded?` records if available
Ben Woosley
2015-12-24
1
-5
/
+20
|
*
|
|
|
|
Deprecate passing `offset` to `find_nth`
Ben Woosley
2015-12-24
1
-8
/
+16
|
|
|
_
|
/
/
|
|
/
|
|
|
*
/
|
|
|
Fix varbinary with default ''
Ryuta Kamizono
2015-12-24
1
-13
/
+0
|
/
/
/
/
*
|
|
|
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
1
-1
/
+6
*
|
|
|
|
Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc...
Yves Senn
2015-12-21
1
-5
/
+1
*
|
|
|
|
Merge pull request #22486 from methyl/fix-includes-for-groupped-association
Yves Senn
2015-12-21
1
-1
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Pass SQL group by values when including scoped association
Lucjan Suski
2015-12-15
1
-1
/
+5
*
|
|
|
|
|
Remove legacy mysql adapter
Ryuta Kamizono
2015-12-21
5
-11
/
+10
*
|
|
|
|
|
mysql2 adapter instead of mysql [ci skip]
Rajarshi Das
2015-12-20
2
-3
/
+3
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #19423 from yuroyoro/fix_performance_regression_of_preload...
Aaron Patterson
2015-12-18
1
-2
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
Read already loaded association records from association.target
Tomohito Ozaki
2015-04-17
1
-2
/
+7
*
|
|
|
|
|
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
1
-3
/
+16
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Handle specified schemas when removing a Postgres index
Grey Baker
2015-12-18
1
-3
/
+16
*
|
|
|
|
|
|
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
5
-11
/
+11
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #22653 from matthewd/find_array_ordered
Matthew Draper
2015-12-18
1
-0
/
+17
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Implement limit & offset for ourselves
Matthew Draper
2015-12-18
1
-6
/
+19
|
*
|
|
|
|
|
using order_values method instead of relying on ActiveRecord::Relation @value...
Miguel Grazziotin
2015-06-19
1
-2
/
+2
|
*
|
|
|
|
|
WIP: fixing the limit bug and introducing new tests (failing for now) on .fin...
Miguel Grazziotin
2015-06-19
1
-3
/
+5
|
*
|
|
|
|
|
do not change the order of the result if the object was already ordered by th...
Miguel Grazziotin
2015-06-05
1
-0
/
+1
|
*
|
|
|
|
|
[#20338] improving implementation, fixing and adding some more specs
Miguel Grazziotin
2015-06-03
1
-5
/
+2
|
*
|
|
|
|
|
[#20338] WIP: first basic implementation and specs
Miguel Grazziotin
2015-05-29
1
-1
/
+5
*
|
|
|
|
|
|
Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-de...
Matthew Draper
2015-12-18
1
-2
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Do not include column limit in schema.rb if it matches the default
Jean Boussier
2015-07-08
1
-2
/
+2
*
|
|
|
|
|
|
|
Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexes
Matthew Draper
2015-12-18
1
-9
/
+12
|
\
\
\
\
\
\
\
\
[next]