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
/
core.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract a Relation#arel_attribute
Matthew Draper
2016-02-04
1
-1
/
+1
*
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
1
-0
/
+5
*
Skip the STI condition when evaluating a default scope
Matthew Draper
2016-01-12
1
-1
/
+1
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-2
/
+2
*
Merge pull request #20957 from akihiro17/find-by-issue
Sean Griffin
2015-10-20
1
-1
/
+1
|
\
|
*
Don't cache arguments in #find_by if they are an ActiveRecord::Relation
akihiro17
2015-10-06
1
-1
/
+1
*
|
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-3
/
+3
|
/
*
Separate `dup` from `deep_dup` in the attributes hash
Sean Griffin
2015-09-28
1
-2
/
+2
*
Extra caller details added to ActiveRecord::RecordNotFound
Sameer Rahmani
2015-07-21
1
-3
/
+5
*
Revert "Revert "Reduce allocations when running AR callbacks.""
Guo Xiang Tan
2015-07-16
1
-4
/
+4
*
copy-edits the docs of dump_schemas [ci skip]
Xavier Noria
2015-05-06
1
-3
/
+4
*
Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_run
Rafael Mendonça França
2015-04-06
1
-4
/
+4
|
\
|
*
Revert "Reduce allocations when running AR callbacks."
Guo Xiang Tan
2015-03-22
1
-4
/
+4
*
|
Clarify the role of `ActiveRecord::Core.encode_with`
Sean Griffin
2015-03-29
1
-4
/
+8
*
|
[skip ci] Improve `warn_on_records_fetched` documentation
Jon Atack
2015-03-27
1
-4
/
+4
*
|
Add `config.active_record.warn_on_records_fetched_greater_than` option
Jason Nochlin
2015-03-25
1
-0
/
+9
|
/
*
Add config.active_record.dump_schemas.
Ryan Wallace
2015-03-17
1
-0
/
+9
*
Isolate access to .default_scopes in ActiveRecord::Scoping::Default
Ben Woosley
2015-03-12
1
-4
/
+2
*
Attempt to provide backwards compatible YAML deserialization
Sean Griffin
2015-03-10
1
-0
/
+2
*
Revert "mutate the transaction object to reflect state"
Aaron Patterson
2015-03-02
1
-1
/
+1
*
ask the txn for it's state, not a state object
Aaron Patterson
2015-03-02
1
-1
/
+1
*
Move transaction code to transaction module
Arthur Neves
2015-03-01
1
-41
/
+0
*
Remove parent transaction state
Arthur Neves
2015-03-01
1
-4
/
+0
*
remove useless conditional
Aaron Patterson
2015-03-01
1
-1
/
+1
*
Merge pull request #18936 from arthurnn/txn_callbacks
Arthur Nogueira Neves
2015-02-24
1
-1
/
+1
|
\
|
*
Add before_commit
Arthur Neves
2015-02-24
1
-1
/
+1
*
|
Require `belongs_to` by default.
Josef Šimánek
2015-02-21
1
-0
/
+2
*
|
Merge pull request #16989 from Empact/reload-cache-clear
Rafael Mendonça França
2015-02-20
1
-5
/
+0
|
\
\
|
*
|
Isolate access to @associations_cache and @aggregations cache to the Associat...
Ben Woosley
2014-09-28
1
-5
/
+0
*
|
|
Merge pull request #16993 from Empact/simplify-find_by-statement-cache
Rafael Mendonça França
2015-02-20
1
-16
/
+18
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Simplify `find_by_statement_cache` interaction down to a class-level ivar wit...
Ben Woosley
2014-09-22
1
-20
/
+18
|
|
/
*
|
Mark some methods as nodoc
Rafael Mendonça França
2015-02-05
1
-6
/
+6
*
|
Remove special case for symbols at find
Rafael Mendonça França
2015-02-05
1
-2
/
+0
*
|
Fix Issue #15549, unbounded memory growth when saving records that have any a...
Will Bryant
2015-02-01
1
-2
/
+3
*
|
make the private methods private
Aaron Patterson
2015-02-01
1
-2
/
+2
*
|
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
1
-1
/
+1
*
|
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
1
-1
/
+1
*
|
Merge pull request #18474 from notEthan/pretty_print_inspect
Sean Griffin
2015-01-23
1
-0
/
+5
|
\
\
|
*
|
pretty_print will use #inspect if a subclass redefines it
Ethan
2015-01-12
1
-14
/
+18
|
/
/
*
|
Remove support for the protected attributes gem
Carlos Antonio da Silva
2015-01-09
1
-10
/
+2
*
|
Define attribute methods before attempting to populate records
Sean Griffin
2015-01-05
1
-1
/
+1
*
|
Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`
Rafael Mendonça França
2015-01-04
1
-7
/
+0
*
|
Pass a type caster when aliasing tables for joins
Sean Griffin
2014-12-29
1
-4
/
+4
*
|
Extract an explicit type caster class
Sean Griffin
2014-12-29
1
-7
/
+5
*
|
Rely on the injectable type caster for `arel_table`
Sean Griffin
2014-12-29
1
-1
/
+7
*
|
Remove `klass` and `arel_table` as a dependency of `PredicateBuilder`
Sean Griffin
2014-12-26
1
-2
/
+6
*
|
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
1
-1
/
+5
*
|
Don't perform statement caching for `find` when called from a scope
Sean Griffin
2014-12-22
1
-0
/
+1
*
|
docs, bring back `ActiveRecord::Core` methods in the API. [ci skip]
Yves Senn
2014-12-04
1
-1
/
+0
*
|
Stop using `Arel::Table.engine`
Sean Griffin
2014-11-29
1
-1
/
+1
[next]