aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rake railties:install:migrations respects the order of railtiesArun Agrawal2014-05-273-1/+42
* Merge pull request #15251 from peeyushsingla/masterYves Senn2014-05-231-2/+4
|\
| * resolved reorder issue in rails active record guidepeeyush2014-05-231-2/+4
|/
* stop using PARAMETERS_KEY, and use the accessor on the request objectAaron Patterson2014-05-223-7/+9
* pass the instantiated request to the find_routes methodAaron Patterson2014-05-221-5/+7
* just return path parametersAaron Patterson2014-05-221-2/+1
* use symbol keys for path_parametersAaron Patterson2014-05-226-16/+16
* Merge pull request #15257 from jetthoughts/remove_redundant_codeRafael Mendonça França2014-05-221-1/+0
|\
| * Removed not-used codePaul Nikitochkin2014-05-221-1/+0
* | fix test from 7537057888d2d63c3b6c2019d5828bc445fbd6c9Aaron Patterson2014-05-221-0/+1
* | Don't recurse infinitely when calling non-existent method on superKris Kemper2014-05-221-0/+12
* | 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