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
/
lib
/
active_record
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid extra scoping when using `Relation#update`
Ryuta Kamizono
2018-07-31
2
-3
/
+5
*
MySQL: Raise ActiveRecord::InvalidForeignKey for foreign-key constraint viola...
George Claghorn
2018-07-30
2
-2
/
+4
*
Extract `Relation#bind_attribute` for internal use
Ryuta Kamizono
2018-07-30
2
-8
/
+11
*
Extract `Relation#update_counters` for internal use
Ryuta Kamizono
2018-07-30
4
-34
/
+27
*
Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into String
Bart de Water
2018-07-28
1
-1
/
+1
*
Fix test failures due to Performance/RegexpMatch correction
Bart de Water
2018-07-28
1
-1
/
+3
*
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
2
-2
/
+2
*
Don't expose configuration for a test.
Kasper Timm Hansen
2018-07-28
1
-21
/
+9
*
Avoid logging ActiveRecord::LogSubscriber as the query source when the source...
lsylvester
2018-07-28
1
-12
/
+9
*
PostgreSQL 10 new relkind for partitioned tables (#31336)
Yannick Schutz
2018-07-27
1
-2
/
+2
*
Merge pull request #32381 from q-centrix/update-codeclimate-configs
Richard Schneeman
2018-07-25
6
-18
/
+6
|
\
|
*
Turn on performance based cops
Dillon Welch
2018-07-23
6
-18
/
+6
*
|
Normalize time value not to be affected by summer time
Ryuta Kamizono
2018-07-25
1
-0
/
+1
*
|
Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...
Matthew Draper
2018-07-25
2
-7
/
+7
|
\
\
|
*
|
Substitute references to task for command
Alberto Almagro
2018-07-06
1
-1
/
+1
|
*
|
Recommend use of rails over bin/rails
Alberto Almagro
2018-07-06
2
-6
/
+6
*
|
|
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #33415 from orhantoy/feature/docs-consistent-hash-syntax
George Claghorn
2018-07-22
1
-8
/
+8
|
\
\
|
*
|
[ci skip] Use consistent hash syntax in AR docs
Orhan Toy
2018-07-22
1
-8
/
+8
*
|
|
[ci skip] Tidy up formatting of examples
Orhan Toy
2018-07-22
1
-12
/
+3
|
/
/
*
|
don't impose primary key order if limit() is defined
Brian Christian
2018-07-19
1
-1
/
+1
*
|
Avoid extra scoping in delegating to klass methods in the `scope` block
Ryuta Kamizono
2018-07-19
1
-2
/
+2
*
|
Fix `insert_fixtures_set` to be restored original connection flags
Ryuta Kamizono
2018-07-19
2
-29
/
+36
*
|
Revert "Short circuit the scoping delegation for `relation.all`"
Ryuta Kamizono
2018-07-19
1
-1
/
+0
*
|
Merge pull request #33363 from ahorek/transaction_bug
Rafael França
2018-07-18
1
-5
/
+23
|
\
\
|
*
|
use set_server_option if possible
pavel
2018-07-15
1
-5
/
+23
*
|
|
Implement change() to convert to "2001-01-01" first
Sean Prashad
2018-07-17
1
-0
/
+1
|
/
/
*
|
Merge pull request #28327 from rngtng/add-seed-dependency
Rafael França
2018-07-11
1
-1
/
+1
|
\
\
|
*
|
Add missing load config dependency to `rake db:seed`
Tobias Bielohlawek
2018-07-10
1
-1
/
+1
*
|
|
Avoid unneeded expanded column aliases array caching
Ryuta Kamizono
2018-07-10
2
-8
/
+5
|
/
/
*
|
SQLite: Don't leak internal schema objects
Ryuta Kamizono
2018-07-09
2
-4
/
+5
*
|
Fix default value for mysql time types with specified precision
Nikolay Kondratyev
2018-07-04
1
-2
/
+2
|
/
*
Use `construct_join_dependency` in all places
Ryuta Kamizono
2018-07-03
3
-13
/
+6
*
Don't extract `readonly_value` each time
Ryuta Kamizono
2018-07-03
2
-5
/
+7
*
Don't share seen object cache between different join nodes in eager loading
Ryuta Kamizono
2018-07-03
1
-2
/
+2
*
Merge pull request #33242 from brasic/sqlite-readonly
Ryuta Kamizono
2018-07-03
1
-1
/
+3
|
\
|
*
Support readonly option in SQLite3Adapter
Carl Brasic
2018-07-02
1
-1
/
+3
|
/
*
Fix documentation based on feedback
Aaron Patterson
2018-06-26
2
-3
/
+7
*
define attribute methods in `init_from_db`
Aaron Patterson
2018-06-26
1
-0
/
+2
*
Merge branch 'master' into homogeneous-allocation
Aaron Patterson
2018-06-26
3
-7
/
+7
|
\
|
*
Call initialize after allocate
Aaron Patterson
2018-06-26
1
-5
/
+0
|
*
Remove `ActiveSupport::Concern` from `ActiveRecord::Aggregations`
Ryuta Kamizono
2018-06-26
1
-2
/
+0
|
*
Add example for no_touching? in active_record/no_touching for api docs [ci skip]
Michael Munroe
2018-06-25
1
-0
/
+7
*
|
Speed up homogeneous AR lists / reduce allocations
Aaron Patterson
2018-06-25
4
-2
/
+38
|
/
*
Lazily add `Aggregations` to `composed_of` models
Aaron Patterson
2018-06-25
2
-1
/
+5
*
Use `reflection.alias_candidate` in `table_alias_for`
Ryuta Kamizono
2018-06-26
1
-1
/
+1
*
Fix formatting of `primary_key` [ci skip]
yuuji.yaginuma
2018-06-24
1
-2
/
+2
*
Remove all `aliases` passing from `JoinDependency`
Ryuta Kamizono
2018-06-20
1
-2
/
+2
*
Remove useless `aliases` argument from `JoinDependency#construct`
Ryuta Kamizono
2018-06-20
1
-5
/
+5
*
Remove unused `rs` argument from `JoinDependency#construct`
Ryuta Kamizono
2018-06-20
1
-5
/
+5
[next]