Search Results for "what-is-the-best-digital-marketing-company"

Lessons





















Forum Threads

GoRails Performance - The Techniques I Use Discussion

32
General
Thanks Chris. The first time my name appears on a video :)
Daniel Morales replied

How should I deal with lots of images?

4
Rails
I have a Rails app that lets users select an invoice from a list of invoices. When selected a view of the image of the invoice is displayed with an image of the customer signature overlayed on top....
William Jones replied
Solved

Setup Ubuntu 16.04 Xenial Xerus Discussion

110
General
Don't use "ssh-keygen -t rsa", use "-t dsa", much safer and not owned by NSA.... ;-)
Someone replied

File Uploads with Refile Discussion

94
General
Awesome.
Someone replied

Looking for a good Angular online course/bootcamp

3
Javascript
The company I work for is paying for me to take an Angular training course soon. If the pandemic wasn't going on this could have been an in-person course but obviously that won't be happening for a...

Deploy Ubuntu 16.04 Xenial Xerus Discussion

91
General
This is not working on Xenial Xerus because there is no packages for Ubuntu 16.04 in Phusion Passenger repositores yet.
Alex Hendershott replied

Deploy Ubuntu 18.04 Bionic Beaver Discussion

77
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!

Setup Ubuntu 14.04 Trusty Tahr Discussion

237
General
thnx
Someone replied

What is Programming & Web Development?

11
General
Give help.
Cassandra Pace replied

How much is the cost to get a web design company to build me something I need with Ruby rails?

11
General
Hi guys, so I am basically running a small business and I need a web application built with ruby on rails. I heard it is a pretty good framework, but I don't know how much the cost is for this. I w...

Managed Postgres with DigitalOcean or thru own server with Hatchbox

5
Rails
I've been going thru the various ways to publish a rails app and trying to decide which method is going to be the best in the long run. After some searching I think Hatchbox and DigitalOcean is go...
Olly Headey replied
Solved

Hourly Production Server Database And File Backups Discussion

31
General
Thank you for this! I should get this up and running on a site I run for a complex fantasy football league...I've been meaning to with Cron jobs and whatnot, but it's just such a hassle and, so far...
Travis Smith replied

Open Closed Principle Discussion

9
General
Loved the bla bla bla on minute 8ish :)Great video! Thanks
Cagri replied

ruby on rails nested model relationship and routes

9
Rails
I have these models: `Sport,` `Country,` `League` and `Match ` Also I do have `SportsController,` `CountriesController`, `LeaguesControlle`r and `MatchsController` So the question is: 1: how i ca...

Direct File Uploads to S3: Part 1 Discussion

18
General
how could you handle wildcard domains with CORS?? I have a multi-tenant site with dynamic subdomains? or can i just leave it defaulted to *?
Vladyslav Knysh replied

Preferences & Settings with ActiveRecord::Store Discussion

24
General
Great stuff
sthapit replied

Deploy Ubuntu 12.04 Precise Pangolin Discussion

104
General
Great tutorial!Just one thing, the Gemfile it's wrong, it's pointing to the wrong repository of each capistrano implementation. This should work:gem 'capistrano', '~> 3.0.0'gem 'capistrano-bundl...
Someone replied

Deploy Ubuntu 14.04 Trusty Tahr Discussion

371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied

What is the best configuration for VScode for Rails Development alongside JS

4
Tips
Hey Guys, So I'm actually trying to properly setup VS code for rails, But I am not able to make it as perfect as I set it up for JS or other languages. Currently, I am using rubocop, selenium, rub...
DuaneOgburn replied

What is the best way to import node_modules CSS in a Rails 7 Esbuild project?

0
Rails
Rails 7.0 Ruby 3.0.3 Esbuild / Tailwind Question: what is the best way to import the CSS from a node package. After running the yarn add command, the JS loads very easily but as you know adding `im...
Stéphane Paquet posted