aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-221-4/+4
* | Clarify the role of `ActiveRecord::Core.encode_with`Sean Griffin2015-03-291-4/+8
* | [skip ci] Improve `warn_on_records_fetched` documentationJon Atack2015-03-271-4/+4
* | Add `config.active_record.warn_on_records_fetched_greater_than` optionJason Nochlin2015-03-251-0/+9
|/
* Add config.active_record.dump_schemas.Ryan Wallace2015-03-171-0/+9
* Isolate access to .default_scopes in ActiveRecord::Scoping::DefaultBen Woosley2015-03-121-4/+2
* Attempt to provide backwards compatible YAML deserializationSean Griffin2015-03-101-0/+2
* Revert "mutate the transaction object to reflect state"Aaron Patterson2015-03-021-1/+1
* ask the txn for it's state, not a state objectAaron Patterson2015-03-021-1/+1
* Move transaction code to transaction moduleArthur Neves2015-03-011-41/+0
* Remove parent transaction stateArthur Neves2015-03-011-4/+0
* remove useless conditionalAaron Patterson2015-03-011-1/+1
* Merge pull request #18936 from arthurnn/txn_callbacksArthur Nogueira Neves2015-02-241-1/+1
|\
| * Add before_commitArthur Neves2015-02-241-1/+1
* | Require `belongs_to` by default.Josef Šimánek2015-02-211-0/+2
* | Merge pull request #16989 from Empact/reload-cache-clearRafael Mendonça França2015-02-201-5/+0
|\ \
| * | Isolate access to @associations_cache and @aggregations cache to the Associat...Ben Woosley2014-09-281-5/+0
* | | Merge pull request #16993 from Empact/simplify-find_by-statement-cacheRafael Mendonça França2015-02-201-16/+18
|\ \ \ | |_|/ |/| |
| * | Simplify `find_by_statement_cache` interaction down to a class-level ivar wit...Ben Woosley2014-09-221-20/+18
| |/
* | Mark some methods as nodocRafael Mendonça França2015-02-051-6/+6
* | Remove special case for symbols at findRafael Mendonça França2015-02-051-2/+0
* | Fix Issue #15549, unbounded memory growth when saving records that have any a...Will Bryant2015-02-011-2/+3
* | make the private methods privateAaron Patterson2015-02-011-2/+2
* | Attribute assignment and type casting has nothing to do with columnsSean Griffin2015-01-311-1/+1
* | Remove most type related predicates from `Column`Sean Griffin2015-01-301-1/+1
* | Merge pull request #18474 from notEthan/pretty_print_inspectSean Griffin2015-01-231-0/+5
|\ \
| * | pretty_print will use #inspect if a subclass redefines itEthan2015-01-121-14/+18
|/ /
* | Remove support for the protected attributes gemCarlos Antonio da Silva2015-01-091-10/+2
* | Define attribute methods before attempting to populate recordsSean Griffin2015-01-051-1/+1
* | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`Rafael Mendonça França2015-01-041-7/+0
* | Pass a type caster when aliasing tables for joinsSean Griffin2014-12-291-4/+4
* | Extract an explicit type caster classSean Griffin2014-12-291-7/+5
* | Rely on the injectable type caster for `arel_table`Sean Griffin2014-12-291-1/+7
* | Remove `klass` and `arel_table` as a dependency of `PredicateBuilder`Sean Griffin2014-12-261-2/+6
* | Inject the `PredicateBuilder` into the `Relation` instanceSean Griffin2014-12-261-1/+5
* | Don't perform statement caching for `find` when called from a scopeSean Griffin2014-12-221-0/+1
* | docs, bring back `ActiveRecord::Core` methods in the API. [ci skip]Yves Senn2014-12-041-1/+0
* | Stop using `Arel::Table.engine`Sean Griffin2014-11-291-1/+1
* | Reduce the amount of work performed when instantiating AR modelsSean Griffin2014-11-141-2/+0
* | Treat strings greater than int max value as out of rangeSean Griffin2014-10-311-0/+4
* | Rename `default_attributes` to `_default_attributes`Sean Griffin2014-10-311-1/+1
* | let's warn with heredocsXavier Noria2014-10-281-5/+10
* | Prefix internal method with _Rafael Mendonça França2014-10-251-4/+4
* | Reduce allocations when running AR callbacks.Pete Higgins2014-09-281-4/+4
|/
* Fix find_by with associations not working with adequate recordGodfrey Chan2014-09-201-0/+3
* Quick fix to address the borken build caused by #15791Godfrey Chan2014-09-201-1/+1
* Backwards compat for activerecord-deprecated_findersstopdropandrew2014-09-161-0/+2
* Allow included modules to override association methods.Yves Senn2014-09-091-2/+0
* Skip StatementCache for eager loaded associations (Fixes #16761)Sammy Larbi2014-09-041-0/+1
* Override #find_by! in core to enable AST cachingGodfrey Chan2014-08-251-0/+4