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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow `Relation#or` to accept a relation with different `references`
Sean Griffin
2017-07-25
1
-0
/
+7
*
Stop creating ApplicationRecord on model generation
Lisa Ugray
2017-07-24
1
-0
/
+5
*
Fix `COUNT(DISTINCT ...)` with `ORDER BY` and `LIMIT`
Ryuta Kamizono
2017-07-22
1
-0
/
+4
*
Match destroyed_by_association for has_one to has_many
Lisa Ugray
2017-07-21
1
-0
/
+6
*
Merge branch 'master' into fix_unscope_where_column_with_or
Sean Griffin
2017-07-18
1
-0
/
+12
|
\
|
*
Allow multiparameter assigned attributes to be used with `text_field`
Sean Griffin
2017-07-17
1
-0
/
+5
|
*
Post.joins(:users) should not be affected by `User.current_scope`
Sean Griffin
2017-07-17
1
-0
/
+7
*
|
Bugfix: unscope(where: [columns]) would not remove the correct binds sometimes
Maxime Lapointe
2017-07-13
1
-0
/
+15
|
/
*
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
1
-0
/
+11
*
Add backticks [ci skip]
Ryuta Kamizono
2017-07-09
1
-2
/
+2
*
Merge pull request #28867 from eugeneius/skip_query_cache_in_batches
Matthew Draper
2017-07-09
1
-0
/
+8
|
\
*
|
Fix changelog wording as suggested.
Dennis Taylor
2017-07-07
1
-2
/
+2
*
|
Don't translate non-database exceptions.
Dennis Taylor
2017-07-05
1
-0
/
+5
|
/
*
Fix eager loading association with scope including joins
Ryuta Kamizono
2017-07-04
1
-0
/
+6
*
Add backticks [ci skip]
Ryuta Kamizono
2017-07-03
1
-2
/
+2
*
Apply record state based on parent transaction state
eileencodes
2017-07-01
1
-0
/
+10
*
Deprecate and replace `set_state` method
eileencodes
2017-07-01
1
-0
/
+8
*
Deprecate delegating to `arel` in `Relation`
Ryuta Kamizono
2017-06-29
1
-0
/
+4
*
Merge pull request #29601 from kamipo/fix_eager_loading_to_respect_store_full...
Rafael Mendonça França
2017-06-28
1
-0
/
+4
|
\
|
*
Fix eager loading to respect `store_full_sti_class` setting
Ryuta Kamizono
2017-06-29
1
-0
/
+4
*
|
Enable query cache if set a configurations
Tsukasa OISHI
2017-06-29
1
-0
/
+5
|
/
*
ActiveRecord: do not create "has many through" records that have been removed
Tobias Kraze
2017-06-28
1
-0
/
+7
*
Keep INNER JOIN when merging relations
Maxime Lapointe
2017-06-20
1
-0
/
+16
*
Fix ActiveRecord::Persistence#touch with locking
bogdanvlviv
2017-06-21
1
-0
/
+5
*
Fix destroy with locking_column value null
bogdanvlviv
2017-06-20
1
-0
/
+5
*
Use bulk INSERT to insert fixtures
Kir Shatrov
2017-06-20
1
-0
/
+4
*
Prevent making bind param if casted value is nil
Ryuta Kamizono
2017-05-31
1
-0
/
+4
*
Deprecate passing arguments and block at the same time to `count` and `sum` i...
Ryuta Kamizono
2017-05-29
1
-0
/
+4
*
Add a Monitor to ModelSchema#load_schema
Matthew Draper
2017-05-25
1
-0
/
+6
*
Cleanup CHANGELOGs [ci skip]
Ryuta Kamizono
2017-05-19
1
-7
/
+7
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-0
/
+9
*
Changelog entry [ci-skip]
Guillermo Iguaran
2017-05-15
1
-0
/
+4
*
Add type caster to `RuntimeReflection#alias_name`
Jon Moss
2017-05-02
1
-0
/
+6
*
Deprecate `supports_statement_cache?`
Ryuta Kamizono
2017-05-01
1
-0
/
+4
*
Cleanup CHANGELOGs [ci skip]
Ryuta Kamizono
2017-04-30
1
-1
/
+1
*
Merge pull request #28681 from runephilosof/fix-mysql-grant
Rafael Mendonça França
2017-04-20
1
-0
/
+4
|
\
|
*
Fix quoting in db:create grant all statement.
Rune Schjellerup Philosof
2017-04-20
1
-0
/
+4
*
|
Add additional raise UnknownMigrationVersionError
bogdanvlviv
2017-04-19
1
-0
/
+5
*
|
Fix `bin/rails db:forward` first migration
bogdanvlviv
2017-04-19
1
-0
/
+4
*
|
Support Descending Indexes for MySQL
Ryuta Kamizono
2017-04-16
1
-0
/
+7
*
|
Fix inconsistency with changed attributes when overriding AR attribute reader
bogdanvlviv
2017-04-12
1
-0
/
+4
*
|
Passing in no arguments to the dynamic fixture accessor method returns all fi...
Kevin McPhillips
2017-04-07
1
-0
/
+6
|
/
*
Remove CHANGELOG.md entry that appears in 5-1-stable
Jon Moss
2017-04-01
1
-9
/
+0
*
Load only needed records on ActiveRecord::Relation#inspect
Hendy Tanata
2017-03-28
1
-0
/
+9
*
Start Rails 5.2 development
Matthew Draper
2017-03-22
1
-771
/
+1
*
Fix changelog entry about transaction error classes [ci skip]
yuuji.yaginuma
2017-03-20
1
-1
/
+1
*
Merge pull request #28154 from aripollak/remove-comments-from-structure-sql
Rafael Mendonça França
2017-03-17
1
-0
/
+7
|
\
|
*
Drop comments from structure.sql in postgresql
Ari Pollak
2017-02-24
1
-0
/
+7
*
|
Merge pull request #28318 from bogdanvlviv/remove-ability-update-locking_colu...
Rafael França
2017-03-17
1
-5
/
+0
|
\
\
|
*
|
Remove ability update locking_column value
bogdanvlviv
2017-03-16
1
-5
/
+0
[prev]
[next]