Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Delegate `type_cast_for_write` to injected type object | Sean Griffin | 2014-05-20 | 4 | -30/+14 | |
* | | | | | | | | | | | | | Merge pull request #11346 from tomykaira/fix_10257 | Rafael Mendonça França | 2014-05-20 | 2 | -2/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Run login_procedure only when the auth_scheme is valid | tomykaira | 2013-07-08 | 1 | -7/+14 | |
| * | | | | | | | | | | | | Check authentication scheme in Basic auth | tomykaira | 2013-07-07 | 2 | -1/+13 | |
* | | | | | | | | | | | | | Merge pull request #15207 from sgrif/sg-inline-column-helpers | Rafael Mendonça França | 2014-05-20 | 10 | -120/+77 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Inline typecasting helpers from Column to the appropriate types | Sean Griffin | 2014-05-20 | 10 | -120/+77 | |
* | | | | | | | | | | | | | | Merge pull request #15206 from sgrif/sg-type-map-postgresql | Rafael Mendonça França | 2014-05-20 | 3 | -45/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Use the generic type map for PostgreSQL OID registrations | Sean Griffin | 2014-05-20 | 3 | -45/+31 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #15204 from sgrif/sg-delegate-predicates | Rafael Mendonça França | 2014-05-20 | 12 | -24/+44 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Delegate predicate methods to injected type object on Column | Sean Griffin | 2014-05-20 | 12 | -24/+44 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | remove dead code | Aaron Patterson | 2014-05-20 | 1 | -57/+0 | |
* | | | | | | | | | | | | | cache the formatter on the path object | Aaron Patterson | 2014-05-20 | 2 | -2/+6 | |
* | | | | | | | | | | | | | translate AST to a formatter before url generation | Aaron Patterson | 2014-05-20 | 2 | -1/+72 | |
* | | | | | | | | | | | | | Merge pull request #15200 from sgrif/sg-type-map-mysql | Rafael Mendonça França | 2014-05-20 | 4 | -23/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Use the generic type map object for mysql field lookups | Sean Griffin | 2014-05-20 | 4 | -23/+39 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #15191 from camsong/master | Yves Senn | 2014-05-20 | 1 | -2/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Distinguish rake assets:clobber from rake assets:clean | cam song | 2014-05-20 | 1 | -2/+5 | |
* | | | | | | | | | | | | | | Merge pull request #15203 from sgrif/sg-delegate-type-cast | Rafael Mendonça França | 2014-05-20 | 7 | -75/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Replace `type_cast` case statement with delegation | Sean Griffin | 2014-05-20 | 7 | -75/+7 | |
* | | | | | | | | | | | | | | | Merge pull request #15187 from v-yarotsky/fix_confusing_delegation_exception | Rafael Mendonça França | 2014-05-20 | 3 | -26/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Fix confusing exception in ActiveSupport delegation | Vladimir Yarotsky | 2014-05-20 | 3 | -26/+20 | |
* | | | | | | | | | | | | | | | | prepopulate the dispatch cache so we don't need the ThreadSafe cache. | Aaron Patterson | 2014-05-20 | 1 | -7/+9 | |
* | | | | | | | | | | | | | | | | make the each visitor top-down left-right | Aaron Patterson | 2014-05-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Merge pull request #15201 from sgrif/sg-types-postgresql | Rafael Mendonça França | 2014-05-20 | 4 | -151/+85 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Have Postgres OID types inherit from general types | Sean Griffin | 2014-05-20 | 4 | -151/+85 | |
* | | | | | | | | | | | | | | | | | fix multiple hash preloads. Fixes #14994 | Aaron Patterson | 2014-05-20 | 2 | -6/+14 | |
* | | | | | | | | | | | | | | | | | Merge pull request #15199 from sgrif/sg-types-mysql | Rafael Mendonça França | 2014-05-20 | 1 | -69/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Use general types for mysql fields | Sean Griffin | 2014-05-20 | 1 | -69/+11 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #15198 from sgrif/sg-delegate-type-cast-mysql | Yves Senn | 2014-05-20 | 6 | -53/+72 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Delegate type_cast to injected type object in mysql | Sean Griffin | 2014-05-20 | 6 | -53/+72 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #15197 from sgrif/sg-delegate-type-cast-sqlite3 | Yves Senn | 2014-05-20 | 11 | -7/+83 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Delegate `#type_cast` to injected type objects on SQLite3 | Sean Griffin | 2014-05-20 | 11 | -7/+83 | |
* | | | | | | | | | | | | | | | Merge pull request #14965 from eric-chahin/issue_14824 | Matthew Draper | 2014-05-20 | 3 | -1/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Fixed the inferred table name for HABTM within a schema | Eric Chahin | 2014-05-20 | 3 | -1/+33 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #15192 from simi/guides-binstubs | Yves Senn | 2014-05-20 | 16 | -108/+108 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Use generated binstubs in guides examples. | Josef Šimánek | 2014-05-20 | 16 | -108/+108 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | fix `rake test_sqlite3_mem`. | Yves Senn | 2014-05-20 | 1 | -0/+1 | |
* | | | | | | | | | | | | | docs, `instantiate` expects `String` keys. [Rafal Piekarski & Yves Senn] | Yves Senn | 2014-05-20 | 2 | -4/+15 | |
* | | | | | | | | | | | | | Merge pull request #15182 from zuhao/refactor_actionpack_respond_with_test_2 | Yves Senn | 2014-05-20 | 1 | -4/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Add using_resouce_with_json to controller. | Zuhao Wan | 2014-05-20 | 1 | -4/+10 | |
* | | | | | | | | | | | | | | Merge pull request #15178 from zuhao/refactor_actionpack_respond_with_test | Yves Senn | 2014-05-20 | 2 | -0/+35 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | 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 |