aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15259 from sgrif/sg-push-limit-to-typesRafael Mendonça França2014-05-227-73/+67
|\
| * Push limit to type objectsSean Griffin2014-05-227-73/+67
|/
* Merge pull request #15256 from sgrif/sg-push-precision-to-typesRafael Mendonça França2014-05-226-22/+27
|\
| * Push precision to type objectsSean Griffin2014-05-226-22/+27
|/
* Merge pull request #15250 from sgrif/sg-push-scale-to-typesRafael Mendonça França2014-05-227-20/+27
|\
| * Push scale to type objectsSean Griffin2014-05-227-20/+27
* | Merge pull request #15254 from DNNX/formatter-refactoring-3Rafael Mendonça França2014-05-221-4/+4
|\ \ | |/ |/|
| * Rename `stack` to `queue`Viktar Basharymau2014-05-221-4/+4
* | Merge pull request #15239 from croaky/dc-sg-move-extract-precision-to-typesRafael Mendonça França2014-05-227-19/+15
|\ \
| * | Move `extract_precision` onto type objectsDan Croak and Sean Griffin2014-05-227-19/+15
|/ /
* | Merge pull request #15252 from DNNX/formatter-refactoring-2Rafael Mendonça França2014-05-221-1/+1
|\ \
| * | Remove unnecessary `Hash#to_a` callViktar Basharymau2014-05-221-1/+1
| |/
* | Merge pull request #15247 from DNNX/activesupport-formatter-refactoringRafael Mendonça França2014-05-221-1/+1
|\ \
| * | Use `break` instead of `next` in AD::Journey::Formatter#match_routeViktar Basharymau2014-05-221-1/+1
| |/
* | Merge pull request #15249 from sgrif/sg-register-types-in-adapterRafael Mendonça França2014-05-224-84/+63
|\ \
| * | Use the generic type map for all PG type registrationsSean Griffin2014-05-224-84/+63
* | | Merge pull request #15248 from sgrif/sg-additional-type-map-argsRafael Mendonça França2014-05-225-12/+29
|\ \ \
| * | | Allow additional arguments to be used during type map lookupsSean Griffin2014-05-225-12/+29
| |/ /
* | | Merge pull request #15242 from JuanitoFatas/guides-anchorRafael Mendonça França2014-05-221-2/+1
|\ \ \
| * | | Do not gsub non ASCII characters in header anchor.Juanito Fatas2014-05-221-2/+1
* | | | Fix the hash key being delete from envRafael Mendonça França2014-05-221-1/+1
| |_|/ |/| |
* | | pg test, extract tsvector tests into `postgresql/full_text_test.rb`Yves Senn2014-05-222-27/+31
* | | pg test, move timestamp tests over to `postgresql/timestamp_test.rb`.Yves Senn2014-05-222-43/+53
* | | pg test, extract network address type tests into separate file.Yves Senn2014-05-223-51/+79
* | | pg test, remove unused code.Yves Senn2014-05-221-3/+0
|/ /
* | Merge pull request #15101 from tgxworld/improve_performance_of_building_uriAndrew White2014-05-223-13/+16
|\ \ | |/ |/|
| * Form full URI as string to be parsed in Rack::Test.Guo Xiang Tan2014-05-213-13/+16
|/
* Merge pull request #14803 from kuldeepaggarwal/null_relation_sum_fixMatthew Draper2014-05-223-3/+66
|\
| * Fixed a problem where `sum`, `size`, `average`, `minimum` and `maximum` usedKuldeep Aggarwal2014-05-153-3/+66
* | Update CHANGELOG.mdGuillermo Iguaran2014-05-211-4/+4
* | Merge pull request #15215 from JohnKellyFerguson/rename-posts-to-articlesGuillermo Iguaran2014-05-2120-655/+658
|\ \
| * | Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]John Kelly Ferguson2014-05-2120-655/+658
|/ /
* | Merge pull request #15237 from sgrif/sg-move-extract-scaleRafael Mendonça França2014-05-214-8/+7
|\ \
| * | Move extract_scale to decimal typeSean Griffin2014-05-214-8/+7
* | | Merge pull request #15218 from sgrif/sg-move-oid-typesRafael Mendonça França2014-05-2123-353/+532
|\ \ \
| * | | Move PG OID types to their own filesSean Griffin2014-05-2123-353/+532
* | | | drop hash allocations during matchAaron Patterson2014-05-211-2/+2
* | | | fewer object allocations and method calls during route matchAaron Patterson2014-05-211-5/+5
* | | | middle variable is never used, so rmAaron Patterson2014-05-213-16/+16
* | | | use the existing constant rather than the hardcoded stringAaron Patterson2014-05-211-3/+3
* | | | remove dead code. @klass isn't used anymoreAaron Patterson2014-05-211-1/+0
* | | | we can just use Ruby hereAaron Patterson2014-05-211-2/+2
* | | | reuse path formatter from the non-optimized path.Aaron Patterson2014-05-213-39/+3
* | | | reduce object allocationsAaron Patterson2014-05-211-2/+4
* | | | make variable name more clearAaron Patterson2014-05-211-2/+2
* | | | do not mutate parameters, let the caller do mutationsAaron Patterson2014-05-212-4/+6
* | | | push the formatter up to the Route objectAaron Patterson2014-05-212-4/+4
* | | | Merge pull request #15231 from khusnetdinov/fix_typo_guides_active_support_in...Guillermo Iguaran2014-05-211-1/+1
|\ \ \ \
| * | | | Fix typo guides/source/active_support_instrumentation.mdMarat Khusnetdinov2014-05-221-1/+1
* | | | | Merge pull request #15229 from peeyushsingla/masterRafael Mendonça França2014-05-211-2/+2
|\ \ \ \ \