article thumbnail

22 Entrepreneurs Reveal The Companies They Admire Most For Innovation

Hearpreneur

They invented Ruby on Rails, were one of the earliest proponents of remote work, and took customer service to new heights. Ahrefs is a well-known tool within the SEO industry for identifying SEO keywords, backlinks, and tracking the success of SEO strategy.

article thumbnail

The Top 10 Duct Tape Marketing Podcast Episodes for 2019

Duct Tape Marketing

From paid ads to social media to SMS marketing to SEO, it’s easy to feel overwhelmed by the options out there. Jill Nelson is the founder and CEO of Ruby Receptionists. Solo Show – Model for Marketing Maturity, Stage One: Build. Click here to listen to the episode.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

You Need to Be Listed on These 5 High-Visibility Directory Sites

The Startup Magazine

Crunchbase has an undeniable tech focus, but it’s not by any means off-limits to those who couldn’t tell Ruby on Rails from Python if their lives depended on it. This Wikipedia page for filmmaker David Mimran’s father simply outlines Mimran Senior’s family life and notable business achievements, for instance. Crunchbase.

article thumbnail

How to redirect all your pages from www to root domain using ruby.

Aymeric Gaurat-Apelli

This is bad for SEO for example (plus I had some login issues). Anyway, this is the piece of code you can add in a before_filter method in your ApplicationController in a Ruby on Rails application: host = request.host.gsub(/www./,&# ) if /^www/.match(request.host)

Ruby 35
article thumbnail

How to redirect all your pages from www to root domain using ruby.

Aymeric Gaurat-Apelli

This is bad for SEO for example (plus I had some login issues). Anyway, this is the piece of code you can add in a before_filter method in your ApplicationController in a Ruby on Rails application: host = request.host.gsub(/www./,&# ) if /^www/.match(request.host)

Ruby 28
article thumbnail

How to build your own widget in Ruby on Rails in 10 minutes

Aymeric Gaurat-Apelli

I will show in this article how I did it in 30 minutes using Ruby on Rails (hopefully you will be able to do it in less than 10 minutes thanks to this article). Reply Aymeric permalink I ended up simply providing a link on a picture rather than executing a javascript to render the badge.

Widget 32
article thumbnail

How to redirect all your pages from www to root domain using ruby.

Aymeric Gaurat-Apelli

This is bad for SEO for example (plus I had some login issues). Anyway, this is the piece of code you can add in a before_filter method in your ApplicationController in a Ruby on Rails application: host = request.host.gsub(/www./,&# ) if /^www/.match(request.host)

Ruby 28