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
*
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
*
|
Reduce the amount of work performed when instantiating AR models
Sean Griffin
2014-11-14
1
-2
/
+0
*
|
Treat strings greater than int max value as out of range
Sean Griffin
2014-10-31
1
-0
/
+4
*
|
Rename `default_attributes` to `_default_attributes`
Sean Griffin
2014-10-31
1
-1
/
+1
*
|
let's warn with heredocs
Xavier Noria
2014-10-28
1
-5
/
+10
*
|
Prefix internal method with _
Rafael Mendonça França
2014-10-25
1
-4
/
+4
*
|
Reduce allocations when running AR callbacks.
Pete Higgins
2014-09-28
1
-4
/
+4
|
/
*
Fix find_by with associations not working with adequate record
Godfrey Chan
2014-09-20
1
-0
/
+3
*
Quick fix to address the borken build caused by #15791
Godfrey Chan
2014-09-20
1
-1
/
+1
*
Backwards compat for activerecord-deprecated_finders
stopdropandrew
2014-09-16
1
-0
/
+2
*
Allow included modules to override association methods.
Yves Senn
2014-09-09
1
-2
/
+0
*
Skip StatementCache for eager loaded associations (Fixes #16761)
Sammy Larbi
2014-09-04
1
-0
/
+1
*
Override #find_by! in core to enable AST caching
Godfrey Chan
2014-08-25
1
-0
/
+4
*
Fixed find_by("sql fragment without bindings") on master
Godfrey Chan
2014-08-25
1
-1
/
+1
*
Merge pull request #15718 from chancancode/regression_from_15694
Godfrey Chan
2014-07-16
1
-0
/
+5
|
\
|
*
Fixed a regression introduced in 84cf156
Godfrey Chan
2014-06-14
1
-0
/
+5
*
|
Merge pull request #16015 from sgrif/sg-ensure-initialized
Rafael Mendonça França
2014-07-02
1
-4
/
+1
|
\
\
|
*
|
Move pk initialization logic onto `AttributeSet`
Sean Griffin
2014-07-02
1
-4
/
+1
*
|
|
Don't error when `dup`ing a record with no PK
Sean Griffin
2014-07-02
1
-2
/
+1
|
/
/
*
|
Simplify creation of default attributes on AR instance
Sean Griffin
2014-06-29
1
-6
/
+1
[next]