| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge pull request #4793 from kennyj/fix_4760 | José Valim | 2012-01-31 | 2 | -2/+11 |
|\ \ \ |
|
| * | | | Fix GH #4760. A Block was not evaluated. | kennyj | 2012-01-31 | 2 | -2/+11 |
* | | | | Merge pull request #4783 from gregolsen/ids_reader_fix | Jon Leighton | 2012-01-31 | 3 | -1/+6 |
* | | | | Merge pull request #4790 from marten/fix-require-deprecation-in-activesupport | José Valim | 2012-01-31 | 4 | -0/+7 |
|\ \ \ \ |
|
| * | | | | Fix use of Deprecation without requiring active_support/deprecation in whiny nil | Marten Veldthuis | 2012-01-31 | 1 | -0/+2 |
| * | | | | Fix use of Deprecation without requiring active_support/deprecation in messag... | Marten Veldthuis | 2012-01-31 | 1 | -0/+1 |
| * | | | | Fix use of Deprecation without requiring active_support/deprecation in Active... | Marten Veldthuis | 2012-01-31 | 1 | -0/+2 |
| * | | | | Fix use of Deprecation without requiring active_support/deprecation in Active... | Marten Veldthuis | 2012-01-31 | 1 | -0/+2 |
|/ / / / |
|
* | | | | Merge pull request #4786 from lest/patch-2 | José Valim | 2012-01-31 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fix assets test | Sergey Nartimov | 2012-01-31 | 1 | -1/+1 |
|/ / / |
|
* | | | Allow writing unknown attributes, but with a deprecation warning. Closes #4583. | Jon Leighton | 2012-01-31 | 2 | -4/+14 |
* | | | Add workaround and deprecation if the inherited hook is not executed. Closes ... | Jon Leighton | 2012-01-31 | 2 | -0/+22 |
* | | | Merge pull request #4763 from kennyj/fix_4754 | Jon Leighton | 2012-01-31 | 2 | -1/+17 |
|/ / |
|
* | | query cache instrumentation should included the bindings in the payload [clos... | Xavier Noria | 2012-01-30 | 1 | -1/+1 |
* | | fix typo [ci skip] | Vijay Dev | 2012-01-30 | 1 | -1/+1 |
* | | Inline the prefix assignment so it doesnt look so daft | David Heinemeier Hansson | 2012-01-27 | 1 | -2/+1 |
* | | Revert "Fix expanding cache key for single element arrays" | David Heinemeier Hansson | 2012-01-27 | 2 | -16/+8 |
* | | Merge check box fixes from remote-tracking branch 'cantonio/checkbox-hidden-b... | José Valim | 2012-01-27 | 3 | -5/+18 |
|\ \
| |/
|/| |
|
| * | don't set the hidden checkbox value if it's nil | Damien Mathieu | 2012-01-27 | 2 | -1/+9 |
| * | check_box helper with :disabled => true generates disabled hidden field. fixe... | Tadas Tamošauskas | 2012-01-27 | 3 | -5/+8 |
|/ |
|
* | Merge pull request #4715 from pwim/find-create-multi-args | Jon Leighton | 2012-01-27 | 2 | -1/+12 |
* | fixes whitespace in CHANGELOG entries | Xavier Noria | 2012-01-26 | 3 | -3/+3 |
* | updating RAILS_VERSION | Xavier Noria | 2012-01-26 | 9 | -9/+9 |
* | CHANGELOG revision for v3.2.1 | Xavier Noria | 2012-01-26 | 7 | -2/+50 |
* | Revert usage of safe constantize | José Valim | 2012-01-26 | 1 | -1/+3 |
* | safe_constantize should handle wrong constant name NameErrors Fixes #4710 | Alex Tambellini | 2012-01-26 | 2 | -3/+4 |
* | bumping journey to 1.0.1 | Aaron Patterson | 2012-01-26 | 1 | -1/+1 |
* | Merge pull request #4696 from rafaelfranca/issue-4653 | Aaron Patterson | 2012-01-26 | 1 | -2/+0 |
|\ |
|
| * | Remove extra attributes from HABTM join tables in AR tests | Rafael Mendonça França | 2012-01-26 | 1 | -2/+0 |
* | | global variables may not be set depending on the match. fixes #4703 | Aaron Patterson | 2012-01-26 | 2 | -1/+8 |
* | | registers 2483460 in the CHANGELOG | Xavier Noria | 2012-01-26 | 1 | -3/+5 |
* | | disable automatic explain if there is no logger [closes #4671] | Xavier Noria | 2012-01-26 | 3 | -1/+20 |
|/ |
|
* | Fix contributing guide to reflect preferred position on indentation | brainopia | 2012-01-26 | 1 | -1/+1 |
* | call to_s on value passed to table_name= | Sergey Nartimov | 2012-01-26 | 2 | -1/+6 |
* | Merge pull request #4675 from lunks/3-2-stable | Aaron Patterson | 2012-01-25 | 1 | -1/+1 |
|\ |
|
| * | Duping log handler. fixes #4668 | Pedro Nascimento | 2012-01-25 | 1 | -1/+1 |
* | | Merge pull request #4673 from carlosantoniodasilva/validation-guides-update-3-2 | Vijay Dev | 2012-01-25 | 6 | -25/+34 |
|\ \
| |/
|/| |
|
| * | Fix callbacks order for destroying an object in validations guide | Carlos Antonio da Silva | 2012-01-25 | 1 | -2/+4 |
| * | Improve field error proc example in validations guide | Carlos Antonio da Silva | 2012-01-25 | 1 | -7/+2 |
| * | Change ActiveRecord::Errors to ActiveModel::Errors in guides | Carlos Antonio da Silva | 2012-01-25 | 6 | -14/+14 |
| * | Fix custom validation methods section in AR validations and callbacks guide | Carlos Antonio da Silva | 2012-01-25 | 1 | -2/+14 |
* | | remove extra 'the' | Rohit Arondekar | 2012-01-26 | 1 | -1/+1 |
* | | example bracket error | Damian Le Nouaille | 2012-01-26 | 1 | -1/+1 |
* | | Merge pull request #4658 from pwim/unicode-paths | Aaron Patterson | 2012-01-25 | 1 | -0/+20 |
|\ \ |
|
| * | | Test for unicode path support | Paul McMahon | 2012-01-25 | 1 | -0/+20 |
* | | | Merge pull request #4654 from pwim/explicit-deprecation-require | José Valim | 2012-01-24 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | allow requiring of 'active_model/naming' | Paul McMahon | 2012-01-25 | 1 | -1/+1 |
* | | | Merge pull request #4639 from joevandyk/datetime-infinity-select-fix | Aaron Patterson | 2012-01-24 | 2 | -1/+13 |
|\ \ \ |
|
| * | | | datetime_select should work with -/+ infinity dates | Joe Van Dyk | 2012-01-24 | 2 | -1/+13 |
* | | | | Merge pull request #4643 from rafaelfranca/3-2-stable | José Valim | 2012-01-24 | 1 | -3/+0 |
|\ \ \ \ |
|