aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Fix confusing exception in ActiveSupport delegationVladimir Yarotsky2014-05-203-26/+20
* | | | | | | | | | | | prepopulate the dispatch cache so we don't need the ThreadSafe cache.Aaron Patterson2014-05-201-7/+9
* | | | | | | | | | | | make the each visitor top-down left-rightAaron Patterson2014-05-201-1/+1
* | | | | | | | | | | | Merge pull request #15201 from sgrif/sg-types-postgresqlRafael Mendonça França2014-05-204-151/+85
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Have Postgres OID types inherit from general typesSean Griffin2014-05-204-151/+85
* | | | | | | | | | | | | fix multiple hash preloads. Fixes #14994Aaron Patterson2014-05-202-6/+14
* | | | | | | | | | | | | Merge pull request #15199 from sgrif/sg-types-mysqlRafael Mendonça França2014-05-201-69/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Use general types for mysql fieldsSean Griffin2014-05-201-69/+11
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #15198 from sgrif/sg-delegate-type-cast-mysqlYves Senn2014-05-206-53/+72
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Delegate type_cast to injected type object in mysqlSean Griffin2014-05-206-53/+72
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #15197 from sgrif/sg-delegate-type-cast-sqlite3Yves Senn2014-05-2011-7/+83
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Delegate `#type_cast` to injected type objects on SQLite3Sean Griffin2014-05-2011-7/+83
* | | | | | | | | | | | Merge pull request #14965 from eric-chahin/issue_14824Matthew Draper2014-05-203-1/+33
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fixed the inferred table name for HABTM within a schemaEric Chahin2014-05-203-1/+33
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #15192 from simi/guides-binstubsYves Senn2014-05-2016-108/+108
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Use generated binstubs in guides examples.Josef Šimánek2014-05-2016-108/+108
|/ / / / / / / / / /
* | | | | | | | | | fix `rake test_sqlite3_mem`.Yves Senn2014-05-201-0/+1
* | | | | | | | | | docs, `instantiate` expects `String` keys. [Rafal Piekarski & Yves Senn]Yves Senn2014-05-202-4/+15
* | | | | | | | | | Merge pull request #15182 from zuhao/refactor_actionpack_respond_with_test_2Yves Senn2014-05-201-4/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add using_resouce_with_json to controller.Zuhao Wan2014-05-201-4/+10
* | | | | | | | | | | Merge pull request #15178 from zuhao/refactor_actionpack_respond_with_testYves Senn2014-05-202-0/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add ActionController::Renderers.remove.Zuhao Wan2014-05-202-0/+35
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | make the AST go from left to right, rather than right to leftAaron Patterson2014-05-192-45/+48
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | fix escaping in generationAaron Patterson2014-05-191-1/+7
* | | | | | | | | | Revert "Rewrite journey routes formatter for performance"Aaron Patterson2014-05-192-28/+43
* | | | | | | | | | Merge pull request #15184 from sgrif/sg-remove-timestamp-typeRafael Mendonça França2014-05-1918-47/+52
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove :timestamp column typeSean Griffin2014-05-1918-47/+52
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #15155 from dskang/digestRafael Mendonça França2014-05-197-23/+47
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Default config.assets.digests to true in developmentDan Kang2014-05-177-23/+47
| |/ / / / / / / /
* | | | | | | | | Fixing test order issuesRafael Mendonça França2014-05-191-2/+8
* | | | | | | | | Merge pull request #10798 from jcxplorer/fix-enable_extension-with-table_name...Rafael Mendonça França2014-05-193-1/+65
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix migrations with enable_extensionJoao Carlos2013-05-293-1/+65
* | | | | | | | | | Merge pull request #15158 from sgrif/sg-delegate-typeYves Senn2014-05-1929-117/+570
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Delegate `Column#type` to the injected type objectSean Griffin2014-05-1929-117/+570
|/ / / / / / / / /
* | | | | | | | | test, inline `DeveloperWithAggregate`, which is used by a single test.Yves Senn2014-05-192-7/+7
* | | | | | | | | Merge pull request #15168 from eileencodes/return-early-on-delete-and-destroy...Rafael Mendonça França2014-05-191-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | early return on delete and destroy methodseileencodes2014-05-181-0/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #14126 from schuetzm/index_option_for_columnRafael Mendonça França2014-05-193-6/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make `:index` in migrations work with all column typesMarc Schütz2014-05-183-6/+28
| |/ / / / / / / /
* | | | | | | | | Merge pull request #15160 from sgrif/sg-destructured-eachRafael Mendonça França2014-05-191-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use destructured arguments when looping through pairsSean Griffin2014-05-171-4/+4
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.Yves Senn2014-05-196-39/+51
* | | | | | | | | pg, add missing nodocs for extracted modules.Yves Senn2014-05-195-10/+10
* | | | | | | | | Merge pull request #14962 from arunagw/aa-fix-rake-activerecordYves Senn2014-05-194-78/+81
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi]Arun Agrawal2014-05-164-78/+81
* | | | | | | | | | pg guide, move introductory sentences into main content. [ci skip]Yves Senn2014-05-191-7/+7
* | | | | | | | | | Merge pull request #15156 from sgrif/sg-postgres-timestampsYves Senn2014-05-181-6/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | PostgreSQL timestamps are always datetimesSean Griffin2014-05-171-6/+3
* | | | | | | | | | | Feature detect based on Ruby version.Aaron Patterson2014-05-181-1/+1
* | | | | | | | | | | A tiny pass through the PostgreSQL guide [ci skip]Robin Dupret2014-05-181-3/+4