aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Renaming active_record_deprecated_finders to activerecord-deprecated_findersJon Leighton2012-08-172-2/+2
* Merge pull request #7133 from roshats/fix_update_all_with_blank_argumentCarlos Antonio da Silva2012-08-151-0/+4
|\
| * raise ArgumentError if list of attributes to change is empty in update_allRoman Shatsov2012-08-141-0/+4
* | Restore state on create when ActiveRecord::RecordInvalid is raisedDave Yeu2012-08-111-0/+17
* | Use method compilation for association methodsJon Leighton2012-08-107-25/+24
* | Remove the dependent_restrict_raises option.Jon Leighton2012-08-104-72/+44
* | Merge pull request #7286 from kennyj/fix_7191Rafael Mendonça França2012-08-101-0/+13
|\ \
| * | Fix #7191. Remove unnecessary transaction when assigning has_one associations.kennyj2012-08-081-0/+13
* | | Fix only-once stub logic.Steve Jorgensen2012-08-081-1/+1
* | | Fix just-plain-wrongness of psql auto-reconnect test.Steve Jorgensen2012-08-071-8/+9
|/ /
* | removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-063-5/+5
* | Make ActiveRecord::Model::DeprecationProxy work betterJon Leighton2012-08-031-3/+23
* | Remove ActiveRecord::Base.to_aJon Leighton2012-08-0315-60/+52
* | Allow Relation#merge to take a proc.Jon Leighton2012-08-031-0/+4
* | load active_support/deprecation in active_support/railsXavier Noria2012-08-022-2/+1
* | load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-024-4/+0
* | Do not consider the numeric attribute as changed if the old value isRafael Mendonça França2012-08-021-1/+14
* | 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
|\ \ \