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
...
*
Give credit to extra contributor for Base.reload fix
Shane Hender
2015-05-28
1
-2
/
+2
*
Add collation support for string and text columns in SQLite3
Akshay Vishnoi
2015-05-28
1
-0
/
+15
*
Merge pull request #20171 from georgeclaghorn/enums-in-fixtures
Rafael Mendonça França
2015-05-27
1
-0
/
+9
|
\
|
*
Resolve enums in test fixtures
George Claghorn
2015-05-27
1
-0
/
+9
*
|
Merge pull request #19886 from henders/henders/reload_wipe_query_cache
Rafael Mendonça França
2015-05-27
1
-0
/
+4
|
\
\
|
|
/
|
/
|
*
|
Merge pull request #20269 from wojobucco/master
Rafael Mendonça França
2015-05-27
1
-0
/
+4
|
\
\
*
|
|
add `extend` option on `has_and_belongs_to_many`.
keepcosmos
2015-05-26
1
-0
/
+4
*
|
|
deprecate `Relation#uniq` use `Relation#distinct` instead.
Yves Senn
2015-05-26
1
-0
/
+6
|
/
/
*
|
Pass over CHANGELOGS [ci skip]
Prathamesh Sonpatki
2015-05-16
1
-2
/
+3
*
|
Merge branch 'sti-subclass-from-attributes' of https://github.com/agrobbin/ra...
Yves Senn
2015-05-13
1
-0
/
+5
|
\
\
|
*
|
allow setting of a demodulized class name when using STI
Alex Robbin
2015-05-11
1
-0
/
+4
*
|
|
Add full set of MySQL CLI options to support SSL authentication when using db...
Alex Coomans
2015-05-12
1
-0
/
+6
|
/
/
*
|
Merge pull request #19994 from kamipo/dump_indexes_in_create_table
Rafael Mendonça França
2015-05-03
1
-0
/
+7
|
\
\
|
*
|
Dump indexes in `create_table` instead of `add_index`
Ryuta Kamizono
2015-05-03
1
-0
/
+7
*
|
|
Merge pull request #17569 from kamipo/dump_table_options
Rafael Mendonça França
2015-05-03
1
-0
/
+4
|
\
\
\
|
*
|
|
Correctly dump `:options` on `create_table` for MySQL
Ryuta Kamizono
2015-05-03
1
-0
/
+4
|
|
/
/
*
/
/
PostgreSQL: `:collation` support for string and text columns
Ryuta Kamizono
2015-05-04
1
-0
/
+11
|
/
/
*
|
Improvement on Activerecord CHANGELOG
thiagoaugusto
2015-05-01
1
-1
/
+1
*
|
Merge pull request #19546 from DianthuDia/fix_unscope_for_less_than
Yves Senn
2015-04-28
1
-0
/
+4
|
\
\
*
\
\
Merge pull request #19718 from eagletmt/find_by-without-arg
Yves Senn
2015-04-28
1
-0
/
+5
|
\
\
\
*
|
|
|
Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...
Yves Senn
2015-04-27
1
-0
/
+7
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #18880 from mudge/timestamp-index-bug
Rafael Mendonça França
2015-04-23
1
-0
/
+8
|
\
\
\
|
*
|
|
Fix missing index when using timestamps with index
Paul Mucur
2015-04-15
1
-0
/
+12
*
|
|
|
pass over CHANGELOGs. [ci skip]
Yves Senn
2015-04-22
1
-4
/
+6
*
|
|
|
Rename association option :class to :anonymous_class
Andrew White
2015-04-21
1
-0
/
+6
*
|
|
|
Autosave existing records on HMT associations when the parent is new
Sean Griffin
2015-04-18
1
-0
/
+7
|
/
/
/
*
|
|
Revert "Merge pull request #19755 from yuki24/activerecord/support-for-set"
Yves Senn
2015-04-15
1
-4
/
+0
*
|
|
Merge pull request #19755 from yuki24/activerecord/support-for-set
Yves Senn
2015-04-14
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add support for Set to Relation#where
Yuki Nishijima
2015-04-13
1
-0
/
+4
|
/
/
*
|
Merge branch 'fix_uniqueness_validation_when_value_is_out_of_range'
Sean Griffin
2015-04-08
1
-0
/
+5
|
\
\
|
*
|
Fix uniqueness validation with out of range value
Andrey Voronkov
2015-04-08
1
-0
/
+4
|
/
/
*
|
Merge pull request #17574 from kamipo/charset_collation_options
Jeremy Kemper
2015-04-07
1
-0
/
+11
|
\
\
|
*
|
Add `:charset` and `:collation` options support for MySQL string and text col...
Ryuta Kamizono
2015-03-06
1
-0
/
+11
*
|
|
Merge pull request #19652 from vngrs/pluralize_foreign_key_table_name_bug
Yves Senn
2015-04-06
1
-0
/
+7
*
|
|
Reduce memory usage when loading types in PG
Sean Griffin
2015-03-29
1
-0
/
+6
|
|
/
|
/
|
*
|
Add `config.active_record.warn_on_records_fetched_greater_than` option
Jason Nochlin
2015-03-25
1
-0
/
+7
*
|
Merge pull request #19503 from jasoncodes/no-psqlrc
Yves Senn
2015-03-25
1
-0
/
+4
*
|
Merge pull request #19452 from pinglamb/fix-referencing-wrong-alias-when-join...
Carlos Antonio da Silva
2015-03-24
1
-0
/
+7
|
\
\
|
*
|
Fix referencing wrong aliases while joining tables of has many through
pinglamb
2015-03-22
1
-0
/
+7
*
|
|
Make sure to persist a newly-nil serialized value
Matthew Draper
2015-03-23
1
-0
/
+7
*
|
|
Move #19447 changelog to the top and reword it a bit [ci skip]
Carlos Antonio da Silva
2015-03-22
1
-6
/
+8
|
/
/
*
|
Delegate limit to subtype
wallerjake
2015-03-21
1
-0
/
+6
*
|
Merge pull request #19406 from larskanis/add_changelog_entry_for_17680
Yves Senn
2015-03-19
1
-0
/
+7
*
|
Active Record changelog pass [skip ci]
Jon Atack
2015-03-19
1
-35
/
+38
*
|
Merge pull request #19348 from Empact/null-scope
Yves Senn
2015-03-18
1
-0
/
+5
|
\
\
|
*
|
Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres...
Ben Woosley
2015-03-15
1
-0
/
+5
*
|
|
Add config.active_record.dump_schemas.
Ryan Wallace
2015-03-17
1
-0
/
+7
*
|
|
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-0
/
+6
|
/
/
*
/
Require pg~>0.18 to ensure Ruby 2.2 compatibility
Matt Brictson
2015-03-11
1
-0
/
+5
|
/
*
Correctly dump `serial` and `bigserial`
Ryuta Kamizono
2015-03-04
1
-0
/
+4
[prev]
[next]