Search Results for "what-are-your-goals-for-2017"

Lessons





















Forum Threads

What are your goals for 2018?

5
General
Hello all, Last year I posted a similar post, and it was really popular. So first off how many of your goals did you complete? Here's the [previous post](https://gorails.com/forum/what-are-your-go...
robert replied

I'm feeling lost about learning JavaScript, HELP!

10
Javascript
Hello people, for the past weeks or months I've been trying to learn JS by my self. I started learning with Modern JavaScript and read most of the basic stuff but I couldn't continue and I stoppe...

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

How "expensive" are API calls?

2
General
I was thinking about an SPA that has a like button. In "Liking Post" tutorial you wrote a method that checks if the current user liked the post, but in an SPA that means I will have to make a call ...
Isaac Ben Hutta replied
Solved

Looking for Rails work? / Hiring Rails developers?

52
General
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails freelancer or if you're a freelancer looking for work. *Please lead with either SE...

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

12
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...
Everett Clayton replied

Prevent spam bots from hitting app

7
General
Hi guys and gals Wasn't sure which category to put this in but here goes anyway... I have a Rails 5 app in production hosted on Heroku. I recently noticed a particularly high load on the servers ...

Rails I18n Cheatsheet Discussion

0
General
Hey everyone! Check out this Rails I18n (Internationalization tunnel rush) cheatsheet I found. It's been super helpful for managing translations in my projects. Thought I'd share the love. What are...
Juan Jacobson posted

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...

Classes & Objects in Ruby Discussion

20
General
Hey Collin, Thanks for this great video. Looking forward to the video on modules.
cjilbert504 replied

Hatchbox: teams

6
General
Hello, what are your plans for developing Teams feature on Hatchbox? Currently I can invite someone by giving them status "admin", "member" or no status at all. The problem is, any invited person h...
Francisco Holcomb 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

What are your Recommended Linters?

0
Gems / Libraries
Hey there - I often get syntax errors in my ERB templates, is there a guide to recommended Rails linters?
Christopher Lam posted

Authentication in 2021

2
Gems / Libraries
Devise seems to be very popular among the Rails communities and I was wondering why Auth0, Okta, Cognito (AWS) or Firebase, etc. were not that much used to authenticate and manage users in Rails ap...

Do you guys enjoy VSCode for writing Java?

1
General
Hey I've been using IntelliJ ever since I started using Java and I wouldn't give it up for anything else, but I've been only using my student license to do so. My student license expired yesterday ...

Google Maps and Google Places Autocomplete API with Rails, Turbolinks, and Stimulus.js Discussion

12
General
Thanks Chris, great video. I have tried to work with Google Maps Places API in the past, but I have faced an issue with their API Policies. According to their policy you cannot save details like t...
alangosh replied

How to use Devise Test Helpers Discussion

4
General
Hey Chris, I've noticed that some of your recent videos about testing are using Minitest. What are your current thoughts on Minitest vs rspec? I've been a fan of rspec for many years, but I'm co...
sxlehman-godaddy replied

Preventing XSS in a Rails app, accepted architecture?

0
Rails
I've read and understand the great ways Rails sanitizes data when going from server to client, but I have a question that I would love to get some guidance/input on. Recently it was discovered the...
Mark Kadlec posted

Refactoring with the Null Object Pattern Discussion

22
General
One thing to watch out for with NullObjects is Relations. Rails recently introduced a Relation#none method which will help in these cases. Imagine a Post has_many Comments, you'd want to create a N...
Sergio Márquez replied

Newsletter Sign Up Form with country_select Discussion

17
General
Well I for one appreciated this :)
Someone replied