aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-134-23/+32
* | | 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
|/ / /
* | | Use strings for the table namesRafael Mendonça França2012-07-011-1/+1
* | | Unify the collation API for the database adptersRafael Mendonça França2012-07-013-8/+8
* | | Merge pull request #6914 from lexmag/migration_testsRafael Mendonça França2012-07-012-37/+11
|\ \ \
| * | | Refactor migration test_helperAleksey Magusev2012-07-012-37/+11
* | | | Merge pull request #6913 from lexmag/column_exists_optionsCarlos Antonio da Silva2012-06-301-6/+12
|\ \ \ \
| * | | | Add more options to column_exists? methodAleksey Magusev2012-06-301-6/+12
| |/ / /
* | | | Extract collation tasks to database tasks.kennyj2012-07-014-0/+68
* | | | Remove ActiveRelation#inspectBrian Cardarella2012-06-291-1/+1
* | | | Support collate and ctype on the PostgreSQL.kennyj2012-06-293-0/+20
* | | | Remove some aggregation tests related to composed_ofCarlos Antonio da Silva2012-06-282-21/+0
* | | | Move newly added multiparameter tests to base_test fileCarlos Antonio da Silva2012-06-282-35/+36
* | | | Skip test_setting_time_attribute because Oracle databaseYasuo Honda2012-06-281-0/+2
* | | | fix: limit of enum columns of mysqlYamada Masaki2012-06-284-0/+39