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
...
*
Raise when a through association has an ambiguous reflection name
Rafael Mendonça França
2016-12-29
1
-0
/
+4
*
Raises when `ActiveRecord::Migration` is inherited directly.
Rafael Mendonça França
2016-12-29
1
-0
/
+4
*
Remove original_exception from ActiveRecord::StatementInvalid
Rafael Mendonça França
2016-12-29
1
-0
/
+5
*
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
1
-0
/
+6
*
Remove deprecated `name` argument from `#tables`
Rafael Mendonça França
2016-12-29
1
-0
/
+4
*
Remove deprecated support to passing a column to #quote
Rafael Mendonça França
2016-12-29
1
-0
/
+4
*
Set time as a timezone aware type and remove related deprecation
Rafael Mendonça França
2016-12-29
1
-0
/
+5
*
Remove deprecated force reload argument in association readers
Rafael Mendonça França
2016-12-29
1
-0
/
+4
*
Remove deprecated i18n scopes in Active Record
Rafael Mendonça França
2016-12-29
1
-0
/
+5
*
[ci skip] Add changelog for 261e94b.
Kasper Timm Hansen
2016-12-29
1
-0
/
+7
*
Small edits to activerecord/CHANGELOG.md
Jon Moss
2016-12-27
1
-2
/
+2
*
fix QueryCache nil dup
Richard Monette
2016-12-15
1
-0
/
+10
*
Add CHANGELOG entry to #27042
Rafael Mendonça França
2016-12-13
1
-0
/
+4
*
Add a changelog entry for #26687 [ci skip]
Ryuta Kamizono
2016-12-12
1
-0
/
+7
*
Add a changelog entry for #25227 [ci skip]
Ryuta Kamizono
2016-12-10
1
-0
/
+4
*
Add a changelog entry for #25451 [ci skip]
Ryuta Kamizono
2016-12-10
1
-8
/
+13
*
Emulate db trigger behaviour for after_commit :destroy, :update
Stefan Budeanu
2016-12-09
1
-0
/
+8
*
Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodel
Sean Griffin
2016-12-08
1
-0
/
+4
|
\
|
*
Moved database-specific ActiveModel types into ActiveRecord
Iain Beeston
2016-10-14
1
-0
/
+4
*
|
Check whether the current attribute being write is aliased or not before writing
Prathamesh Sonpatki
2016-12-09
1
-1
/
+6
*
|
Check whether the current attribute being read is aliased or not before reading
Prathamesh Sonpatki
2016-12-08
1
-1
/
+8
*
|
Make pg adapter use bigserial for pk by default
Pavel Pravosud
2016-12-05
1
-0
/
+4
*
|
Fix issue number from becoming markdown header
nanaya
2016-12-01
1
-2
/
+2
*
|
Make the second argument to `attribute` optional
Sean Griffin
2016-11-30
1
-0
/
+6
*
|
Fix that unsigned with zerofill is treated as signed
Ryuta Kamizono
2016-11-27
1
-0
/
+6
*
|
fix the uniqueness validation scope with a polymorphic association
Sergey Alekseev
2016-11-26
1
-0
/
+4
*
|
Add test for collection *_ids= setter when association primary key set
Dominic Cleal
2016-11-24
1
-0
/
+4
*
|
Restore RecordNotFound when *_ids= can't find records by ID
Dominic Cleal
2016-11-24
1
-0
/
+5
*
|
For `PostgreSQL >= 9.4` use `gen_random_uuid()`
Yaw Boakye
2016-11-22
1
-0
/
+5
*
|
Introduce `reload_<association>` reader for singular associations.
Yves Senn
2016-11-22
1
-0
/
+14
*
|
changelog entry for fc4c15d [ci skip]
Yves Senn
2016-11-21
1
-0
/
+5
*
|
Merge pull request #26981 from kamipo/should_not_except_order_for_exists
Rafael França
2016-11-17
1
-1
/
+2
|
\
\
|
*
|
Should except `:distinct` rather than `:order` for `exists?`
Ryuta Kamizono
2016-11-09
1
-1
/
+2
*
|
|
Support AC::Parameters for PG HStore
Jon Moss
2016-11-15
1
-0
/
+7
*
|
|
Changelog edits
Vipul A M
2016-11-12
1
-7
/
+7
|
/
/
*
|
Add ActiveRecord::Base.connection_pool.stat
Pavel
2016-11-09
1
-0
/
+9
*
|
Avoid `unscope(:order)` when `limit_value` is presented for `count`
Ryuta Kamizono
2016-11-06
1
-2
/
+11
*
|
fix datatime error
Sen-Zhang
2016-11-01
1
-0
/
+5
*
|
allow ActiveRecord::Core#slice to use array arg
Cohen Carlisle
2016-10-31
1
-0
/
+4
*
|
Merge PR #19759
Arthur Neves
2016-10-28
1
-0
/
+7
|
\
\
|
*
|
Fix for has_and_belongs_to_many & has_many_through associations while partial...
Mehmet Emin İNAÇ
2016-02-13
1
-1
/
+7
*
|
|
Revert "Made ActiveRecord consistently use ActiveRecord::Type (not"
Sean Griffin
2016-10-23
1
-4
/
+0
*
|
|
Fix regression caused due to removal of select method from CollectionAssociation
Prathamesh Sonpatki
2016-10-22
1
-0
/
+5
*
|
|
Added ability update locking_column value
bogdanvlviv
2016-10-21
1
-0
/
+5
*
|
|
Fixed: Optimistic locking does not work well with null in the database
bogdanvlviv
2016-10-21
1
-0
/
+6
|
|
/
|
/
|
*
|
Merge pull request #26208 from nanaya/pg-insensitive-text
Matthew Draper
2016-10-11
1
-0
/
+5
|
\
\
*
|
|
Made ActiveRecord consistently use ActiveRecord::Type (not
Iain Beeston
2016-10-03
1
-0
/
+4
*
|
|
Serialize JSON attribute value nil as SQL NULL, not JSON 'null'
Trung Duc Tran
2016-09-23
1
-0
/
+4
*
|
|
Return true if attribute is not changed for update_attribute
Prathamesh Sonpatki
2016-09-23
1
-0
/
+7
*
|
|
Always store errors details information with symbols
Rafael Mendonça França
2016-09-19
1
-0
/
+15
[prev]
[next]