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
*
cast json values on write to be consistent with reading from the db.
Severin Schoepke
2013-10-25
1
-0
/
+15
*
`ActiveRecord::Store` works together with PG `hstore` columns.
Yves Senn
2013-10-25
1
-0
/
+5
*
`stored_attributes` need to be specific to a subclass.
Yves Senn
2013-10-25
1
-0
/
+6
*
Merge pull request #12621 from laurocaetano/fix_has_one_association_with_prim...
Rafael Mendonça França
2013-10-24
1
-0
/
+6
|
\
|
*
Save association when primary key is manually set
laurocaetano
2013-10-24
1
-0
/
+6
*
|
Add CHANGELOG entry for #12635 [ci skip]
Rafael Mendonça França
2013-10-24
1
-0
/
+4
*
|
minor Active Record CHANGELOG cleanup. [ci skip].
Yves Senn
2013-10-22
1
-3
/
+3
*
|
Merge pull request #12588 from jetthoughts/12586_subquery_with_unprepared_sql
Rafael Mendonça França
2013-10-21
1
-2
/
+11
|
\
\
|
*
|
Process sub-query relation's binding values
Paul Nikitochkin
2013-10-20
1
-0
/
+9
*
|
|
Fix loading a sql structure file on postgres when the file's path has whitesp...
Kevin Mook
2013-10-21
1
-0
/
+5
*
|
|
Allow unscope to work with `where.not`
Eric Hankins
2013-10-21
1
-0
/
+8
*
|
|
Raise an exception when model without primary key calls .find_with_ids
Shimpei Makimoto
2013-10-21
1
-0
/
+4
|
|
/
|
/
|
*
|
In Relation#empty? use #exists? instead of #count.
Szymon Nowak
2013-10-19
1
-0
/
+4
|
/
*
Convert Fixnum into String the port number in MySQL
Kenta Okamoto
2013-10-18
1
-0
/
+4
*
Fix code blocks identation on AR and AS CHANGELOGs
Lucas Mazza
2013-10-16
1
-6
/
+6
*
Merge pull request #12547 from derekprior/dp-fix-null-relation-pluck
Rafael Mendonça França
2013-10-15
1
-0
/
+7
|
\
|
*
Pluck on NullRelation accepts a list of columns
Derek Prior
2013-10-15
1
-0
/
+7
*
|
grammar fix (reverted in e9a1ecd)
Vijay Dev
2013-10-15
1
-1
/
+1
|
/
*
scope_chain should not be mutated for other reflections
Neeraj Singh
2013-10-14
1
-0
/
+13
*
Merge pull request #9499 from dmitry/inverse_instance_should_not_be_reloaded_...
Rafael Mendonça França
2013-10-14
1
-0
/
+6
|
\
|
*
Add a note to the changelog for #9499
Dmitry Polushkin
2013-10-13
1
-0
/
+6
*
|
cleanup changelog entry format. [ci skip]
Yves Senn
2013-10-14
1
-2
/
+4
|
/
*
Merge pull request #12508 from jetthoughts/12415_generate_subqueries_for_rela...
Rafael Mendonça França
2013-10-13
1
-0
/
+17
|
\
|
*
Generate subquery for Relation passed as array condition for where
Paul Nikitochkin
2013-10-13
1
-0
/
+17
*
|
Merge pull request #12511 from jetthoughts/informative_raise_message_for_inco...
Rafael Mendonça França
2013-10-13
1
-0
/
+6
|
\
\
|
*
|
Make missed association exception message more informative
Paul Nikitochkin
2013-10-13
1
-0
/
+6
|
|
/
*
/
Fixes #11773 when using includes combined with select, the select statement w...
Edo Balvers
2013-10-08
1
-0
/
+6
|
/
*
`intiantiated` => `instantiated` [ci-skip]
Vipul A M
2013-10-03
1
-1
/
+1
*
add a note to the changelog
Aaron Patterson
2013-10-02
1
-0
/
+3
*
unify `Fixes` notes in AR changelog. [ci skip].
Yves Senn
2013-10-02
1
-7
/
+7
*
change the savepoint interface to allow passing the name.
Yves Senn
2013-09-30
1
-0
/
+5
*
Make `.next_migration_number` reusable for third party AR generators.
Yves Senn
2013-09-30
1
-0
/
+4
*
Removed where_values_hash from AR::NullRelation
Paul Nikitochkin
2013-09-28
1
-0
/
+7
*
changelog entry
Arthur Neves
2013-09-25
1
-0
/
+6
*
update changelog for #12359
Arthur Neves
2013-09-25
1
-1
/
+5
*
ActiveRecord::ConnectionAdapters::Column.string_to_time method respects strin...
kennyj
2013-09-25
1
-0
/
+7
*
Merge pull request #9860 from wangjohn/update_attributes_throws_error_with_nil
Rafael Mendonça França
2013-09-24
1
-0
/
+10
|
\
|
*
Raising an error when nil or non-hash is passed to update_attributes.
wangjohn
2013-06-25
1
-0
/
+10
*
|
Deprecate unused quoted_locking_column method.
kennyj
2013-09-24
1
-0
/
+4
*
|
Merge pull request #11382 from kennyj/fix_10751-2
Rafael Mendonça França
2013-09-22
1
-0
/
+6
|
\
\
|
*
|
Migration dump UUID default functions to schema.rb. Fixes #10751.
kennyj
2013-07-10
1
-0
/
+5
*
|
|
Give the credits [ci skip]
Rafael Mendonça França
2013-09-22
1
-0
/
+2
*
|
|
Merge pull request #10500 from kennyj/fix_10450
Rafael Mendonça França
2013-09-22
1
-0
/
+7
|
\
\
\
|
*
|
|
Fixed a bug in when using has_many association with :inverse_of option and U...
kennyj
2013-05-08
1
-0
/
+5
*
|
|
|
ActiveRecord::Base#<=> has been removed. Primary keys may not be in order,
Aaron Patterson
2013-09-18
1
-0
/
+10
*
|
|
|
Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scope
Rafael Mendonça França
2013-09-16
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
Collapse where constraints to one where constraint
Paul Nikitochkin
2013-09-13
1
-0
/
+8
*
|
|
|
|
Merge pull request #12129 from Empact/deprecate-array-bang-delegation
Rafael Mendonça França
2013-09-12
1
-0
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Deprecate the delegation of Array bang methods in ActiveRecord::Delegation
Ben Woosley
2013-09-04
1
-0
/
+6
*
|
|
|
|
|
Merge pull request #12137 from lann/fix_association_first_last
Rafael Mendonça França
2013-09-12
1
-0
/
+5
|
\
\
\
\
\
\
[next]