How to build a complete, real-world application from scratch with Ruby on Rails step by step.
A lot of Ruby code is "magic". We'll explain the magic and see how it works using the powerful tools Ruby gives us.
Accept subscription and one-time payments with Stripe in your Rails apps
Expert advice on keeping Rails apps organized and fast.
Cheap, easy hosting for Ruby and Rails apps.
Launch your product business way faster with our SaaS template.
A weekly podcast on web development and building products with Ruby, Rails, Javascript, and more.
A few of the Open Source projects we do at GoRails.
Build a Ruby on Rails app in 48 hours with us.
Help Junior developers get hired by sharing small projects to build their resume with paid work.
Find your next Ruby on Rails Job.
Explore the differences and similarities between Json Web Tokens and Rails session cookies and why you'd want to use one over the other
Authenticate your API using JSON Web Tokens (JWT) using the Knock gem
Add JWT Authentication to your Rails API from scratch
Build a basic VueJS frontend application that authenticates to the server using JWT, Rails API, and LocalStorage
Add a Warden strategy to Devise to support JWT authentication with your Rails app
Setting up an OAuth provider is a great way to add authentication to your API using the doorkeeper gem
Learn how to accept payments with Braintree, PayPal, Venmo, and Coinbase in Rails
Testing integrations with external APIs in your Rails app can be hard. You don't know what requests are being made (or even the responses), so how can you properly mock them out? VCR to the rescue.
Learn how to build a React Native application to connect to your Rails API using OAuth for authentication
When you receive a JSON response from an API endpoint, it's really easy to convert this to a Ruby hash. But hashes don't feel very Ruby-ish when you're working with them and you can't add methods and treat them like objects.
Learn how to create simple API tokens for authentication with Devise
Request documents to be signed electronic using the Docusign API in your Rails app
Learn how to implement a Slack Slash Command App in Rails using webhooks
Learn how to use the Facebook API and refresh auth tokens using the Koala gem
WebMock is a fantastic way to stub out and mock your HTTP requests. It will actually throw an exception in your test suite when an HTTP request is made so that you know when you're hitting an external API that you haven't stubbed out correctly.
Learn how to authenticate with an API using OAuth and Doorkeeper
In this episode we will look at using Ruby's built-in Net::HTTP class to build API clients for making http requests.
How do we test API requests in a Rubygem to make sure that we're integrating correctly with our backend? We'll learn how to use stubs to fake out the request and test our code without any network requests.
Receiving inbound SMS in Rails with Twilio is very similar to handling inbound emails with Action Mailbox
Join 85,376+ developers who get early access to new tutorials, screencasts, articles, and more.
We care about the protection of your data. Read our Privacy Policy.