| Commit message (Expand) | Author | Age | Files | Lines |
* | ensures that the test repairs the validation setup | Francesco Rodriguez | 2012-08-27 | 1 | -7/+9 |
* | fix order dependent test in AggregationsTest | Francesco Rodriguez | 2012-08-26 | 1 | -0/+2 |
* | Add test to ensure that save will raise SerializationTypeMismatch if the | Rafael Mendonça França | 2012-08-26 | 1 | -0/+6 |
* | We don't need this reload | Rafael Mendonça França | 2012-08-26 | 1 | -1/+1 |
* | Use the Topic class in the attribute serialized tests | Rafael Mendonça França | 2012-08-26 | 1 | -8/+4 |
* | Use teardown hook to return the initial state of the object | Rafael Mendonça França | 2012-08-26 | 1 | -16/+5 |
* | Move the serialized attribute tests to their own file | Rafael Mendonça França | 2012-08-26 | 3 | -207/+214 |
* | Move test to the correct file | Rafael Mendonça França | 2012-08-26 | 3 | -12/+12 |
* | Revert "Remove update_attribute." | Rafael Mendonça França | 2012-08-25 | 2 | -1/+51 |
* | allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes... | Mikhail Dieterle | 2012-08-26 | 1 | -7/+31 |
* | Extract ActiveRecord::SessionStore from Rails | Prem Sichanugrist | 2012-08-24 | 2 | -156/+0 |
* | Model.select takes a variable list of arguments. | Isaac Sanders | 2012-08-23 | 1 | -0/+8 |
* | Merge pull request #6606 from amatsuda/ar_relation_model_method | Rafael Mendonça França | 2012-08-21 | 1 | -0/+5 |
|\ |
|
| * | AR::Relation#model would be a better API than AR::Relation#klass | Akira Matsuda | 2012-06-03 | 1 | -0/+5 |
* | | Use a model without counter cache to test read-only attributes | Rafael Mendonça França | 2012-08-21 | 1 | -9/+10 |
* | | reset_counters() was crashing when there were multiple belongs_to association... | Dave Desrochers | 2012-08-21 | 1 | -1/+10 |
* | | Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode | Yasuo Honda | 2012-08-22 | 2 | -6/+8 |
* | | Use instance_accessor: false instead of instance_writer. | kennyj | 2012-08-21 | 3 | -7/+11 |
* | | Round usec when writing timestamp attribute. | kennyj | 2012-08-21 | 1 | -0/+15 |
* | | removing dead code | Aaron Patterson | 2012-08-20 | 1 | -19/+7 |
* | | define singleton methods rather than adding and removing methods | Aaron Patterson | 2012-08-20 | 1 | -45/+32 |
* | | remove dead code | Aaron Patterson | 2012-08-20 | 1 | -78/+36 |
* | | Fix "last equality wins" logic in relation merge | Ernie Miller | 2012-08-19 | 1 | -4/+7 |
* | | Merge pull request #7377 from brainopia/use_inversed_parent_for_first_and_las... | Carlos Antonio da Silva | 2012-08-18 | 1 | -0/+6 |
|\ \ |
|
| * | | Use inversed parent for first and last child of has_many association | brainopia | 2012-08-18 | 1 | -0/+6 |
* | | | Refactor missing parameter validation based on position | Carlos Antonio da Silva | 2012-08-18 | 1 | -1/+0 |
|/ / |
|
* | | Merge pull request #7380 from ernie/fix-nomethoderror-on-non-attribute-equali... | Aaron Patterson | 2012-08-17 | 1 | -0/+16 |
|\ \ |
|
| * | | Fix merge error when Equality LHS is non-attribute | Ernie Miller | 2012-08-17 | 1 | -0/+16 |
* | | | column default extraction should handle newlines. | Aaron Patterson | 2012-08-17 | 1 | -0/+8 |
* | | | Merge pull request #7352 from aripollak/microsecond-timestamp | Rafael Mendonça França | 2012-08-17 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix occasional microsecond conversion inaccuracy | Ari Pollak | 2012-08-15 | 1 | -0/+1 |
* | | | 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 | 4 | -19/+19 |
* | | | Remove the dependent_restrict_raises option. | Jon Leighton | 2012-08-10 | 3 | -70/+30 |
* | | | 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 |