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
*
Serialized attribute can be serialized in an integer column
Rafael Mendonça França
2012-12-21
1
-2
/
+7
*
Fix Action Mailer changelog indenation to match other changelogs
Carlos Antonio da Silva
2012-12-19
1
-1
/
+1
*
Keep index names when using with sqlite3
Yves Senn
2012-12-19
1
-0
/
+5
*
#5523 Add ability for postgresql adapter to disable user triggers in disable_...
Gary S. Weaver
2012-12-18
1
-0
/
+5
*
Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes:...
Pedro Padron
2012-12-18
1
-0
/
+5
*
AR supporting new intrange data type on PostgreSQL >= 9.2
Alexey
2012-12-16
1
-0
/
+4
*
Convert changelogs to 1.9 hash style and fix some formatting [ci skip]
Carlos Antonio da Silva
2012-12-14
1
-5
/
+5
*
Do not log the binding values for binary columns.
Matthew M. Boedicker
2012-12-14
1
-0
/
+4
*
Fix for has_many_through counter_cache bug
Matthew Robertson
2012-12-14
1
-0
/
+5
*
recognize migrations, in folders containing numbers and 'rb'.
Yves Senn
2012-12-13
1
-0
/
+5
*
Remove changelog entry from #8441 [ci skip]
Carlos Antonio da Silva
2012-12-11
1
-4
/
+0
*
Add CHANGELOG entry for #6376.
Rafael Mendonça França
2012-12-10
1
-0
/
+4
*
Allow users to choose the timestamp format in the cache key
Rafael Mendonça França
2012-12-10
1
-0
/
+7
*
Fix decorating columns for serialized attributes
itzki
2012-12-10
1
-0
/
+4
*
Move to the schema-migrations-metadata branch.
Jeremy Kemper
2012-12-09
1
-16
/
+0
*
Session variables for mysql, mysql2, and postgresql adapters can be set
Aaron Stone
2012-12-08
1
-0
/
+8
*
Update AR Changelog with correct example using includes
Caike Souza
2012-12-08
1
-4
/
+4
*
Rollback where.like and where.not_like
Carlos Antonio da Silva
2012-12-07
1
-3
/
+2
*
Merge pull request #8332 from amatsuda/ar_where_chain
Carlos Antonio da Silva
2012-12-07
1
-0
/
+9
|
\
|
*
Relation.where with no args can be chained with not, like, and not_like
Akira Matsuda
2012-11-30
1
-0
/
+9
*
|
Unscope update_column(s) query to ignore default scope
Carlos Antonio da Silva
2012-12-06
1
-0
/
+26
*
|
Improve AR changelog
Carlos Antonio da Silva
2012-12-06
1
-18
/
+17
*
|
CHANGELOG for 78d5d6f.
Steve Klabnik
2012-12-06
1
-0
/
+3
*
|
Merge branch 'joshsusser-master' into merge
Aaron Patterson
2012-12-05
1
-0
/
+18
|
\
\
|
*
|
Add migration history to schema.rb dump
Josh Susser
2012-12-02
1
-0
/
+11
|
*
|
Add metadata to schema_migrations
Josh Susser
2012-12-01
1
-0
/
+7
*
|
|
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-1
/
+1
*
|
|
Fix #8414. Performance problem with postgresql adapter primary_key function.
kennyj
2012-12-05
1
-0
/
+6
*
|
|
Do not instantiate intermediate AR objects when eager loading.
Yves Senn
2012-12-04
1
-0
/
+6
|
/
/
*
|
Added STI support to init and building associations
Jason Rush
2012-11-29
1
-0
/
+9
*
|
Add CHANGELOG entries for the observes extraction
Rafael Mendonça França
2012-11-29
1
-0
/
+4
*
|
Ensure that associations have a symbol argument.
Steve Klabnik
2012-11-28
1
-0
/
+2
*
|
Use assert_nil instead of assert_equal
Rafael Mendonça França
2012-11-28
1
-1
/
+1
|
/
*
Don't call will_change! for datetime nil->"".
Alisdair McDiarmid
2012-11-25
1
-0
/
+6
*
Fix changelog entry about fast_string_to_time fix
Carlos Antonio da Silva
2012-11-24
1
-2
/
+2
*
Merge pull request #8291 from senny/8265_build_with_polymorphic_association
Rafael Mendonça França
2012-11-22
1
-0
/
+5
|
\
|
*
prevent mass assignment of polymorphic type when using `build`
Yves Senn
2012-11-22
1
-0
/
+5
*
|
Deprecate Relation#sum with a block.
Carlos Antonio da Silva
2012-11-21
1
-0
/
+5
*
|
Revert "Yield only one argument instead of splatting."
Carlos Antonio da Silva
2012-11-21
1
-7
/
+0
|
/
*
Fix postgresql adapter to handle bc timestamps correctly
Bogdan Gusiev
2012-11-21
1
-0
/
+6
*
Postgresql doesn't accepts limits on text columns.
Victor Costan
2012-11-20
1
-0
/
+5
*
Merge pull request #3023 from Tho85/preserve_sti_type
Rafael Mendonça França
2012-11-18
1
-0
/
+7
|
\
|
*
AR::Base.becomes should not change the STI type
Thomas Hollstegge
2012-11-17
1
-0
/
+7
*
|
Add rename_index to change_table.
Jarek Radosz
2012-11-19
1
-0
/
+8
|
/
*
Fix some AR changelog entries [ci skip]
Carlos Antonio da Silva
2012-11-16
1
-6
/
+5
*
`#pluck` can be used on a relation with `select` clause.
Yves Senn
2012-11-12
1
-0
/
+9
*
cleanup, removed whitespace from CHANGELOG
Yves Senn
2012-11-12
1
-1
/
+1
*
Do not create useless database transaction when building `has_one` association.
Bogdan Gusiev
2012-11-10
1
-0
/
+9
*
:counter_cache option for to support custom named counter caches. Closes #7993
Yves Senn
2012-11-04
1
-0
/
+5
*
Deprecate passing a string as third argument of `add_index`
Rafael Mendonça França
2012-11-02
1
-0
/
+7
[next]