Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14126 from schuetzm/index_option_for_column | Rafael Mendonça França | 2014-05-19 | 3 | -6/+28 |
|\ | | | | | Make `:index` in migrations work with all column types | ||||
| * | Make `:index` in migrations work with all column types | Marc Schütz | 2014-05-18 | 3 | -6/+28 |
| | | |||||
* | | Merge pull request #15160 from sgrif/sg-destructured-each | Rafael Mendonça França | 2014-05-19 | 1 | -4/+4 |
|\ \ | | | | | | | Use destructured arguments when looping through pairs | ||||
| * | | Use destructured arguments when looping through pairs | Sean Griffin | 2014-05-17 | 1 | -4/+4 |
| | | | | | | | | | | | | Minor refactoring of looping behavior for aggregation | ||||
* | | | pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction. | Yves Senn | 2014-05-19 | 6 | -39/+51 |
| | | | | | | | | | | | | Partial revert of c0bfc3f412834ffe8327a15ae3a46602cc28e425 | ||||
* | | | pg, add missing nodocs for extracted modules. | Yves Senn | 2014-05-19 | 5 | -10/+10 |
| | | | |||||
* | | | Merge pull request #14962 from arunagw/aa-fix-rake-activerecord | Yves Senn | 2014-05-19 | 4 | -78/+81 |
|\ \ \ | | | | | | | | | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | ||||
| * | | | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | Arun Agrawal | 2014-05-16 | 4 | -78/+81 |
| | | | | |||||
* | | | | pg guide, move introductory sentences into main content. [ci skip] | Yves Senn | 2014-05-19 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | This is a reaction to https://github.com/rails/rails/commit/7ca75f3789e316b6f3dc1f8000ec4f85c8ba32ea#commitcomment-6303828 | ||||
* | | | | Merge pull request #15156 from sgrif/sg-postgres-timestamps | Yves Senn | 2014-05-18 | 1 | -6/+3 |
|\ \ \ \ | | | | | | | | | | | PostgreSQL timestamps should always be datetimes | ||||
| * | | | | PostgreSQL timestamps are always datetimes | Sean Griffin | 2014-05-17 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current behavior is that they are treated as `datetime` normally, but if they are part of an array, they are treated as `timestamp`. The only place that seems to be impacted by this is schema dumping, which shouldn't matter since `t.datetime` and `t.timestamp` are equivalent in the `PostgreSQL` adapter, anyway. | ||||
* | | | | | Feature detect based on Ruby version. | Aaron Patterson | 2014-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I didn't want to do this, FNM_EXTGLOB is defined on 2.1.x, but Dir.glob returns the wrong value on Ruby less than 2.2.0. Checking for a case-insensitive FS seems too hard, so just check Ruby version Checking for a case-insensitive FS seems too hard, so just check Ruby version. | ||||
* | | | | | A tiny pass through the PostgreSQL guide [ci skip] | Robin Dupret | 2014-05-18 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | copy edits[ci skip] | Vijay Dev | 2014-05-18 | 1 | -7/+6 |
| | | | | | |||||
* | | | | | Merge pull request #15157 from msgehard/remove_cruft_in_has_secure_password | Yves Senn | 2014-05-18 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove cruft now that strong_parameters is default [ci skip] | ||||
| * | | | | | Let others know why this code is here | Mike Gehard | 2014-05-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | | Merge pull request #15169 from Gaurav2728/gaurav-ecosystem | Yves Senn | 2014-05-18 | 1 | -1/+0 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | remove ecosystem link that is broken [ci skip] | ||||
| * | | | | | remove ecosystem link that is broken | Gaurav Sharma | 2014-05-18 | 1 | -1/+0 |
|/ / / / / | |||||
* | | | | | Merge pull request #15151 from sgrif/sg-add-type-to-column | Yves Senn | 2014-05-18 | 14 | -57/+86 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Add a type object to Column constructor | ||||
| * | | | | Add a type object to Column constructor | Sean Griffin | 2014-05-17 | 14 | -57/+86 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | Part of #15134. In order to perform typecasting polymorphically, we need to add another argument to the constructor. The order was chosen to match the `oid_type` on `PostgreSQLColumn`. | ||||
* | / / | Merge pull request #15137 from sgrif/sg-remove-dead-code | Rafael Mendonça França | 2014-05-17 | 19 | -183/+82 |
|\| | | | |/ / |/| | | Remove dead test code for unsupported adapters | ||||
| * | | Remove dead test code for unsupported adapters | Sean Griffin | 2014-05-17 | 19 | -183/+82 |
|/ / | |||||
* | | Merge pull request #14428 from jnormore/reset_counters_alias | Rafael Mendonça França | 2014-05-17 | 3 | -8/+27 |
|\ \ | | | | | | | Updates reset_counters to allow counter name in params | ||||
| * | | Updates reset_counters to allow counter name in params | Jason Normore | 2014-05-16 | 3 | -8/+27 |
| | | | | | | | | | | | | | | | | | | | | | Add support for counter name to be passed as parameter on `CounterCache::ClassMethods#reset_counters`. This is to be consistent with the other methods in the module that all accept counter name. | ||||
* | | | Document method visibility for designing API docs. [ci skip] | Zachary Scott | 2014-05-17 | 1 | -0/+34 |
| | | | | | | | | | | | | cc https://github.com/rails/rails/issues/14848#issuecomment-41198795 | ||||
* | | | Merge pull request #15152 from printercu/patch-5 | Rafael Mendonça França | 2014-05-17 | 1 | -70/+69 |
|\ \ \ | | | | | | | | | Collected TimeZone's class methods together | ||||
| * | | | Collected TimeZone's class methods together | printercu | 2014-05-17 | 1 | -70/+69 |
| | | | | | | | | | | | | | | | | Just moved class methods up in file and moved `def self.` methods into `class << self`. | ||||
* | | | | Merge pull request #15149 from sgrif/sg-missing-tests | Rafael Mendonça França | 2014-05-17 | 1 | -0/+36 |
|\ \ \ \ | | | | | | | | | | | Add missing tests for column type cast behavior | ||||
| * | | | | Add missing tests for column type cast behavior | Sean Griffin | 2014-05-17 | 1 | -0/+36 |
| |/ / / | |||||
* / / / | New applications should be created with json serializer | Rafael Mendonça França | 2014-05-17 | 2 | -0/+41 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix introduced at 75ba7425f6d235f254c00a45a58f42e88f80301a were missing this case. To fix the original issue mentioned at that commit the correct is to remove update_config_files from the command list since we should not run both config_files command when creating a new application. Tests were added to make sure everything is working fine. | ||||
* | | | Merge pull request #15150 from xtian/fix-railties-tests | Guillermo Iguaran | 2014-05-17 | 2 | -6/+2 |
|\ \ \ | | | | | | | | | Fix app generator test hanging. | ||||
| * | | | Fix app generator test hanging. | Christian Wesselhoeft | 2014-05-17 | 2 | -6/+2 |
|/ / / | |||||
* | | | Merge pull request #15147 from regonn/fix-symbol | Richard Schneeman | 2014-05-17 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix symbol at guides getting_started.md | ||||
| * | | | fix symbol | regonn | 2014-05-17 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #15132 from zuhao/refactor_actionpack_abstract_collector_test | Yves Senn | 2014-05-17 | 1 | -5/+11 |
|\ \ \ | | | | | | | | | Ensure :js is defined regardless of the outcome of the test. | ||||
| * | | | Ensure :js is defined regardless of the outcome of the test. | Zuhao Wan | 2014-05-17 | 1 | -5/+11 |
| | | | | |||||
* | | | | prefer file name instead of filename [ci skip] | Vijay Dev | 2014-05-17 | 1 | -2/+2 |
| | | | | |||||
* | | | | fix typo [ci skip] | Vijay Dev | 2014-05-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #15145 from ShunsukeAida/capitalization | Vijay Dev | 2014-05-17 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | fixed capitalizations [ci skip] | ||||
| * | | | | fixed capitalizations [ci skip] | SA | 2014-05-17 | 1 | -3/+3 |
|/ / / / | | | | | | | | | jQuery, SQLite3 and Unicorn use these respective capitalizations pretty much everywhere else in the comment sections of the project. | ||||
* | | | | Merge pull request #15144 from leafac/fix-changelog-#15071 | Godfrey Chan | 2014-05-16 | 1 | -1/+3 |
|\ \ \ \ | |_|/ / |/| | | | Fix typo in CHANGELOG entry for #15071 | ||||
| * | | | Fix typo in CHANGELOG entry for #15071 | Leandro Facchinetti | 2014-05-17 | 1 | -1/+3 |
|/ / / | |||||
* | | | Merge pull request #15143 from htanata/first_person_pronouns | Rafael Mendonça França | 2014-05-16 | 3 | -11/+11 |
|\ \ \ | | | | | | | | | Replace first person point of view on guides. | ||||
| * | | | Replace first person point of view on guides. | Hendy Tanata | 2014-05-16 | 3 | -11/+11 |
|/ / / | | | | | | | | | | [skip ci] | ||||
* | | | Merge pull request #15037 from ↵ | Rafael Mendonça França | 2014-05-16 | 3 | -7/+34 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | roccoblues/fix_duplicate_activesupport_subscribers Fixed duplicate subscribers in ActiveSupport::Subscriber Conflicts: activesupport/CHANGELOG.md | ||||
| * | | | Fixed duplicate subscribers in ActiveSupport::Subscriber | Dennis Schoen | 2014-05-09 | 3 | -7/+34 |
| | | | | | | | | | | | | | | | | | | | | ActiveSupport::Subscriber no longer creates multiple subscribers when you redefine a method. | ||||
* | | | | Add CHANGELOG entry for #15071 [ci skip] | Rafael Mendonça França | 2014-05-16 | 1 | -0/+8 |
| | | | | |||||
* | | | | Merge pull request #15071 from leafac/issues/11985 | Rafael Mendonça França | 2014-05-16 | 2 | -4/+18 |
|\ \ \ \ | | | | | | | | | | | Fix `Relation#delete_all` inconsistency | ||||
| * | | | | Fix `Relation#delete_all` inconsistency | Leandro Facchinetti | 2014-05-16 | 2 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When relation scopes include one of `uniq`, `group`, `having` or `offset`, the generated query ignores them and that causes unintended records to be deleted. This solves the issue by restricting the deletion when those scopes are present. rails/rails#11985 | ||||
* | | | | | foo :bomb: | Rafael Mendonça França | 2014-05-16 | 1 | -2/+5 |
| | | | | |