aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | AR has a subclass of AM:PresenceValidator.Brent Wheeldon & Nick Monje2012-07-201-0/+44
* | | | Deprecate Relation#all.Jon Leighton2012-07-272-5/+5
* | | | Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-2737-491/+492
* | | | ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-2728-305/+313
* | | | Modify the preference attribute from `:null => false` to `:null => true`Yasuo Honda2012-07-271-1/+1
* | | | Refactor ActiveRecord::Inheritance.base_class logicbeerlington2012-07-262-12/+30
* | | | Merge pull request #6654 from stevecj/postgresql-auto-reconnect-2Aaron Patterson2012-07-252-0/+74
|\ \ \ \
| * | | | 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-162-0/+74
* | | | | Use string datatype for the setting attributeYasuo Honda2012-07-261-1/+1
* | | | | 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
* | | | | This pull requests addresses ORA-01400 errors and also supports #6115 issue t...Yasuo Honda2012-07-251-1/+1
| |_|/ / |/| | |
* | | | Restore connection_id on error.kennyj2012-07-231-0/+12
* | | | rm unnecessary testJon Leighton2012-07-203-12/+0
* | | | rm redundant testJon Leighton2012-07-202-9/+0
* | | | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-206-197/+3
* | | | Convert association macros to the new syntaxJon Leighton2012-07-2015-134/+135
* | | | 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-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
|\ \ \ \ \