aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | decouple the router object from the request classAaron Patterson2014-05-233-21/+10
* | | | | | | | | pass the correct custom request to the recognize methodAaron Patterson2014-05-233-17/+12
* | | | | | | | | switch to the `serve` method so we can remove the request class (eventually)Aaron Patterson2014-05-232-8/+6
* | | | | | | | | pull request allocation up one frameAaron Patterson2014-05-231-1/+3
* | | | | | | | | extract request allocation from the main app serving routineAaron Patterson2014-05-232-2/+5
* | | | | | | | | Merge pull request #15279 from akshay-vishnoi/remove#===Rafael Mendonça França2014-05-231-2/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Remove Duration#=== when we drop support for 2.0.0-p353Akshay Vishnoi2014-05-231-2/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #15281 from sgrif/sg-inline-point-type-castRafael Mendonça França2014-05-232-8/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Inline type cast method for PG pointsSean Griffin2014-05-232-8/+4
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #15274 from sgrif/sg-move-type-testsRafael Mendonça França2014-05-232-159/+159
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Change typecasting unit tests to test type objects directlySean Griffin2014-05-232-159/+159
| |/ / / / / / / /
* | | | | | | | | use the accessors on the request object rather than touching envAaron Patterson2014-05-231-2/+2
* | | | | | | | | find_routes only use the request, so stop passing envAaron Patterson2014-05-231-3/+3
* | | | | | | | | remove NullRequest and just always pass a request classAaron Patterson2014-05-232-29/+8
* | | | | | | | | use the request object since we have itAaron Patterson2014-05-233-14/+15
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Remove warning remeving the method before redefiningRafael Mendonça França2014-05-231-0/+1
* | | | | | | | Merge pull request #15240 from chancancode/fix_attribute_methodsAaron Patterson2014-05-236-0/+31
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Avoid slowing down AR object initializationGodfrey Chan2014-05-221-0/+1
| * | | | | | | Fixed serialization for records with an attribute named `format`.Godfrey Chan2014-05-225-0/+30
* | | | | | | | 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
| |_|/ / / / / |/| | | | | |