Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4543 from jdelStrother/find_or_init | Jon Leighton | 2012-02-01 | 2 | -2/+13 |
| | | | | Don't instantiate two objects in collection proxy / find_or_instantiate_by | ||||
* | Merge pull request #4827 from sikachu/3-2-stable-fix-plugin-new | José Valim | 2012-02-01 | 2 | -3/+7 |
|\ | | | | | Fix plugin_new test failure from c8c84397 | ||||
| * | Fix plugin_new test failure from c8c84397 | Prem Sichanugrist | 2012-02-01 | 2 | -3/+7 |
|/ | | | | | `plugin_new` generator doesn't generate `sass-rails` in the Gemfile, so you can't check for that. | ||||
* | Merge pull request #4822 from carlosantoniodasilva/strict-validation-3-2 | José Valim | 2012-02-01 | 3 | -11/+19 |
|\ | | | | | Generate strict validation error messages with attribute name (3-2-stable) | ||||
| * | Generate strict validation error messages with attribute name | Carlos Antonio da Silva | 2012-02-01 | 3 | -11/+19 |
| | | | | | | | | Backported from master. | ||||
* | | Merge pull request #4815 from kennyj/fix_4749 | Santiago Pastorino | 2012-02-01 | 2 | -2/+7 |
|\ \ | | | | | | | Fix GH #4749. Remove branch options, because edge is not 3-2-stable. | ||||
| * | | Fix GH #4749. Remove branch options, because edge is not 3-2-stable. | kennyj | 2012-02-01 | 2 | -2/+7 |
| | | | |||||
* | | | Merge pull request #4811 from rafaelfranca/3-2-stable-fix | Santiago Pastorino | 2012-01-31 | 3 | -13/+13 |
|\| | | | | | | | | Fix broken build in 3-2-stable branch | ||||
| * | | Fix broken tests added by 85c724d59 | Rafael Mendonça França | 2012-01-31 | 3 | -13/+13 |
|/ / | |||||
* | | Improve deprecation message | Jon Leighton | 2012-01-31 | 1 | -7/+17 |
| | | |||||
* | | Merge pull request #4735 from arton/master | Aaron Patterson | 2012-01-31 | 1 | -1/+5 |
| | | | | | | | | Re-launch assets:precompile task using original $0 if $0 is batch file so it works on Windows | ||||
* | | Merge pull request #4779 from bsodmike/bsodmike-3-2-stable | Aaron Patterson | 2012-01-31 | 1 | -1/+1 |
|\ \ | | | | | | | Update comment in Gemfile re Unicorn (minor clarification) | ||||
| * | | clarification to prevent confusing newbies; Passenger/Unicorn are app ↵ | Michael de Silva | 2012-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | servers, Apache/Nginx are the web servers along with thin a la Heroku etc. | ||||
* | | | Merge pull request #4793 from kennyj/fix_4760 | José Valim | 2012-01-31 | 2 | -2/+11 |
|\ \ \ | | | | | | | | | [3-2-stable] Fix GH #4760. A Block was not evaluated. | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | ids_reader method fixed, test added to has_many association (for PostgreSQL) | ||||
* | | | | Merge pull request #4790 from marten/fix-require-deprecation-in-activesupport | José Valim | 2012-01-31 | 4 | -0/+7 |
|\ \ \ \ | | | | | | | | | | | Fix Deprecation usage in ActiveSupport when requiring only parts of AS | ||||
| * | | | | 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 ↵ | Marten Veldthuis | 2012-01-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | message verifier | ||||
| * | | | | Fix use of Deprecation without requiring active_support/deprecation in ↵ | Marten Veldthuis | 2012-01-31 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | ActiveSupport::Concern in Base64 | ||||
| * | | | | Fix use of Deprecation without requiring active_support/deprecation in ↵ | Marten Veldthuis | 2012-01-31 | 1 | -0/+2 |
|/ / / / | | | | | | | | | | | | | ActiveSupport::Concern | ||||
* | | | | Merge pull request #4786 from lest/patch-2 | José Valim | 2012-01-31 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | fix assets test in 3-2-stable | ||||
| * | | | 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 |
| | | | | | | | | | | | | #4757. | ||||
* | | | Merge pull request #4763 from kennyj/fix_4754 | Jon Leighton | 2012-01-31 | 2 | -1/+17 |
|/ / | | | | | | | [MySQL] Fix GH #4754. Remove double-quote characters around PK when using sql_mode=ANSI_QUOTES | ||||
* | | query cache instrumentation should included the bindings in the payload ↵ | Xavier Noria | 2012-01-30 | 1 | -1/+1 |
| | | | | | | | | [closes #4750] | ||||
* | | 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 |
| | | | | | | | | | | | | This reverts commit abe915f23777efe10f17d611bf5718ca855a0704. This broke all existing keys and it's wrong anyway. The array is just there as a convenience option for building the string. It's intentional that [ "stuff"] and "stuff" generates the same key. | ||||
* | | Merge check box fixes from remote-tracking branch ↵ | José Valim | 2012-01-27 | 3 | -5/+18 |
|\ \ | |/ |/| | | | 'cantonio/checkbox-hidden-backport' into 3-2-stable | ||||
| * | 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. ↵ | Tadas Tamošauskas | 2012-01-27 | 3 | -5/+8 |
|/ | | | | fixes #1953 | ||||
* | Merge pull request #4715 from pwim/find-create-multi-args | Jon Leighton | 2012-01-27 | 2 | -1/+12 |
| | | | | Fix regression from Rails 3.1 | ||||
* | 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 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | safe_constantize should handle wrong constant name NameErrors Fixes #4710 | Alex Tambellini | 2012-01-26 | 2 | -3/+4 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | 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 | ||||
| * | Remove extra attributes from HABTM join tables in AR tests | Rafael Mendonça França | 2012-01-26 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | HABTM Join tables should not have extra attributes When extra attributes is needed in HABTM join tables is better to use `has_many :through` association. Fix #4653 | ||||
* | | 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 |
| | | | | | | | | | | | Fix incorrect recommendation from indenting after private/protected to not. Based on opinions of @spastorino, @jonleighton, @tenderlove https://github.com/rails/rails/pull/1838#issuecomment-1440281 https://en.twitter.com/#!/spastorino/status/142054749351575552 https://en.twitter.com/#!/tenderlove/status/142014046445641728 https://en.twitter.com/#!/jonleighton/status/142021813415841794 | ||||
* | call to_s on value passed to table_name= | Sergey Nartimov | 2012-01-26 | 2 | -1/+6 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Merge pull request #4675 from lunks/3-2-stable | Aaron Patterson | 2012-01-25 | 1 | -1/+1 |
|\ | | | | | Duping log handler on buffered logger silencer. | ||||
| * | 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 |
|\ \ | |/ |/| | Validation guides update 3 2 |