aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7532 from al2o3cr/fix_store_bugsRafael Mendonça França2012-09-053-4/+12
|\
| * correctly flag changed attributes in AR::Store, combine multiple calls to sto...Matt Jones2012-09-053-4/+12
* | Merge pull request #7536 from pivotal/fix_pluck_with_reserved_wordsRafael Mendonça França2012-09-055-3/+21
|\ \
| * | Fix pluck when columns/tables are reserved words.Ian Lesperance2012-09-055-3/+21
* | | Merge pull request #7525 from seamusabshere/use-mysql-binary-for-rake-db-stru...Rafael Mendonça França2012-09-052-9/+10
|\ \ \ | |/ / |/| |
| * | Use the 'mysql' binary for 'rake db:structure:load'.Seamus Abshere2012-09-052-9/+10
| |/
* | Merge pull request #7337 from adzap/string_to_dummy_timeRafael Mendonça França2012-09-053-1/+23
|\ \
| * | Update changelog with time column type casting fixAdam Meehan2012-09-051-0/+4
| * | Fix for time type columns with invalid timeAdam Meehan2012-09-052-1/+19
| |/
* | Merge pull request #7447 from etehtsea/postgresql-adapterRafael Mendonça França2012-09-057-988/+1038
|\ \ | |/ |/|
| * Modularize postgresql adapterKonstantin Shabanov2012-09-057-988/+1038
* | test cleanup, remove ruby_type because it's no longer neededYves Senn2012-09-037-16/+5
* | rewrite inheritance tests with a custom inheritance_columnYves Senn2012-09-034-49/+61
* | set the configured #inheritance_column on #become (#7503)Yves Senn2012-09-035-2/+38
|/
* Avoid #fetch for non-nil values.Jon Leighton2012-08-311-1/+2
* Key the attributes hash with symbolsJon Leighton2012-08-314-9/+14
* Cache the connection pool for a given classJon Leighton2012-08-312-20/+37
* One hash is enoughJon Leighton2012-08-312-18/+14
* Refactor connection handlerJon Leighton2012-08-311-22/+14
* Make connection pool retrieval fasterJon Leighton2012-08-313-20/+18
* Merge pull request #7481 from joliss/typoVijay Dev2012-08-301-3/+3
|\
| * Fix grammarJo Liss2012-08-301-3/+3
* | documents after_(commit|rollback)Xavier Noria2012-08-301-0/+18
|/
* Add a test to make sure preloading properly merges association and default sc...Pratik Naik2012-08-283-0/+23
* CHANGELOGs are now per branchXavier Noria2012-08-281-6836/+1
* Merge pull request #7458 from frodsan/fix_orddep_basicsRafael Mendonça França2012-08-281-5/+5
|\
| * fix order dependent test in AR::BasicsTestFrancesco Rodriguez2012-08-271-5/+5
* | ensures that the test repairs the validation setupFrancesco Rodriguez2012-08-271-7/+9
|/
* fix order dependent test in AggregationsTestFrancesco Rodriguez2012-08-261-0/+2
* Add test to ensure that save will raise SerializationTypeMismatch if theRafael Mendonça França2012-08-261-0/+6
* We don't need this reloadRafael Mendonça França2012-08-261-1/+1
* Use the Topic class in the attribute serialized testsRafael Mendonça França2012-08-261-8/+4
* Use teardown hook to return the initial state of the objectRafael Mendonça França2012-08-261-16/+5
* Move the serialized attribute tests to their own fileRafael Mendonça França2012-08-263-207/+214
* Move test to the correct fileRafael Mendonça França2012-08-263-12/+12
* Remove CHANGELOG entry for the update_attribute removal.Rafael Mendonça França2012-08-261-6/+0
* Use verify_readonly_attribute in the update_columns methodRafael Mendonça França2012-08-251-1/+1
* Revert "Remove private verify readonly attr method"Rafael Mendonça França2012-08-251-1/+5
* Revert "Remove update_attribute."Rafael Mendonça França2012-08-254-7/+71
* changelog #7449Mikhail Dieterle2012-08-261-0/+4
* allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes...Mikhail Dieterle2012-08-263-11/+45
* use Hash#fetch to eliminate conditionalAaron Patterson2012-08-241-8/+3
* call methods on AR::Model after ClassMethods module is definedAaron Patterson2012-08-241-1/+2
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-248-583/+3
* ivar will always be defined, so stop checkingAaron Patterson2012-08-231-3/+1
* Model.select takes a variable list of arguments.Isaac Sanders2012-08-232-11/+20
* Update the documentation for the :autosave optionDavid Celis2012-08-231-1/+3
* Merge pull request #6606 from amatsuda/ar_relation_model_methodRafael Mendonça França2012-08-212-0/+6
|\
| * AR::Relation#model would be a better API than AR::Relation#klassAkira Matsuda2012-06-032-0/+6
* | Merge pull request #7225 from rails/eager_loadJosé Valim2012-08-212-0/+12
|\ \