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
...
*
|
|
|
Remove CHANGELOG entry for PR #28681 [ci skip]
Prathamesh Sonpatki
2017-10-27
1
-4
/
+0
*
|
|
|
Save index order :desc to schema.rb (sqlite). Fixes #30902
Paul Kuruvilla
2017-10-24
1
-0
/
+7
*
|
|
|
Remove deprecated method `#sanitize_conditions`
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Remove deprecated methd `#scope_chain`
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Remove deprecated configuration `.error_on_ignored_order_or_limit`
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Remove deprecated arguments from `#verify!`
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Remove deprecated argument `name` from `#indexes`
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Remove deprecated method `ActiveRecord::Migrator.schema_migrations_table_name`
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Remove deprecated method `supports_primary_key?`
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Remove deprecated method `supports_migrations?`
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Remove deprecated methods `initialize_schema_migrations_table` and `initializ...
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Rase when calling `lock!` in a dirty record
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Remove deprecated support to passing a class to `:class_name` on associations
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Remove deprecated argument `default` from `index_name_exists?`
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Remove deprecated support to `quoted_id` when typecasting an Active Record ob...
Rafael Mendonça França
2017-10-23
1
-0
/
+4
*
|
|
|
Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...
bogdanvlviv
2017-10-15
1
-0
/
+23
*
|
|
|
Fix longer sequence name detection for serial columns (#28339)
Ryuta Kamizono
2017-10-15
1
-0
/
+6
*
|
|
|
MySQL: Don't lose `auto_increment: true` in the `db/schema.rb`
Ryuta Kamizono
2017-10-15
1
-0
/
+6
*
|
|
|
Fix `COUNT(DISTINCT ...)` for `GROUP BY` with `ORDER BY` and `LIMIT`
Ryuta Kamizono
2017-10-14
1
-0
/
+6
*
|
|
|
Cleanup CHANGELOGs [ci skip]
Ryuta Kamizono
2017-10-04
1
-11
/
+11
*
|
|
|
`Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`
Thomas Cannon
2017-09-26
1
-0
/
+20
*
|
|
|
Treat `Set` as an `Array` in `Relation#where`
Sean Griffin
2017-09-26
1
-0
/
+5
*
|
|
|
Use algorithm while removing index with db:rollback
Mehmet Emin İNAÇ
2017-09-21
1
-0
/
+6
*
|
|
|
Update payload names for `sql.active_record` to be more descriptive.
Jeremy Green
2017-09-20
1
-0
/
+7
*
|
|
|
Added CHANGELOG for #30360 [ci skip]
Prathamesh Sonpatki
2017-08-28
1
-0
/
+5
*
|
|
|
Remove deprecated `#migration_keys`
Ryuta Kamizono
2017-08-22
1
-0
/
+4
*
|
|
|
Automatically guess the inverse associations for STI
yui-knk
2017-08-22
1
-0
/
+4
*
|
|
|
Formatting CHANGELOGs [ci skip]
Ryuta Kamizono
2017-08-15
1
-2
/
+2
*
|
|
|
Merge pull request #30169 from awortham/awortham/awortham/fix-sql-distinct-bug
Rafael Mendonça França
2017-08-14
1
-0
/
+6
|
\
\
\
\
|
*
|
|
|
Ensure sum honors distinct on has_many through
Aaron Wortham
2017-08-14
1
-0
/
+6
*
|
|
|
|
Merge pull request #30073 from yalab/fixture_binary_helper
Rafael França
2017-08-14
1
-0
/
+4
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add `binary` helper method to fixtures.
yalab
2017-08-12
1
-0
/
+4
*
|
|
|
|
Lint activerecord/CHANGELOG.md
Jon Moss
2017-08-06
1
-4
/
+4
|
/
/
/
/
*
|
|
|
Add backticks around method [ci skip]
Ryuta Kamizono
2017-08-01
1
-1
/
+1
*
|
|
|
Avoid duplicate clauses when using #or
Maxime Lapointe
2017-07-25
1
-0
/
+4
*
|
|
|
Allow `Relation#or` to accept a relation with different `references`
Sean Griffin
2017-07-25
1
-0
/
+7
*
|
|
|
Stop creating ApplicationRecord on model generation
Lisa Ugray
2017-07-24
1
-0
/
+5
*
|
|
|
Fix `COUNT(DISTINCT ...)` with `ORDER BY` and `LIMIT`
Ryuta Kamizono
2017-07-22
1
-0
/
+4
*
|
|
|
Match destroyed_by_association for has_one to has_many
Lisa Ugray
2017-07-21
1
-0
/
+6
*
|
|
|
Merge branch 'master' into fix_unscope_where_column_with_or
Sean Griffin
2017-07-18
1
-0
/
+12
|
\
\
\
\
|
*
|
|
|
Allow multiparameter assigned attributes to be used with `text_field`
Sean Griffin
2017-07-17
1
-0
/
+5
|
*
|
|
|
Post.joins(:users) should not be affected by `User.current_scope`
Sean Griffin
2017-07-17
1
-0
/
+7
*
|
|
|
|
Bugfix: unscope(where: [columns]) would not remove the correct binds sometimes
Maxime Lapointe
2017-07-13
1
-0
/
+15
|
/
/
/
/
*
|
|
|
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
1
-0
/
+11
*
|
|
|
Add backticks [ci skip]
Ryuta Kamizono
2017-07-09
1
-2
/
+2
*
|
|
|
Merge pull request #28867 from eugeneius/skip_query_cache_in_batches
Matthew Draper
2017-07-09
1
-0
/
+8
|
\
\
\
\
*
|
|
|
|
Fix changelog wording as suggested.
Dennis Taylor
2017-07-07
1
-2
/
+2
*
|
|
|
|
Don't translate non-database exceptions.
Dennis Taylor
2017-07-05
1
-0
/
+5
|
/
/
/
/
*
|
|
|
Fix eager loading association with scope including joins
Ryuta Kamizono
2017-07-04
1
-0
/
+6
*
|
|
|
Add backticks [ci skip]
Ryuta Kamizono
2017-07-03
1
-2
/
+2
[prev]
[next]