article thumbnail

22 Entrepreneurs Reveal The Companies They Admire Most For Innovation

Hearpreneur

Tesla has always put a huge emphasis on product development and technological advancement. They invented Ruby on Rails, were one of the earliest proponents of remote work, and took customer service to new heights. It has whole teams dedicated to R&D and invests regularly to ensure it's at the top of the food chain.

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. Biggest takeaway: You’ll learn why the first step in developing a solid marketing strategy is identifying your ideal customer, and I’ll give you tips on how to find them. 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

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

Pick the Perfect Name for Your Startup

mashable.com

A name can be a prison,” says Michael Martine, the blogging and SEO expert behind Remarkablogger. Plus, since spammers rely heavily on popular keywords, names generated solely with SEO in mind can seem spammy. Just don’t forsake that natural ability because you’re so focused on domain names, SEO and empty vessels. Is It Sticky?

Naming 94
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