Matthias Günther
Matthias Günther
- TODO @extra add info box about helpers: I> **Visibility of Helpers** I> I> Remember, whenever you create controller in Padrino with the generate command it will automatically I> create...
https://www.sitepoint.com/getting-started-with-padrino-and-bdd/
- TODO app deployment https://app.buddy.works/padrinobook - with docker https://dzone.com/articles/deploying-rest-apis-to-docker-using-ruby-and-sinat
- why sucker-punch was written: http://brandonhilkert.com/blog/why-i-wrote-the-sucker-punch-gem/ - https://www.rubyplus.com/articles/571 - How to make simple background jobs processing in Rails with Sucker Punch (https://medium.com/@kirill_shevch/how-to-make-simple-background-jobs-processing-in-rails-with-sucker-punch-9e7128f4db13) - good overview of background job-systems http://blog.scoutapp.com/articles/2016/02/16/which-ruby-background-job-framework-is-right-for-you
https://github.com/padrino/padrino-integration/blob/master/fixtures/single-apps/padrino_multi.rb
rspec test double framework with stubs and mocking: - doubles: definiere das Verhalten fürs doubles allow ist gut im before block, um die Basisfunktionen zu definieren object = double ##...