- http://www.rubydoc.info/github/rest-client/rest-client/RestClient/Exception
- http://www.rubydoc.info/github/rest-client/rest-client/RestClient/SSLCertificateNotVerified
- http://www.rubydoc.info/github/rest-client/rest-client/RestClient/ServerBrokeConnection
- http://www.rubydoc.info/github/rest-client/rest-client/RestClient/Exceptions/Timeout
- http://www.rubydoc.info/github/rest-client/rest-client/RestClient/ExceptionWithResponse
- http://www.rubydoc.info/github/rest-client/rest-client/RestClient/RequestFailed
- An exception per HTTP status:
- http://www.rubydoc.info/github/rest-client/rest-client/RestClient/RequestFailed
This decouples a deployment from completed migrations. Give us control of the data manipulation proccess by encapsulatin it in on place. need to remember to:
- Run it in one of the ways bellow: a. Add this rake task the deployment script or;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ruby | |
принципиальное различие скриптовых и “обычных” языков | |
3 принципа ООП | |
реализация множественного наследования в ruby | |
duck typing | |
многопоточность в ruby | |
Rails | |
что такое MVC и зачем это нужно | |
локига в контроллере, должна ли быть и почему | |
синхронные и асинхронные операции — предложить варианты решения |
This is a quick walk through on how to:
- make a contact form in rails 6,
- test it locally, and
- move it into production using heroku and the MailGun addon
This uses the free heroku and mailgun plans. If you get stuck on any part, check the full code here.
OlderNewer