Search Results for "seeking-work"

Lessons

We couldn't find any lessons that match your search term.

Forum Threads

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

Seeking Guidance on Managing Nested Attributes in Rails with accepts_nested_attributes_for

0
Rails
Hi GoRails Community, I'm working on a Rails project that involves complex nested attributes, and I've hit a roadblock. I want to efficiently manage parent-child relationships within my models, bu...
Emma Wilson posted

SEEKING FREELANCER, Colorado Springs, remote: true

2
Rails
I have a Rails app I built with 5.2. It's intended to be similar to Soundcloud in some ways, Spotify in others. I am using Carrierwave to upload audio files to Amazon S3. One of the things I would ...
Marcus S replied

SEEKING FREELANCER - Javascript configuration

17
Javascript
I have been trying for 4 years and 3 months to try to setup a basic rails app. I have bought 10+ books, subscribed to this and several ohter subscription services to try to learn the basics of rai...
Melanie replied
Solved

SEEKING FREELANCER - Importing CSV file

13
Rails
I've tried to follow along with Chris' tutorial on importing records from a CSV file. I cant get the file to upload. I've posted loads of quesitons on the discussion board for the first video in...
Melanie replied

Create Customer Url

2
Rails
Hello @chris and fellow members. I am new to rails and I was seeking help on how to create a url like "mydomain.com/5047315/projects/21789643 where is *5047315* the user account number ? Regards, ...
karatepicke replied
Solved

Test some simple javascript with Minitest and Capybara

0
Testing
I'm seeking assistance on testing JavaScript that executes on the response page after a POST request. So I have something like this ```ruby class YourControllerTest < ActionDispatch::Integrati...
Jesper posted

Group Chat with ActionCable: Part 7 Discussion

30
General
Hi! response for the new userundefined method `last_read_at' for nil:NilClass for Chatrooms#show how to solve?
FX replied

Dynamic Nested Forms with Stimulus JS Discussion

36
General
Yes this is what ive been waiting for!
James DuBois replied

Hotwire missing template on form submission

6
Gems / Libraries
Hi Chris/extended go-rails community :) I have been playing around with the new turbo rails and trying to implement a turbo stream for my login form submission errors. I am wondering if anyone el...
Jake Smith replied

Button Loading Animations with jQuery UJS Discussion

68
General
Thank you! Really simple. :)
Marcos Filho replied

Setup MacOS 10.10 Yosemite Discussion

141
General
When I try to install Homebrew, I get:csu:~$ ruby -e "$(curl -fsSL https://raw.github.com/Home..."dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib Referenced from: /Users/christophersu/.rv...
Someone replied

How do I Export a CSV file where it includes all the nested attributes?

16
Rails
Greetings: I would like to export a CSV file where it includes all the nested attributes. I have an invoice model and a product model. Each invoice has many products. I am able to export to CSV fo...
Solved

Idea for TimeClock Need Advice

27
General
I'm wanting to integrate Time Clock functionality into an existing Rails 3.2.21 app. I think I have an idea of how to do this, but I need some advice on the how to handle different scenarios. So ...
shakycode replied

Pull data from another table in a lookup

53
Rails
Hi all, I am looking up a list of articles, depending on the brand ID's - `@articles = Article.where(brand_id: brand_ids)` what i would like to know is there a way to retrieve the brand name in thi...
Jacob Montgomery replied
Solved

Better Errors ignore 404 errors

3
Rails
I'm using better_errors gem to track errors better. Any idea how to make it ignore 404 or ActiveRecord::RecordNotFound exceptions? I want to test to make sure my 404 page is working correctly and I...
Chris Oliver replied
Solved

Polling/Long Polling navbar notifications

3
General
Chris I have been using your implementation of navbar notifications and I really like the way it's constructed. I can implement Facebook style notifications and I am pretty happy about it. However ...
Chris Oliver replied
Solved

How Rails.env works with EnvironmentInquirer & StringInquirer Discussion

1
General
Love seeing the internals of Rails features and learning just how simple they are. 👍
Terry S replied

Working with rails caching

1
Rails
Rails.cache.write('name','Hello this is string' , :expires_in => 1.week) Rails.cache.read('name') i use these syntax but always it's nil => nil
Jesus Castello replied

Links not working on production server

9
Servers
I'm at a loss. After finally successfully deploying using Capistrano, and finally figuring out why my assets were missing, I have another issue. I have a link that point to static pages (contact)...
Chris Oliver replied