service-oriented-design-with-ruby
service-oriented-design-with-ruby copied to clipboard
Code examples from my forthcoming book "Service Oriented Design in Ruby and Rails"
The Rack application on Chapter 10 does not run on Ruby 1.9.2(rvm : ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux] ). The error is "Response body must respond to each". Ruby...
Hi Paul, I'm reading and working through you book page by page, bumping into issues mostly related to the fact that I'm am trying to learn Ruby and SOD at...
Where's the code example of chapter 08? I can't find it.
Hi Paul, After getting the my previous issue to work (yay), the next command on p19 is to start the Sinatra test environment: ``` ruby ruby service.rb -p 3000 -e...
Bumps [activerecord](https://github.com/rails/rails) from 3.2.6 to 6.1.7.1. Release notes Sourced from activerecord's releases. v6.1.7.1 Active Support Avoid regex backtracking in Inflector.underscore [CVE-2023-22796] Active Model No changes. Active Record Make sanitize_as_sql_comment more...
Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.3.2 to 2.2.3. Changelog Sourced from sinatra's changelog. 2.2.3 / 2022-11-25 Fix: Escape filename in the Content-Disposition header. #1841 by Kunpei Sakai Fix: fixed ReDoS for Rack::Protection::IPSpoofing....