Skip to content

Rodrigo Urubatan – About Code

Helping ruby developers to use the best tools for each job so they can solve hard problems, with less bugs and have more free time.

Menu
  • Home
  • My last presentations
  • About
  • Privacy Policy
Menu

Tag: rails

Learn how to make your Rails logs smarter with log_tags!

Posted on 2018-07-26 by Rodrigo Urubatan

When you look at the logs of your application in development, they may appear clear and concise to you (probably not thou), but when you are looking at the production logs and there are many simultaneous requests, sometimes it is difficult to know exactly what like of the log is the next entry, or what…

Read more

5 easy steps to implement JWT (Javascript Web Token) authentication for your API Only Rails apps

Posted on 2018-07-22 by Rodrigo Urubatan

If you are writing an API only rails app, your clients will need to authenticate in some way to use your API, you have of course many options to choose from: You can build your own authentication You can Use a plugin like Devise You can use OAuth both accepting other provider or implementing your…

Read more

6 reasons to stop using REST and start using GraphQL

Posted on 2018-06-08 by Rodrigo Urubatan

Following up the post about a Rails API only app, lets talk about why you should not use REST in your API app. 1: too much unneeded information Have you ever written a client application to any API? And when you did it, was there a query you needed to do that returned a lot…

Read more

API only app? use rails and be happy!

Posted on 2018-06-06 by Rodrigo Urubatan

Sometimes we need to create only an API, an application without a user interface, for example if you’ll have someone else built later a mobile client for that API, or even a full SPA web client, there are many reasons to build an API only app. And since there are that many reasons, rails helps…

Read more

How to use docker to have an uniform development environment for your rails project

Posted on 2018-05-18 by Rodrigo Urubatan

Lets say you work on a company, and there is more than one developer at the company, and sometimes other developer is hired and need to configure the development environment. Or maybe you work on an opensource project and you want to make the life of anyone that is contributing to the project easier. Or…

Read more

Quick and Dirty introduction to ActionCable – the best WebSockets for Rails!

Posted on 2018-05-16 by Rodrigo Urubatan

This post is a followup and a translation of my presentation from “The Developers Conference Florianopolis 2018” What are WebSockets good for? Update the screen of many clients simultaneously when the database is updated Allow many users to edit the same resource at the same time Notify users that something happened Among many other things….

Read more

How to improve Rails testing speed using Git

Posted on 2018-02-23 by Rodrigo Urubatan

I did a presentation in 2018 RubyHACK and will do the same presentation in 2018 TheConf called “Put Git to work: increase the quality of your project, and let git do the boring work for you”, one of the subjects in the presentation is how to use git to run tests only for the changed files…

Read more

Git + Lazyness = happy Rails developer

Posted on 2018-01-11 by Rodrigo Urubatan

I had some problems that you probably have too, if you are a ruby developer that works in a team… Check if you have at least one of these problems: Someone commits something that does not passes the test suit Someone have deployed a version of the rails application without precompiling assets Similar to the…

Read more
  • Previous
  • 1
  • 2
  • 3

Recent posts

  • Why Embrace Nesting in Ruby Modules?
  • An easy way to have a local “Github Copilot” for free
  • SPA without touching Javascript – The magic of Ruby on rails and Hotwire
  • I see Dead Jobs everywhere (sidekiq DeadSet)
  • Quick tips that help: rails notes

Arquives

  • May 2024
  • April 2024
  • February 2023
  • January 2023
  • December 2022
  • June 2021
  • March 2020
  • January 2020
  • July 2019
  • June 2019
  • May 2019
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • February 2018
  • January 2018
  • November 2017
  • August 2015
  • August 2014
  • July 2014
  • August 2007

Categories

  • AI
  • articles
  • cfp
  • firebase
  • gems
  • git
  • opinion
  • presentations
  • projects
  • rails6
  • ruby
  • Sem categoria
  • server-api
  • tutorials
  • Uncategorized
© 2025 Rodrigo Urubatan – About Code | Powered by Minimalist Blog WordPress Theme