MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
6434
today
Tutorials
Using GraphQL, a Ruby on Rails introduction
GraphQL has been stirring up quite a buzz ever since it was introduced by Facebook. Since then companies like Github, Shopify and Pinterest have been using it as a core part of their technology stack.
Conditional unique indexes in Rails and PostgreSQL
This is a simple example of adding a conditional and partial unique index to Rails applications backed by PostgreSQL.To demonstrate adding a conditional unique index I will use a following User model that I want to add.
Profiler week 5: Mac support, experiments profiling memory allocations
In just-this-second news – someone tweeted at me just now that they used rbspy and it helped them find an unexpected hot spot in their program, which made me super happy!!.
Playing with ruby's new JIT: MJIT
As the commit explains, this is still early days for JIT in MRI ruby. It’s not yet ready to make Rails faster, and it’s slower right now than some of the earlier prototypes, but it’s here.
Instrumenting Rails with Prometheus
Usually people leave this type of instrumentation and graphing to NewRelic and Skylight. However, at our scale we find it extremely beneficial to have instrumentation, graphing and monitoring local cause we are in the business of hosting, this is ...
iridakos - Creating a simple GTK ToDo application with Ruby
A tutorial for creating a simple GTK ToDo application with Ruby.
Rails 5.2: Active Storage and beyond
See what's new in Rails 5.2 and try its brand new Active Storage framework for file uploads with our detailed hands-on guide. Also covering Credentials, Current singleton, CSP configuration,.
Searching in Rails with Solr, Sunspot and Docker · Gaurav Koley
Over the past few months, I have been working on a project titled Goodwill Currency for the Web Science Lab @ IIIT-B. It is a Ruby on Rails based portal with a VueJS frontend.
Testing Vue.js in Rails with Webpacker and Jest
In the project I’m working on, I was given the task of investigating how to integrate Vue.js with our existing Rails app. So I started reading ….
Extract conditionals into well-named methods
One of the simplest (and most effective) ways to refactor is to extract a method. The naming of an extracted method is a great tool for communicating the thinking behind the code.
<
1
…
218
219
220
221
222
…
259
>
Visit our quiz
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other