| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #6878 from masarakki/master | Rafael Mendonça França | 2012-06-28 | 4 | -0/+39 |
* | Ensure Arel columns are typecasted properly when grouping with calculation | Carlos Antonio da Silva | 2012-06-25 | 1 | -2/+6 |
* | Merge pull request #6842 from ernie/handle-non-strings-in-grouped-calculations | Rafael Mendonça França | 2012-06-24 | 1 | -0/+5 |
* | Remove waning of unused variable | Rafael Mendonça França | 2012-06-21 | 1 | -1/+0 |
* | Merge branch 'acapilleri-update_nested_attributes' | Rafael Mendonça França | 2012-06-21 | 1 | -0/+10 |
* | Deprecating composed_of in ActiveRecord | Steve Klabnik | 2012-06-18 | 3 | -7/+15 |
* | Remove unneded tests. | Rafael Mendonça França | 2012-06-14 | 1 | -11/+1 |
* | Deprecate update_attribute. | Steve Klabnik | 2012-06-14 | 4 | -11/+31 |
* | Merge branch '3-2-stable-rel' into 3-2-stable | Aaron Patterson | 2012-06-12 | 1 | -0/+6 |
|\ |
|
| * | Additional fix for CVE-2012-2661 | Ernie Miller | 2012-06-11 | 1 | -0/+6 |
* | | Merge pull request #6715 from arunagw/add_asserts | Rafael Mendonça França | 2012-06-12 | 1 | -2/+2 |
* | | Merge pull request #6676 from aurelian/master | Rafael Mendonça França | 2012-06-12 | 1 | -0/+4 |
|/ |
|
* | Change the string to use in test case. | kennyj | 2012-06-11 | 2 | -2/+2 |
* | Fix GH #3163. Should quote database on mysql/mysql2. | kennyj | 2012-06-11 | 2 | -0/+21 |
* | Merge pull request #6698 from yahonda/address_ora_911_master | Rafael Mendonça França | 2012-06-11 | 1 | -1/+1 |
* | Merge pull request #6521 from Empact/throw-result | Rafael Mendonça França | 2012-06-10 | 1 | -1/+6 |
* | Remove warning | Rafael Mendonça França | 2012-06-10 | 1 | -1/+1 |
* | Add test to column alias in `exists?` SQL. | Rafael Mendonça França | 2012-06-10 | 1 | -0/+6 |
* | Merge pull request #6695 from kennyj/fix_6635 | Rafael Mendonça França | 2012-06-10 | 1 | -0/+9 |
* | Make test cover previous reversion | Jon Leighton | 2012-06-07 | 1 | -0/+1 |
* | Revert "Perf: Don't load the association for #delete_all." | Jon Leighton | 2012-06-07 | 1 | -12/+0 |
* | Add failing test for 3.2.5 datetime attribute regression | Evan Arnold | 2012-06-04 | 1 | -0/+11 |
* | Skip test_remove_column_with_array_as_an_argument_is_deprecated with Oracle a... | Yasuo Honda | 2012-06-02 | 1 | -1/+3 |
* | Restore behavior of Active Record 3.2.3 scopes | Andrew White | 2012-06-01 | 2 | -26/+0 |
* | Merge branch '3-2-stable-sec' into 3-2-stable | Aaron Patterson | 2012-05-31 | 1 | -0/+19 |
|\ |
|
| * | predicate builder should not recurse for determining where columns. | Aaron Patterson | 2012-05-30 | 1 | -0/+19 |
* | | Merge pull request #5810 from kennyj/fix_5797 | Aaron Patterson | 2012-05-30 | 1 | -0/+9 |
|/ |
|
* | Fixes the build break caused by 9ee8528 in #6445. | Godfrey Chan | 2012-05-22 | 1 | -2/+4 |
* | Restore the frozen state on rollback. Fixes #6417. | Godfrey Chan | 2012-05-22 | 1 | -0/+10 |
* | Postgresql doesn't accept limits on binary (bytea) columns. | Victor Costan | 2012-05-21 | 1 | -0/+1 |
* | Fix `validates_uniqueness_off :field, :allow_nil => false` | Piotr Sarnacki | 2012-05-19 | 1 | -0/+11 |
* | Ensure that CollectionAssociation#replace returns proper target | Piotr Sarnacki | 2012-05-19 | 1 | -2/+2 |
* | fix #delete_all with habtm with :delete_sql | Jon Leighton | 2012-05-18 | 1 | -0/+6 |
* | Perf: Don't load the association for #delete_all. | Jon Leighton | 2012-05-18 | 1 | -0/+12 |
* | Fix CollectionAssociation#replace to return new target (closes #6231) | Piotr Sarnacki | 2012-05-16 | 1 | -0/+12 |
* | Return false for exists? with new records - fixes #6199. | Andrew White | 2012-05-10 | 2 | -0/+2 |
* | Fix build | Francesco Rodriguez | 2012-05-09 | 1 | -1/+9 |
* | Merge pull request #6128 from frodsan/delete_all_limit_32 | Aaron Patterson | 2012-05-04 | 1 | -0/+4 |
|\ |
|
| * | Fix #4979 against 3-2-stable - delete_all raise an error if a limit is provided | Francesco Rodriguez | 2012-05-02 | 1 | -0/+4 |
* | | Deprecate remove_column with array as an argument | Piotr Sarnacki | 2012-05-02 | 1 | -0/+6 |
|/ |
|
* | Add extra order clause to fix failing test on Ruby 1.8.7 | Carlos Antonio da Silva | 2012-04-24 | 1 | -1/+1 |
* | Fix build. It seems that the Mocha's behavior were changed. | kennyj | 2012-04-24 | 2 | -3/+9 |
* | Be sure to correctly fetch PK name from MySQL even if the PK has some custom ... | Akira Matsuda | 2012-04-19 | 1 | -0/+30 |
* | Adds test to check that circular preloading does not modify Model.unscoped (a... | Benedikt Deicke | 2012-04-19 | 3 | -4/+26 |
* | Removes caching from ActiveRecord::Core::ClassMethods#relation | Benedikt Deicke | 2012-04-19 | 1 | -0/+4 |
* | Revert "Fix #5667. Preloading should ignore scoping." | Jeremy Kemper | 2012-04-18 | 1 | -11/+0 |
* | Fix tests of benchmark with silence equals to true | Rafael Mendonça França | 2012-04-04 | 1 | -3/+1 |
* | Merge pull request #5662 from arturopie/3-2_fixing_IM_when_using_find_select | Aaron Patterson | 2012-03-30 | 1 | -11/+6 |
|\ |
|
| * | refactor the checking of the attributes of the record in IdentityMap#add, so ... | Arturo Pie | 2012-03-29 | 1 | -4/+5 |
| * | Adds a test that breaks IM when using #select | Arturo Pie | 2012-03-29 | 1 | -12/+6 |