service-oriented-design-with-ruby icon indicating copy to clipboard operation
service-oriented-design-with-ruby copied to clipboard

Code examples from my forthcoming book "Service Oriented Design in Ruby and Rails"

Results 16 service-oriented-design-with-ruby issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.33 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...

dependencies

Bumps [activerecord](https://github.com/rails/rails) from 3.2.6 to 5.2.8.1. Release notes Sourced from activerecord's releases. 5.2.8 Active Support Fix tag helper regression. Eileen Uchitelle Active Model No changes. Active Record No changes. Action...

dependencies

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.0 to 0.9.5. Release notes Sourced from i18n's releases. v0.9.5 #404 reported a regression in 0.9.3, which wasn't fixed by 0.9.4. #408 fixes this issue. Thanks @​wjordan!...

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.4.1 to 1.6.13. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.3.2 to 2.2.0. Changelog Sourced from sinatra's changelog. 2.2.0 / 2022-02-15 Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon Minor refactors...

dependencies

Bumps [json](https://github.com/flori/json) from 1.7.3 to 2.3.0. Changelog Sourced from json's changelog. 2019-12-11 (2.3.0) Fix default of create_additions to always be false for JSON(user_input) and JSON.parse(user_input, nil). Note that JSON.load remains...

dependencies

Contains updates gem & Ruby updates for Chapter 1. Fixed syntactical issues with Rspec & JSON to get specs to pass and remove deprecation warnings.

This is why some people prefer `"something" == variable` comparisons to prevent such a mistakes.

ARGV.index("-e") returns a integer, not the value of the '-e' command line argument. Also, 'localhost' was not pointing at the correct place on my machine, so I change the endpoint...

Actual code raises error: "pop is not defined on nil"