Improve performance of simple searching method

1
Rails
Hi,I have been building an app these days. The functionality is nothing fancy at all, I have to connect to a client's SOAP webservice, fetch some data, save it into my pg database and build a searc...
Ernesto Gimeno replied

Logger.debug to output command line results

2
Rails
I have an application where we have multiple domains mapped to same server and we need to create letsencrypt certificate for each of these domains. Along with this we need to create nginx files to ...
Anand Padia replied

Advice on implementing a template system in Rails

5
Rails
I am currently building a Rails app that allows users to create and manage projects. Within these projects are different groups and tasks which are of course associated models belonging to the proj...
inopinatus replied
Solved

how do i implement search by postcode/zipcode using the Geocoder Gem

2
Rails
Building a small rails app that is able to search by postcode(zipcode) and radius, so it responds with contractors that are within that radius/postcode **schema.rb** create_table "locations", forc...
Neil Patel replied
Solved

Question BEST_IN_PLACE

1
Gems / Libraries
In Rails 5 versions is it recommended to use the gem Best_in_place? What other alternative is there?
Tabish Iqbal replied

Syncing Repositories with Ruby Scripts - Part 1 Discussion

8
General
Nice tutorial. Why git fetch followed by git pull and not just a single git pull?

A Simpler Build with Broadcasts Refreshes Discussion

0
General
My general rule of thumb is I'll use redirecting back/morphing for very simple or low-frequency pages such as admin pages where there's not a lot of user traffic, but will reach for turbo streams w...

HTML Learning Path - Form Parameter Naming Conventions In Rails Discussion

1
General
Overall epic course on the basics of HTML Collin. Thank you for taking the time to create these videos. I was always wondering about the tag being used to break the controls to a new line. Never s...
cjilbert504 replied

Use select_tag to link to customer show page

13
Rails
I'm converting a MS access databse to Rails. The database has a customer table of over 5,000 customers. I have imprted the customer table from the Acces db into the Rails postgres db. I can use th...
bradnealy replied

Rails Competency Levels

1
Rails
After completing a bootcamp in Ruby on Rails, it can feel overwhelming deciding where to go from there. The typical advice is build, build, build, but it would be really handy if there was some com...

Create a User Profile after saving a Devise User

10
Gems / Libraries
1. When the user registers, do you want to have them fill out some of the profile information as well? If so, then I would recommend updating the Devise form to be a nested form. That way you creat...
Alex Ventura replied

Stimulus JS Twitter UI: Part 1 Discussion

6
General
Is the source code for this (and other) episodes available? I am having some small problems following along.
Andres Urdaneta replied

How do I do this???

0
Tips
Hi, I have a App "myApp" and contains users. than there is an external App "ExtApp". myApp & ExtApp have a partnership. So when one user of myApp want to join ExtApp the user should automati...
MrGrashopper posted

How to save DOM elements in the database?

2
Rails
Hi I'm working on my very first "real" Rails project, and it might be a bit to advanced for a newbie like me. But here we go (sorry for the long and confusing rumble). **Goal:** I want to save the...
Magnus von Bromsen replied

how do implement a rails popularity/trending algorithm

3
Rails
I'm making a web app and I want to sort through a model based on popularity/trendiness, kind of like reddit/hacker news. I want to determine the popularity based on the count of comments, likes, an...
Samuel Janes replied
Solved

How to write System Tests in Rails Discussion

18
General
Really loving this testing series. I've been using RSpec for years but it looks like Minitest now covers a lot of the functionality that made me choose RSpec back then. One of the things I don't l...
Brian Gilbank replied

Rails for Beginners Part 9: URL Helpers and link_to Discussion

7
General
It's there an easy way to mark current page in navigation?
Thy replied

how to unsubscribe?

2
General
how to unsubscribe?
Chris Oliver replied

How do I build a beta invite system?

5
Gems / Libraries
Hi! I'm getting ready to release a beta for my rails app and I was wondering if there is an easy way(perhaps a gem?) to build an invite system, so that only users that receive an invite through ema...
Joe Guerra replied
Solved

Good public national holidays api?

6
General
I am working on a project and I need an api from which to import all the national holidays for a certain country and even for specific regions in that country. So for example I could import all t...
ryan-cal replied

Want to stay up-to-date with Ruby on Rails?

Join 91,129+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.