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

Using React
19
Rails
I'm trying to learn how to use react in my rails 5 app.
I've just finished following Kenny Hibino's you tube series for his medium clone. He used react-rails gem, but then realised he wanted to u...
Rio replied
Solved

has_many :through association woes
10
Rails
I have a has_many :through relationship between a few models that *almost* works.
My goal is to allow users to be assigned to projects and/or tasks. Everything seems to work except user_id's are n...
Adrian DeGus replied
Solved

Using Vagrant for Rails Development Discussion
159
General
Trying to install the librarian-chef plugin first produces an error about not being able to find the vmware-workstation plugin (or rather gem). Installing the vbguest plugin first fixed the issue.
Bob Bannister replied

Hatch / Updates
1
Servers
Are you going to manage the updates of the core components (vs gems) like Postgres / Redis etc ... ?
Chris Oliver replied
Solved

Rails API backend with Electron Frontend
5
Rails
I'm working on a SaaS platform that will be heavily API driven with a React or Vue front end. But there's a requirement for a desktop app to give the customer something "tangible" to hold in their...
kavuquj678 replied

Use select_tag to link to customer show page
13
Rails
I'm converting a MS access databse to Rails. The database has a customer table of over 5,000 customers. I have imprted the customer table from the Acces db into the Rails postgres db.
I can use th...
bradnealy replied

Setup MacOS 10.9 Mavericks Discussion
85
General
Works like a fucking charm!
Someone 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

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

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

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

How do I display several posts in related "weeks"
17
General
I would like to structure my blog so that I can assign posts I have created with Trix and Shrine to weeks.
I want to have 12 teaserboxes on my index page which can then be clicked and if I click o...

Performance increase over group_by
6
Rails
How can I write the below operation, being handled by _group_by_ Ruby method, in terms of DB specific query?
```ruby
def list_users
@search_by_options = [:age, :location, :department, :desig...
arup rakshit replied

Russian Doll Caching with Rails 5 Discussion
13
General
Hey Chris, thank you for this screencast! Cache toggling feature looks awesome (I just learned it from this video). One quick question, do you recommend Redis over Memcached as a cache store?
And replied

ActiveStorage trix image before record exist.
3
Rails
Hi,
I have a Concept model with description string field.
Concept `has_many_attached :images`, I use them to store images that I dragged into trix wysiwyg.
Everything works great if Concept alrea...
Chris Oliver replied
Solved

How do I use carrierwave and a custom process to upload an unzipped folder to s3
4
Gems / Libraries
## Goal
- I take accept a zip file containing some config files as well as 2 folders filled with images
- Unzip the folder
- run a method to standardize the sub folder and image names as well as re...
Thomas Bush replied
Solved

Multiple Users with Devise
3
Gems / Libraries
Hello! I'm new here. I'm currently working on an app and I'm trying to wrap my mind around how I want to handle authentication using Devise. I've read the past threads that were similar to my situa...
Chris Oliver replied

Upload Progress with Refile Javascript Discussion
32
General
Hello Chris, is there a good gem to build a progress bar? (for example, show % complete based on how many episodes you've watched)
Nikola Okonesh replied