#ruby
Read more stories on Hashnode
Articles with this tag
Have you encounter following bug when booting your M1 Mac machine when running PostgreSQL, Puma and Ruby on Rails application, this bug is frustrating...
Either you use RSpec or Mini test you want an easy way to run the test file you are working on, or you might like to run the test under cursor to...
Load testing is crucial for ensuring that web applications perform well under pressure. This becomes slightly more complex when applications have...
In this article we will cover how to add your manually installed application in the list of application list that Ubuntu shows natively. Often time we...
Before Rails 4.x to easily navigate back once the action is complete we used to use redirect_to :back method that looks something like this: class...
We want to set the default role to guest if both params[:role] is blank. By blank I mean either these values hold nil or '' . Old way def role(params:...