aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-2728-305/+313
* Refactor ActiveRecord::Inheritance.base_class logicbeerlington2012-07-262-12/+30
* Merge pull request #6654 from stevecj/postgresql-auto-reconnect-2Aaron Patterson2012-07-251-0/+72
|\
| * Stop being silly with formatting of method aliasing.Steve Jorgensen2012-07-161-3/+3
| * Simulated & actual (manual/skipped) PostgreSQL auto-reconnection tests.Steve Jorgensen2012-07-161-0/+72
* | Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-2412-43/+64
* | Use update_columns to implemente the update_columnRafael Mendonça França2012-07-241-2/+36
* | New #update_columns method.Sebastian Martinez2012-07-241-0/+57
* | Restore connection_id on error.kennyj2012-07-231-0/+12
* | rm unnecessary testJon Leighton2012-07-201-7/+0
* | rm redundant testJon Leighton2012-07-201-7/+0
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-203-173/+2
* | Merge pull request #7078 from kennyj/logging_query_planRafael Mendonça França2012-07-191-0/+10
|\ \
| * | Log query plan when we use count_by_sql method.kennyj2012-07-181-0/+10
* | | revert Default timestamps to non-nullDave Kroondyk2012-07-182-6/+6
* | | Merge pull request #7028 from lexmag/join_table_indexesJosé Valim2012-07-181-3/+17
|\ \ \
| * | | Add join table migration generatorAleksey Magusev2012-07-181-3/+17
* | | | AR::Integration must be included after AM::ConversionJohn Firebaugh2012-07-171-0/+6
| |/ / |/| |
* | | Merge pull request #7076 from kennyj/fix_class_evalAaron Patterson2012-07-172-3/+3
|\ \ \
| * | | Fix class_eval without __FILE__ and __LINE__.kennyj2012-07-182-3/+3
| | |/ | |/|
* / | Fixes "Cannot visit ..." with validates_uniqueness_ofbeerlington2012-07-171-0/+16
|/ /
* | Fix SqlBypass.data_column= problem. SqlBypass.find_by_session_id method didn'...kennyj2012-07-151-0/+14
* | teaching the mysql adapter how to typecast strings returned from the databaseAaron Patterson2012-07-131-2/+2
* | fixing tests to deal with data differences between prepared statements and no...Aaron Patterson2012-07-133-3/+8
* | fix association :extend optionJon Leighton2012-07-132-3/+6
* | stop using class_attribute where methods/inheritance will suffice.Jon Leighton2012-07-131-16/+0
* | Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-132-19/+38
* | fix assertion arguments orderJon Leighton2012-07-131-2/+2
* | Allow associations to take a lambda which builds the scopeJon Leighton2012-07-133-23/+30
* | support relations created with a table aliasJon Leighton2012-07-131-0/+10
* | Add teardown method to AR::Mig::RenameTableTestRobb Kidd2012-07-101-18/+13
* | Merge pull request #6874 from robbkidd/rename_sequences_tooAaron Patterson2012-07-101-0/+13
|\ \ | |/ |/|
| * Update psql adapter to rename a default pkey sequence when renaming a table.Robb Kidd2012-06-271-0/+13
* | Merge pull request #6838 from kennyj/added_registration_taskCarlos Antonio da Silva2012-07-071-0/+16
|\ \
| * | Added a feature to add a database task. e.g. OracleDatabaseTaskskennyj2012-06-241-0/+16
* | | Relation#inspect handles doesn't perform a new query on an already-loaded rel...Jon Leighton2012-07-071-1/+12
* | | Merge pull request #6997 from kennyj/fix_stored_attributesJosé Valim2012-07-072-0/+14
|\ \ \
| * | | Added *instance_writer: false* for stored/serialized attributes.kennyj2012-07-072-0/+14
* | | | Limit the number of records in Relation#inspectDamien Mathieu2012-07-061-0/+5
|/ / /
* | | Merge pull request #6985 from sidonath/disable-query-cache-for-locksRafael Mendonça França2012-07-061-0/+8
|\ \ \
| * | | Disable query cache for lock queriesDamir Zekic2012-07-061-0/+8
* | | | Show the records in Relation#inspectJon Leighton2012-07-061-0/+5
|/ / /
* | | Merge pull request #6927 from parndt/patch-3Carlos Antonio da Silva2012-07-051-1/+1
|\ \ \
| * | | Made ArgumentError messages consistent.Philip Arndt2012-07-061-1/+1
* | | | fix quoting for ActiveSupport::Duration instancesFrancesco Rodriguez2012-07-042-0/+14
* | | | remove duplicate requires of mocha.Aaron Patterson2012-07-031-1/+0
* | | | Refactor references schema definitionsAleksey Magusev2012-07-031-16/+12
* | | | Make references statements reversibleAleksey Magusev2012-07-031-3/+27
* | | | Add references schema statementsAleksey Magusev2012-07-032-1/+112
* | | | Don't mark the store as changed if an attribute isn't changed.kennyj2012-07-031-0/+5
|/ / /