Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Add ActionController::Renderers.remove. | Zuhao Wan | 2014-05-20 | 2 | -0/+35 | |
* | | | | | make the AST go from left to right, rather than right to left | Aaron Patterson | 2014-05-19 | 2 | -45/+48 | |
| |_|/ / |/| | | | ||||||
* | | | | fix escaping in generation | Aaron Patterson | 2014-05-19 | 1 | -1/+7 | |
* | | | | Revert "Rewrite journey routes formatter for performance" | Aaron Patterson | 2014-05-19 | 2 | -28/+43 | |
* | | | | Merge pull request #15184 from sgrif/sg-remove-timestamp-type | Rafael Mendonça França | 2014-05-19 | 18 | -47/+52 | |
|\ \ \ \ | ||||||
| * | | | | Remove :timestamp column type | Sean Griffin | 2014-05-19 | 18 | -47/+52 | |
|/ / / / | ||||||
* | | | | Merge pull request #15155 from dskang/digest | Rafael Mendonça França | 2014-05-19 | 7 | -23/+47 | |
|\ \ \ \ | ||||||
| * | | | | Default config.assets.digests to true in development | Dan Kang | 2014-05-17 | 7 | -23/+47 | |
| |/ / / | ||||||
* | | | | Fixing test order issues | Rafael Mendonça França | 2014-05-19 | 1 | -2/+8 | |
* | | | | Merge pull request #10798 from jcxplorer/fix-enable_extension-with-table_name... | Rafael Mendonça França | 2014-05-19 | 3 | -1/+65 | |
|\ \ \ \ | ||||||
| * | | | | Fix migrations with enable_extension | Joao Carlos | 2013-05-29 | 3 | -1/+65 | |
* | | | | | Merge pull request #15158 from sgrif/sg-delegate-type | Yves Senn | 2014-05-19 | 29 | -117/+570 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Delegate `Column#type` to the injected type object | Sean Griffin | 2014-05-19 | 29 | -117/+570 | |
|/ / / / | ||||||
* | | | | test, inline `DeveloperWithAggregate`, which is used by a single test. | Yves Senn | 2014-05-19 | 2 | -7/+7 | |
* | | | | Merge pull request #15168 from eileencodes/return-early-on-delete-and-destroy... | Rafael Mendonça França | 2014-05-19 | 1 | -0/+2 | |
|\ \ \ \ | ||||||
| * | | | | early return on delete and destroy methods | eileencodes | 2014-05-18 | 1 | -0/+2 | |
| | |/ / | |/| | | ||||||
* | | | | 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 | 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 | Sean Griffin | 2014-05-17 | 1 | -4/+4 | |
* | | | | | pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction. | Yves Senn | 2014-05-19 | 6 | -39/+51 | |
* | | | | | 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] | 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 | |
* | | | | | | Merge pull request #15156 from sgrif/sg-postgres-timestamps | Yves Senn | 2014-05-18 | 1 | -6/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | PostgreSQL timestamps are always datetimes | Sean Griffin | 2014-05-17 | 1 | -6/+3 | |
* | | | | | | | Feature detect based on Ruby version. | Aaron Patterson | 2014-05-18 | 1 | -1/+1 | |
* | | | | | | | 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 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Let others know why this code is here | Mike Gehard | 2014-05-18 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #15169 from Gaurav2728/gaurav-ecosystem | Yves Senn | 2014-05-18 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | 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 | Sean Griffin | 2014-05-17 | 14 | -57/+86 | |
|/ / / / / / | ||||||
* | / / / / | 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 | 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 | Jason Normore | 2014-05-16 | 3 | -8/+27 | |
* | | | | | Document method visibility for designing API docs. [ci skip] | Zachary Scott | 2014-05-17 | 1 | -0/+34 | |
* | | | | | 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 | printercu | 2014-05-17 | 1 | -70/+69 | |
* | | | | | | 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 | 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 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #15150 from xtian/fix-railties-tests | Guillermo Iguaran | 2014-05-17 | 2 | -6/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | regonn | 2014-05-17 | 1 | -1/+1 | |
|/ / / / / |