aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* call the class method to define the callbacksAaron Patterson2013-10-021-1/+1
* Merge branch 'master' into habtmAaron Patterson2013-10-0210-60/+78
|\
| * we can define callbacks without a builder instanceAaron Patterson2013-10-024-9/+9
| * push methods that don't depend on the instance to the classAaron Patterson2013-10-022-6/+6
| * get the name from the reflectionAaron Patterson2013-10-021-1/+1
| * cache the name and options on the stackAaron Patterson2013-10-021-1/+3
| * decouple belongs_to callback definition from the builder instance.Aaron Patterson2013-10-021-4/+4
| * add_before_destroy_callbacks doesn't depend on the instance, so push itAaron Patterson2013-10-022-5/+5
| * valid_options doesn't depend on the instance, so push it to the classAaron Patterson2013-10-024-8/+8
| * use the information on the reflection to determine whether callbacks should b...Aaron Patterson2013-10-021-4/+5
| * association builder is no longer needed for counter cache, so remove itAaron Patterson2013-10-021-7/+6
| * push constructable? on to the reflectionAaron Patterson2013-10-025-18/+22
| * name is on the reflection, so just use the reflectionAaron Patterson2013-10-021-2/+2
| * decouple define_callback from the instanceAaron Patterson2013-10-021-2/+4
| * unify `Fixes` notes in AR changelog. [ci skip].Yves Senn2013-10-021-7/+7
| * improving `reload` doc wording. #12418 [ci skip]Yves Senn2013-10-021-1/+2
| * Update AR reload doc for the case of manually set primary key attribute [ci s...Anatoli Makarevich2013-10-021-2/+11
* | move habtm translation to a builder classAaron Patterson2013-10-022-89/+116
* | get the left and right association names from the join modelAaron Patterson2013-10-021-8/+17
* | define the join model without using closures on the methodsAaron Patterson2013-10-021-18/+31
* | decouple the HABTM builderAaron Patterson2013-10-011-2/+31
* | only pass options to the habtm builderAaron Patterson2013-10-011-1/+1
* | Squashed commit of the following:Aaron Patterson2013-10-017-19/+109
|/
* extract adapter savepoint implementations into `abstract/savepoints.rb`.Yves Senn2013-09-306-46/+27
* change the savepoint interface to allow passing the name.Yves Senn2013-09-306-21/+56
* Make `.next_migration_number` reusable for third party AR generators.Yves Senn2013-09-303-8/+24
* fix `test_sqlite3_mem` test run.Yves Senn2013-09-301-0/+1
* Merge pull request #12383 from marclennox/masterRafael Mendonça França2013-09-292-2/+11
|\
| * Fixed issue #12327Marc Lennox2013-09-272-2/+11
* | Merge pull request #12398 from thedarkone/thread-safety-stuffRafael Mendonça França2013-09-281-12/+8
|\ \
| * | Use TS::Cache instead of Mutex + Hash.thedarkone2013-09-281-12/+8
* | | Merge pull request #11496 from jetthoughts/11376_has_many_assoc_respect_scope...Rafael Mendonça França2013-09-284-4/+34
|\ \ \
| * | | Removed where_values_hash from AR::NullRelationPaul Nikitochkin2013-09-284-4/+34
| |/ /
* | | Merge pull request #12396 from arthurnn/cleanup_logsubsRafael Mendonça França2013-09-281-11/+2
|\ \ \
| * | | Cleanup identitymap logger from LogSubscriberArthur Neves2013-09-281-11/+2
| | |/ | |/|
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-09-281-1/+1
|\ \ \ | |_|/ |/| |
| * | `skiping` => `skipping`Vipul A M2013-09-171-1/+1
* | | adding a test to demonstrate how to use STI subclasses on the far rightAaron Patterson2013-09-273-0/+10
| |/ |/|
* | changelog entryArthur Neves2013-09-251-0/+6
* | fix .find when inverse is setArthur Neves2013-09-252-5/+16
* | Merge pull request #12359 from arthurnn/inverse_on_callbacksRafael Mendonça França2013-09-254-2/+18
|\ \
| * | update changelog for #12359Arthur Neves2013-09-251-1/+5
| * | Make sure inverse_of is visible on the has_many callbacksArthur Neves2013-09-253-1/+13
* | | Merge branch 'master' into preloadAaron Patterson2013-09-2518-61/+195
|\| |
| * | Merge pull request #12290 from kennyj/fix_12278Andrew White2013-09-243-3/+28
| |\ \
| | * | ActiveRecord::ConnectionAdapters::Column.string_to_time method respects strin...kennyj2013-09-253-3/+28
| * | | Add regression test to #12343Rafael Mendonça França2013-09-241-0/+5
| * | | assign_attributes should return if argument is blank.wangjohn2013-09-241-0/+1
| |/ /
| * | Merge pull request #9860 from wangjohn/update_attributes_throws_error_with_nilRafael Mendonça França2013-09-244-6/+25
| |\ \
| | * | Raising an error when nil or non-hash is passed to update_attributes.wangjohn2013-06-254-6/+25