aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* | | indent fix [ci skip]Vijay Dev2012-09-091-1/+1
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-092-2/+2
|\ \ \
| * | | add :nodoc: to AR::Store::IndifferentCoder [ci skip]Francesco Rodriguez2012-09-081-1/+1
| * | | Fix a typoAndreas Loupasakis2012-09-061-1/+1
| * | | Fix indenentation in comment to stop the end of comment from appearing in a <...Anuj Dutta2012-09-031-1/+1
* | | | Merge pull request #7571 from arunagw/warning_removed_shadowingRafael Mendonça França2012-09-091-1/+1
|\ \ \ \
| * | | | removed warning: shadowing outer local variableArun Agrawal2012-09-091-1/+1
| | |/ / | |/| |
* | | | Raise MissingAttributeError on query methodsErnie Miller2012-09-083-1/+8
* | | | improve AR CHANGELOG [ci skip]Francesco Rodriguez2012-09-081-8/+9
* | | | Improve latest AR and AP changelog entriesCarlos Antonio da Silva2012-09-081-1/+4
* | | | Refactor nested attributes limit logic to lookup :limit option only onceCarlos Antonio da Silva2012-09-081-11/+12
* | | | Dump schema using new style hashKonstantin Shabanov2012-09-084-58/+60
|/ / /
* | | Add changelog entry for #7545: map interval with precision to stringCarlos Antonio da Silva2012-09-071-0/+2
* | | Merge pull request #7545 from senny/7518_postgres_type_detectionAaron Patterson2012-09-073-3/+6
|\ \ \
| * | | postgres, map scaled intervals to string datatype (#7518)Yves Senn2012-09-063-3/+6
* | | | Minor refactor in ActiveRecord#initialize_dupCarlos Antonio da Silva2012-09-073-12/+4
* | | | create a transaction object and point AR objects at that object during aAaron Patterson2012-09-074-12/+55
* | | | Fix AR tests due to builder change with nil values / empty stringsCarlos Antonio da Silva2012-09-071-6/+6
* | | | Remove 3.2.x entries from Active Record changelog [ci skip]Carlos Antonio da Silva2012-09-071-100/+0
* | | | Add Changelog entry for #4976: fix eager load associations without pks [ci skip]Carlos Antonio da Silva2012-09-071-0/+2
* | | | Merge pull request #4976 from kreynolds/fix_eager_without_pkeyJon Leighton2012-09-072-1/+9
|\ \ \ \
| * | | | Change JoinPart test from an integration to a unit testKelley Reynolds2012-07-052-13/+8
| * | | | Fix eagerly loading associations without primary keysKelley Reynolds2012-02-092-1/+14
* | | | | Update Active Record CHANGELOG for #7419Prem Sichanugrist2012-09-061-0/+6
* | | | | add mini-validator on creating migrationJan Bernacki2012-09-061-0/+9
| |/ / / |/| | |
* | | | Put the create_table block in a transaction.Rafael Mendonça França2012-09-051-2/+4
* | | | ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-059-4/+135
* | | | Add CHANGELOG entry for #7532 [ci skip]Rafael Mendonça França2012-09-051-0/+10
* | | | 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