| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix only-once stub logic. | Steve Jorgensen | 2012-08-08 | 1 | -1/+1 |
* | Fix just-plain-wrongness of psql auto-reconnect test. | Steve Jorgensen | 2012-08-07 | 1 | -8/+9 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 3 | -5/+5 |
* | Make ActiveRecord::Model::DeprecationProxy work better | Jon Leighton | 2012-08-03 | 1 | -3/+23 |
* | Remove ActiveRecord::Base.to_a | Jon Leighton | 2012-08-03 | 15 | -60/+52 |
* | Allow Relation#merge to take a proc. | Jon Leighton | 2012-08-03 | 1 | -0/+4 |
* | load active_support/deprecation in active_support/rails | Xavier Noria | 2012-08-02 | 2 | -2/+1 |
* | load active_support/core_ext/object/inclusion in active_support/rails | Xavier Noria | 2012-08-02 | 4 | -4/+0 |
* | Do not consider the numeric attribute as changed if the old value is | Rafael Mendonça França | 2012-08-02 | 1 | -1/+14 |
* | s/scoped/scope/ | Jon Leighton | 2012-08-01 | 1 | -1/+1 |
* | Add CollectionProxy#scope | Jon Leighton | 2012-08-01 | 1 | -0/+7 |
* | Add `Relation#load` | Jon Leighton | 2012-08-01 | 1 | -0/+8 |
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-08-01 | 5 | -44/+85 |
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 6 | -3/+197 |
* | AR::Relation#order: make new order prepend old one | Bogdan Gusiev | 2012-07-31 | 4 | -13/+13 |
* | Remove the deprecation of update_column. | Rafael Mendonça França | 2012-07-30 | 1 | -38/+17 |
* | Merge pull request #7196 from rimidl/fix-incorrect-require-mysql-in-mysql_rak... | Aaron Patterson | 2012-07-29 | 1 | -1/+5 |
|\ |
|
| * | fix incorrect usage `require mysql` in the activerecord/test/.../mysql_rake_t... | Vladimir Strakhov | 2012-07-29 | 1 | -1/+5 |
* | | More polite cleanup for sqlite tests | Bogdan Gusiev | 2012-07-29 | 1 | -4/+4 |
|/ |
|
* | Revert "Removing composed_of from ActiveRecord." | Rafael Mendonça França | 2012-07-27 | 7 | -0/+435 |
* | Modity the :json_data_empty attribute from `:null => false` to `:null => true` | Yasuo Honda | 2012-07-28 | 1 | -1/+1 |
* | Merge pull request #6827 from zephyr-dev/master | José Valim | 2012-07-27 | 1 | -0/+44 |
|\ |
|
| * | AR has a subclass of AM:PresenceValidator. | Brent Wheeldon & Nick Monje | 2012-07-20 | 1 | -0/+44 |
* | | Deprecate Relation#all. | Jon Leighton | 2012-07-27 | 2 | -5/+5 |
* | | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 37 | -491/+492 |
* | | ActiveRecord::Base.all returns a Relation. | Jon Leighton | 2012-07-27 | 28 | -305/+313 |
* | | Modify the preference attribute from `:null => false` to `:null => true` | Yasuo Honda | 2012-07-27 | 1 | -1/+1 |
* | | Refactor ActiveRecord::Inheritance.base_class logic | beerlington | 2012-07-26 | 2 | -12/+30 |
* | | Merge pull request #6654 from stevecj/postgresql-auto-reconnect-2 | Aaron Patterson | 2012-07-25 | 2 | -0/+74 |
|\ \ |
|
| * | | Stop being silly with formatting of method aliasing. | Steve Jorgensen | 2012-07-16 | 1 | -3/+3 |
| * | | Simulated & actual (manual/skipped) PostgreSQL auto-reconnection tests. | Steve Jorgensen | 2012-07-16 | 2 | -0/+74 |
* | | | Use string datatype for the setting attribute | Yasuo Honda | 2012-07-26 | 1 | -1/+1 |
* | | | Deprecate update_column in favor of update_columns. | Rafael Mendonça França | 2012-07-24 | 12 | -43/+64 |
* | | | Use update_columns to implemente the update_column | Rafael Mendonça França | 2012-07-24 | 1 | -2/+36 |
* | | | New #update_columns method. | Sebastian Martinez | 2012-07-24 | 1 | -0/+57 |
* | | | This pull requests addresses ORA-01400 errors and also supports #6115 issue t... | Yasuo Honda | 2012-07-25 | 1 | -1/+1 |
* | | | Restore connection_id on error. | kennyj | 2012-07-23 | 1 | -0/+12 |
* | | | rm unnecessary test | Jon Leighton | 2012-07-20 | 3 | -12/+0 |
* | | | rm redundant test | Jon Leighton | 2012-07-20 | 2 | -9/+0 |
* | | | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 6 | -197/+3 |
* | | | Convert association macros to the new syntax | Jon Leighton | 2012-07-20 | 15 | -134/+135 |
* | | | Merge pull request #7078 from kennyj/logging_query_plan | Rafael Mendonça França | 2012-07-19 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | Log query plan when we use count_by_sql method. | kennyj | 2012-07-18 | 1 | -0/+10 |
* | | | | revert Default timestamps to non-null | Dave Kroondyk | 2012-07-18 | 2 | -6/+6 |
* | | | | Merge pull request #7028 from lexmag/join_table_indexes | José Valim | 2012-07-18 | 1 | -3/+17 |
|\ \ \ \ |
|
| * | | | | Add join table migration generator | Aleksey Magusev | 2012-07-18 | 1 | -3/+17 |
* | | | | | AR::Integration must be included after AM::Conversion | John Firebaugh | 2012-07-17 | 1 | -0/+6 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #7076 from kennyj/fix_class_eval | Aaron Patterson | 2012-07-17 | 2 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Fix class_eval without __FILE__ and __LINE__. | kennyj | 2012-07-18 | 2 | -3/+3 |
| | |/ /
| |/| | |
|
* / | | | Fixes "Cannot visit ..." with validates_uniqueness_of | beerlington | 2012-07-17 | 1 | -0/+16 |
|/ / / |
|