Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AttributeMethodTest test fix #jruby | Vishnu Atrai | 2011-06-01 | 1 | -1/+5 |
| | |||||
* | Fix issue #1272 | Brian Mathiyakom | 2011-06-01 | 4 | -10/+24 |
| | | | | | Set reverse_order_value when asked to reverse_order(). Do the actual reversal in build_arel. | ||||
* | Merge pull request #1448 from ernie/attr_internal_require | José Valim | 2011-06-01 | 1 | -0/+2 |
|\ | | | | | Require attr_internal before using in ActionView::Helpers | ||||
| * | Require attr_internal before using in ActionView::Helpers | Ernie Miller | 2011-06-01 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #1441 from guilleiguaran/no_rb_require | José Valim | 2011-06-01 | 2 | -2/+2 |
|\ \ | | | | | | | Don't add .rb in requires | ||||
| * | | Don't add .rb in requires | Guillermo Iguaran | 2011-05-31 | 2 | -2/+2 |
| | | | |||||
* | | | Add missing require to fix the CI | Jon Leighton | 2011-06-01 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #1439 from sikachu/isolated_pg_test | Aaron Patterson | 2011-05-31 | 2 | -20/+29 |
|\ \ \ | |/ / |/| | | Isolated PostgreSQL test into PostgreSQL folder | ||||
| * | | Isolated PostgreSQL test into PostgreSQL folder | Prem Sichanugrist | 2011-05-31 | 2 | -20/+29 |
|/ / | |||||
* | | Raise NameError instead of ArgumentError in ActiveSupport::Dependencies | Andrew White | 2011-06-01 | 5 | -3/+11 |
| | | | | | | | | | | | | | | | | ActiveSupport::Dependencies now raises NameError if it finds an existing constant in load_missing_constant. This better reflects the nature of the error which is usually caused by calling constantize on a nested constant. Closes #1423 | ||||
* | | added an alias for new to build to the AR collection proxy, this corrects an ↵ | Josh Kalderimis | 2011-06-01 | 4 | -10/+27 |
| | | | | | | | | issue where the collection proxies were not consistent | ||||
* | | Make MemCacheStore work with Ruby 1.9 and -Ku | Andrew White | 2011-05-31 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1434 from dmathieu/mass_assignment | José Valim | 2011-05-31 | 1 | -1/+2 |
|\ \ | | | | | | | Mass assignment | ||||
| * | | no need for .rb | Damien Mathieu | 2011-05-31 | 1 | -1/+1 |
| | | | |||||
| * | | string inflections are needed for running tests in isolation | Damien Mathieu | 2011-05-31 | 1 | -0/+1 |
| | | | |||||
* | | | Revert "[activerecord][postgresql] verify if table has a schema(not ↵ | Jon Leighton | 2011-05-31 | 1 | -5/+6 |
|/ / | | | | | | | | | | | public)". This caused a test breakage. See #1410 for details. This reverts commit c44418ea4e09cc81da47edbc9ac5f31c7e32c1b4. | ||||
* | | standarize documentation (and indirectly code) to use American English as ↵ | Xavier Noria | 2011-05-31 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | discussed in 4f234bf Please do not perform monster patches for this until 3.1 is out. Also, no existing API should be affected by this. New code, local variables, etc. would follow this guideline to have a consistent project tree in this regard. | ||||
* | | revises commit from pull request 1408 | Xavier Noria | 2011-05-31 | 1 | -4/+7 |
| | | |||||
* | | revises commit from pull request 1409 | Xavier Noria | 2011-05-31 | 1 | -4/+8 |
| | | |||||
* | | Modified generated text to explain where .js and .coffee files can be ↵ | Noel Gomez | 2011-05-31 | 1 | -3/+5 |
| | | | | | | | | located and that there shouldn't be blank lines in manifest per this issue http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/effb868290c2c0b8 | ||||
* | | changed text to be more explicit about where stylesheets can be located | Noel Gomez | 2011-05-31 | 1 | -2/+5 |
| | | |||||
* | | Ensure that calculations properly override the select value even if it's set ↵ | Jon Leighton | 2011-05-31 | 2 | -2/+7 |
| | | | | | | | | in the default scope. Fixes #1395. | ||||
* | | Failing test for aggregating on default_scope with select | Erik Fonselius | 2011-05-31 | 2 | -0/+9 |
| | | |||||
* | | Only save the record once when calling create! on a collection association. ↵ | Jon Leighton | 2011-05-31 | 4 | -25/+45 |
| | | | | | | | | Fixes #1360. | ||||
* | | Tests for issue #1360 | Farley Knight | 2011-05-31 | 2 | -0/+24 |
| | | |||||
* | | Implementing @dmathieu's cleaner fix from #1425. Unfortunately he deleted ↵ | Jon Leighton | 2011-05-31 | 1 | -8/+5 |
| | | | | | | | | the branch so I cannot just merge it. | ||||
* | | Reduce test noise | Jon Leighton | 2011-05-31 | 1 | -20/+14 |
| | | |||||
* | | Merge pull request #1417 from arunagw/nested_attributes_fix | Aaron Patterson | 2011-05-31 | 2 | -8/+11 |
|\ \ | | | | | | | Fix nested attribute for memory record. | ||||
| * | | Opening class CascadedEagerLoadingTest at once. | Arun Agrawal | 2011-05-31 | 1 | -7/+3 |
| | | | |||||
| * | | Adding comment to work with 1.8.7. Nested Attribute fix. | Arun Agrawal | 2011-05-31 | 1 | -0/+3 |
| | | | |||||
| * | | Fix nested attribute for memory record. | Arun Agrawal | 2011-05-31 | 1 | -1/+5 |
| | | | |||||
* | | | Update CHANGELOG. | José Valim | 2011-05-31 | 1 | -0/+2 |
| | | | |||||
* | | | Transform the symbol into a constant lookup. | José Valim | 2011-05-31 | 3 | -29/+32 |
| | | | |||||
* | | | Merge pull request #1403 from bogdan/config | José Valim | 2011-05-31 | 3 | -12/+48 |
|\ \ \ | | | | | | | | | ActiveModel::MassAssignmentSecurity.mass_assignment_sanitizer method | ||||
| * | | | ActiveModel::MassAssignmentSecurity.mass_assignment_sanitizer method | Bogdan Gusiev | 2011-05-30 | 3 | -12/+48 |
| | | | | | | | | | | | | | | | | | | | | In order to specify your own sanitize method Implemented .mass_assignment_sanitizer configuration option | ||||
* | | | | Merge pull request #1415 from brainopia/master | José Valim | 2011-05-30 | 1 | -5/+0 |
|\ \ \ \ | |_|/ / |/| | | | Remove autoload for non-existing constants | ||||
| * | | | Remove autoload for a couple of constants which don't exist anymore | brainopia | 2011-05-31 | 1 | -5/+0 |
|/ / / | |||||
* | | | Merge pull request #1410 from lucasts/pg_schema | Aaron Patterson | 2011-05-30 | 1 | -5/+11 |
|\ \ \ | | | | | | | | | a little step to better postgresql schema support in rails | ||||
| * | | | [activerecord][postgresql] verify if table has a schema(not public) | Lucas Stephanou | 2011-05-27 | 1 | -6/+5 |
| | | | | |||||
| * | | | find sequences with pg schemas properly | Lucas Stephanou | 2011-05-27 | 1 | -4/+11 |
| | | | | |||||
* | | | | Merge pull request #1404 from ↵ | José Valim | 2011-05-30 | 3 | -1/+27 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | commuter/plugin_new_generator_should_properly_require_js properly require javascript libraries when generating mountable engine | ||||
| * | | | | properly require javascript libraries when generating mountable engine | J. Edward Dewyea | 2011-05-30 | 3 | -1/+27 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #1355 from gnufied/master | Joshua Peek | 2011-05-30 | 1 | -0/+8 |
|\ \ \ \ | |/ / / |/| | | | Adds rake task to cleanup compiled assets | ||||
| * | | | refectored assets:clean task | Vishnu Atrai | 2011-05-30 | 1 | -3/+1 |
| | | | | |||||
| * | | | rename task and Rake::FileList used | Vishnu Atrai | 2011-05-27 | 1 | -3/+3 |
| | | | | |||||
| * | | | Add rake task to implement assets:cleanup, fixes Github Issues # 1284 | Bhavin Kamani | 2011-05-27 | 1 | -0/+10 |
| |/ / | |||||
* | | | avoid creating range objects | Aaron Patterson | 2011-05-29 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1398 from leereilly/my_new_branch | Aaron Patterson | 2011-05-29 | 6 | -10/+10 |
|\ \ \ | | | | | | | | | Corrected some typos and American vs. Queen's English issues | ||||
| * | | | Corrected some typos and American vs. Queen's English issues | Lee Reilly | 2011-05-29 | 6 | -10/+10 |
|/ / / | |||||
* | | | Merge pull request #1384 from amatsuda/simplify_drop_table | Aaron Patterson | 2011-05-28 | 3 | -10/+2 |
|\ \ \ | | | | | | | | | Remove unused options from drop_table |