Search Results for "google"

Lessons












Forum Threads

Checking Domain Expirations With RDAP Discussion

5
General
Excited to kick off a SaaS product series. Should we build more end-to-end projects like this?

How to use the Browser Guard in Rails Discussion

6
General
If you're building a no build Rails application that makes use of modern browser features (like ONCE Campfire!), you'll definitely want to use this.
Richard Ryan replied

I am receiving this error "BlogPostsController#index is missing a template for request formats: text/html"

3
Rails
What I need help with is this - my file path seems correct, however, my views/layouts are not separate. My file path is: app> views> layouts> blog_posts> index.html.erb What I am wond...
Roman Vetter replied

Error on Letsencrypt tutorial

0
Servers
I am following the guide on this site for lets encrypt and I ran into error, I don't know if something is outdated or changed cd ~ git clone https://github.com/letsencrypt/letsencrypt cd letsencry...
Ohre Alex posted

Improving the URL Shortener Design Discussion

3
General
Hello Chris and ROR developers, Why I need to add **kwargs and what is doing ?? def favicon_image_tag(domain, **kwargs) image_tag google_favicon_url(domain), **kwargs end
cjilbert504 replied

How to extract from MS Word or Google Docs

1
Ruby
Hi! does anyone know how to implement a feature that extract the content from microsoft word or google docs and keep its as rich_text? thanks!!
MatthewHicks replied

What SEO tools do you use as a developer?

6
General
I am working on a project that should be SEO-friendly at launch. I have only basic knowledge in SEO and will be grateful for any of your advice

Can anyone point me in the direction of some good RSpec tutorials?

3
Testing
Hi, I've searched this site, Googled etc, but can anyone recommend a good RSpec tutorial? Thanks.
Dave White replied

How to load jquery and other vendor js & css files through importmap in Rails 7

0
Rails
Hi, I am trying to re-building a website using Rails7 and Bootstrap4, which was already developed in Rails5 and Bootstrap3. I have faced some problem of loading jquery and css files. I followed the...

How to integrate google-drive Api with ruby application?

1
Ruby
Hi, I'm working on a ruby application, and i need to integrate google-drive with this application to upload the files from the drive and show it. Can anyone help me , how to integrate ?
Jatin Choudhary replied

Setting Up Linux in Windows 11

0
General
I just bought a new laptop with Windows Home. Upgraded to Windows Pro. When I configure the computer for Hyper-V or enable the virtual machine and restart the computer I get a black screen. I can ...
Steven Fried posted

Create a filterable location based database with Google Maps API?

1
Databases
I’m not sure exactly how to word the functionality of what I’m trying to build but let to give it a shot here to see if someone has built or seen something similar I’m working on a web app that wi...
ammys09 replied

I am in the process of updating my 5.2 rails to 7, now at step 6.0 to 6.1 get a HPE_Header_OVERFLOW when starting app

1
General
when I call my app via the link in the browser it comes with 'HPE_HEADER_OVERFLOW: Request could not be proxied' the rails trace looks clean: 'Started GET "/d/users/sign_in" for 73.127.89.253 at 2...
jl@lejoly.com replied

Chrome Only - getElementsByClassName error

0
Javascript
I am hoping someone might be able to shed some light on this issue. I have this JS code (below) located in packs -> application.js. It grabs the class name and adds additional class. The divisio...
Mountaindog posted

JavaScript not working for Bootstrap 5 on Rails 7

5
Rails
Hello, I have started learning Ruby on Rails recently. I came across your site when trying to figure out issue I am having when installing Bootstrap 5 with Rails 7. The bootstrap framework is insta...
Malinda Schmeler replied

I am confused about do blocks

1
Ruby
I am familiar with do while, do until, each do, etc. However I came across the following code that is using 'do' in a way I have not seen before and I am not sure what it is 'doing'. For example ...
William Jones replied
Solved

How do I generate SEO Friendly URL's for filter combinations in Rails?

9
General
I have a site where the user can apply a combination of multiple filters. To improve the SEO on the site I would like to have the URL in a human-readable format when filters are applied. I would ...
Blazeront Kyle replied

How do I fix Github Action test error caused by "DevToolsActivePort file doesn't exist"?

1
Testing
Hey - I have a Github Action test file as below. When I run the CI, the system tests which use Selenium WebDriver do not pass. The following error occurs: ``` Selenium::WebDriver::Error::UnknownE...

Setup Windows 11 Discussion

8
General
In case you guys have Windows 10 like me: 1) Run PowerShell as administrator 2) Paste this command: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 3) Restart...
Derek Hobson 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...