Tracking Errors with Sentry
Play
7:44 CC

Tracking Errors with Sentry

#108 Dec 3, 2017 free
Sentry is an Open Source error tracking that helps developers monitor and fix crashes in real time. Learn how to add and configure Sentry to your application.

Additional Dependencies in Beanstalk
Play
9:51 CC

Additional Dependencies in Beanstalk

#107 Nov 26, 2017 pro
Sometimes your AWS Beanstalk environment may require configuration changes from your app to properly deploy and get everything working.

Deploying to AWS Elastic Beanstalk
Play
11:54 CC

Deploying to AWS Elastic Beanstalk

#106 Nov 19, 2017 pro
We’re going to get a Ruby on Rails application running on a staging environment on AWS Elastic Beanstalk. The Rails app will be connected to a MySQL database instance.

Continuous Integration with Travis CI
Play
10:39 CC

Continuous Integration with Travis CI

#105 Nov 12, 2017 pro
Using Continuous Integration, you can perform tasks and run your tests automatically whenever you commit your code. Travis CI offers free Continuous Integration for open source projects.

Speeding Up Tests
Play
4:54 CC

Speeding Up Tests

#104 Nov 5, 2017 free
Slow tests can slow down your development process. Using parallel_tests, you can speed up your test suite by multiple threads and running the tests in groups.