| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge pull request #7352 from aripollak/microsecond-timestamp | Rafael Mendonça França | 2012-08-17 | 2 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix occasional microsecond conversion inaccuracy | Ari Pollak | 2012-08-15 | 2 | -1/+2 |
* | | | Renaming active_record_deprecated_finders to activerecord-deprecated_finders | Jon Leighton | 2012-08-17 | 2 | -2/+2 |
|/ / |
|
* | | Merge pull request #7133 from roshats/fix_update_all_with_blank_argument | Carlos Antonio da Silva | 2012-08-15 | 1 | -0/+4 |
|\ \ |
|
| * | | raise ArgumentError if list of attributes to change is empty in update_all | Roman Shatsov | 2012-08-14 | 1 | -0/+4 |
* | | | Restore state on create when ActiveRecord::RecordInvalid is raised | Dave Yeu | 2012-08-11 | 1 | -0/+17 |
* | | | Use method compilation for association methods | Jon Leighton | 2012-08-10 | 7 | -25/+24 |
* | | | Remove the dependent_restrict_raises option. | Jon Leighton | 2012-08-10 | 4 | -72/+44 |
* | | | Merge pull request #7286 from kennyj/fix_7191 | Rafael Mendonça França | 2012-08-10 | 1 | -0/+13 |
|\ \ \ |
|
| * | | | Fix #7191. Remove unnecessary transaction when assigning has_one associations. | kennyj | 2012-08-08 | 1 | -0/+13 |
* | | | | 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 |