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
*
Regression test for irregular inflection on has_many
Arthur Neves
2014-04-18
1
-0
/
+6
*
Changed the NullRelation so that when count is called with #group it will pro...
Eric Chahin
2014-04-16
1
-0
/
+6
*
SQL Like escaping helper method. [Rob Gilson & Yves Senn]
Rob Gilson
2014-04-16
1
-0
/
+16
*
Add CHANGELOG entry for #14766 [ci skip]
Rafael Mendonça França
2014-04-15
1
-0
/
+6
*
Merge pull request #14592 from laurocaetano/equality_between_relation_and_col...
Rafael Mendonça França
2014-04-13
1
-0
/
+13
|
\
|
*
The comparison between `Relation` and `CollectionProxy` should be consistent.
Lauro Caetano
2014-04-11
1
-0
/
+13
*
|
Add a changelog entry for #14546 [ci skip]
Robin Dupret
2014-04-13
1
-0
/
+14
|
/
*
New CHANGELOG entries are in to top of file
Rafael Mendonça França
2014-04-11
1
-7
/
+7
*
Merge pull request #14711 from swoker/activerecord_fix_aggregate_methods_with...
Rafael Mendonça França
2014-04-11
1
-0
/
+7
|
\
|
*
Fix error for aggregate methods with select, see issue #13648
Simon Woker
2014-04-10
1
-0
/
+7
*
|
PostgreSQL, warn once per connection per missing OID. Closes #14275.
Yves Senn
2014-04-11
1
-0
/
+6
*
|
PostgreSQL, adapter automatically reloads it's type map. Closes #14678.
Yves Senn
2014-04-11
1
-0
/
+7
*
|
Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548
Rafael Mendonça França
2014-04-10
1
-0
/
+6
|
\
\
|
*
|
Fix insertion of records for hmt association with scope, fix #3548
Ivan Antropov
2013-11-17
1
-0
/
+6
*
|
|
Merge branch 'master' into rm-uuid-fixtures
Rafael Mendonça França
2014-04-10
1
-0
/
+28
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
make enums distinct per class
Evan Whalen
2014-04-07
1
-0
/
+7
|
*
|
Merge pull request #14579 from senny/pg/remove_string_limit
Rafael Mendonça França
2014-04-04
1
-0
/
+6
|
|
\
\
|
|
*
|
PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...
Yves Senn
2014-04-04
1
-0
/
+6
|
*
|
|
Add CHANGELOG entry for #11650 [ci skip]
Rafael Mendonça França
2014-04-04
1
-0
/
+6
|
*
|
|
Merge pull request #14562 from jefflai2/collection_proxy
Rafael Mendonça França
2014-04-04
1
-0
/
+9
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
CollectionProxy uses the arel of its association's scope.
Jefferson Lai
2014-04-02
1
-0
/
+9
*
|
|
|
Merge pull request #12016 from roderickvd/uuid_fixes
Rafael Mendonça França
2014-04-04
1
-0
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Auto-generate stable fixture UUIDs on PostgreSQL.
Roderick van Domburg
2014-01-07
1
-0
/
+10
*
|
|
|
Block a few default Class methods as scope name.
Arthur Neves
2014-04-03
1
-0
/
+8
*
|
|
|
Merge pull request #14572 from laurocaetano/with_options_and_scope
Rafael Mendonça França
2014-04-03
1
-0
/
+6
|
\
\
\
\
|
*
|
|
|
Fix error when using `with_options` with lambda.
Lauro Caetano
2014-04-03
1
-0
/
+6
*
|
|
|
|
Merge pull request #14569 from matthewd/sqlite_relative_deprecated
Rafael Mendonça França
2014-04-03
1
-0
/
+8
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Complete change of `sqlite3:///` path handling
Matthew Draper
2014-04-03
1
-0
/
+8
|
*
|
|
|
Revise 'sqlite3:' URL handling for smoother upgrades
Matthew Draper
2014-04-03
1
-0
/
+17
*
|
|
|
|
Treat blank UUID values as nil
Dmitry Lavrov
2014-04-03
1
-0
/
+8
|
/
/
/
/
*
|
/
/
PostgreSQL, Support for materialized views. [Dave Lee & Yves Senn]
Dave Lee
2014-04-02
1
-0
/
+4
|
|
/
/
|
/
|
|
*
|
|
PostgreSQL, register custom domains. Closes #14305.
Yves Senn
2014-04-01
1
-0
/
+4
*
|
|
PostgreSQL determine `Column#type` through corresponding OID. #7814
Yves Senn
2014-04-01
1
-0
/
+8
*
|
|
fix bug on non empty defaults for pg array columns
Luke Steensen
2014-03-30
1
-0
/
+6
*
|
|
Merge pull request #14469 from tiegz/timestamp_inheritance_fix
Rafael Mendonça França
2014-03-27
1
-0
/
+4
*
|
|
AR .persisted? throws SystemStackError for an unsaved model with a
chrisfinne
2014-03-27
1
-0
/
+7
*
|
|
ActiveRecord/ActiveModel '#validate' alias for 'valid?'
Henrik Nyh
2014-03-27
1
-0
/
+6
*
|
|
Improve CHANGELOG entry
Rafael Mendonça França
2014-03-26
1
-3
/
+5
*
|
|
Fixes bugs for using indexes in CREATE TABLE by adding checks for table exist...
Steve Rice
2014-03-25
1
-0
/
+15
*
|
|
Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects"
Rafael Mendonça França
2014-03-25
1
-6
/
+6
*
|
|
clarify CHANGELOG [ci skip].
Yves Senn
2014-03-25
1
-8
/
+2
*
|
|
Fix Generation of proper migration when
Kuldeep Aggarwal
2014-03-25
1
-0
/
+13
*
|
|
Merge pull request #12955 from joshwilliams/master
Yves Senn
2014-03-20
1
-0
/
+5
|
\
\
\
|
*
|
|
Postgres schema: Constrain sequence search classid
Josh Williams
2014-03-20
1
-0
/
+5
*
|
|
|
Improve touch docs with extra attributes passed in [ci skip]
Carlos Antonio da Silva
2014-03-20
1
-6
/
+3
*
|
|
|
Merge pull request #14423 from yakko/persistence-touches-many
Carlos Antonio da Silva
2014-03-20
1
-0
/
+12
|
\
\
\
\
|
*
|
|
|
ActiveRecord#touch should accept multiple attributes #14423
Thiago Pinto
2014-03-19
1
-0
/
+12
|
|
/
/
/
*
/
/
/
only dump schema information if migration table exists. Closes #14217
Yves Senn
2014-03-20
1
-0
/
+7
|
/
/
/
*
|
|
Reap connections based on owning-thread death
Matthew Draper
2014-03-18
1
-0
/
+8
*
|
|
`where.not` adds `references` for `includes`.
Yves Senn
2014-03-17
1
-0
/
+6
[next]