aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* s/scoped/scope/Jon Leighton2012-08-011-1/+1
* Add CollectionProxy#scopeJon Leighton2012-08-011-0/+7
* Add `Relation#load`Jon Leighton2012-08-011-0/+8
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-08-015-44/+85
* Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-016-3/+197
* AR::Relation#order: make new order prepend old oneBogdan Gusiev2012-07-314-13/+13
* Remove the deprecation of update_column.Rafael Mendonça França2012-07-301-38/+17
* Merge pull request #7196 from rimidl/fix-incorrect-require-mysql-in-mysql_rak...Aaron Patterson2012-07-291-1/+5
|\
| * fix incorrect usage `require mysql` in the activerecord/test/.../mysql_rake_t...Vladimir Strakhov2012-07-291-1/+5
* | More polite cleanup for sqlite testsBogdan Gusiev2012-07-291-4/+4
|/
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-277-0/+435
* Modity the :json_data_empty attribute from `:null => false` to `:null => true`Yasuo Honda2012-07-281-1/+1
* Merge pull request #6827 from zephyr-dev/masterJosé Valim2012-07-271-0/+44
|\
| * 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