Search Results for "help-me-with-my-homework"

Lessons
















Forum Threads

What is a good platform to hire Ruby developers from?

1
Ruby
I want to hire a remote developer to help me with my project. Does anyone knows a platform or job board to hire developers from?
Optymize replied

Devise is driving me crazy

1
Gems / Libraries
Hi Guys, Please can someone help me. I have set up sendGrid with devise. I have followed numerous tutorials and done everything correct but after a user signs up the log file site with the followi...
Gerard Donnelly replied
Solved

Deploy Ubuntu 18.04 Bionic Beaver Discussion

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

Setup Windows 10 Discussion

236
General
Hi,I got all the way through this so thanks for the walk through! I run "rails server -b 0.0.0.0" and the server boots fine but when I go to localhost:3000 in the browser, the browser icon spins bu...

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

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

How do I create a virtual balance model in Rails?

10
Rails
This is for a game application I'm creating. I have a user model, a stock model and a UserStock join table for the previous two models. User was created with devise. I intend to attach a certain ba...
inopinatus replied

Deploy Ubuntu 20.04 Focal Fossa Discussion

40
General
Thanks for the guide. There is an error installing NGINX on Ubuntu20.04: "The following packages have unmet dependencies: libnginx-mod-http-passenger : Depends: passenger (= 1:6.0.4-1~bionic1) but...
deyes19 replied

Refactoring Controller Methods Discussion

26
General
I'm still downloading this episode right now, but I want to answer your question in your email 'Should we do more refactoring and talking about how to write clean code in the future?'. And my answe...
Tito Brahmanto replied

How do I access files on server with a cron or similar ? (outside of app)

17
Rails
Hi everyone, i'm a bit new to rails and i'm searching for help.I have a rails app where I receive a zipfile on my server (outside of the app, homedir of new FTP user).Then I want to unzip the files...
Jacob Montgomery replied
Solved

JSON Web Token Authentication From Scratch Discussion

19
General
So does this mean that the authentication is now also a token based API? Is this testable on postman?I redid my whole authentication because I found that the Devise gem (the way it came out of the ...
Gustavo Malamud replied

Problem with Stimulus and counter_culture gem (counter_cache)

8
Rails
Hy all, i have a problem with the counter_culture gem with my stimulus controller. I have installed the gem and configured all. I have 3 model : Thats working fine for this relation: Category hav...
Nate Roberts replied

Dynamic Nested Forms with Turbo Discussion

45
General
Great demo of an awesome new ability. Thanks!
Matthias Orgler replied

Rails for Beginners Part 38: Deploying to Heroku Discussion

13
General
I wasn't able to see the error where the users database table does not exist. I'm not sure if this is because I am on free tier but only the requests show on the logs and not the error itself: ```...
Guilherme Domingos replied

Rails for Beginners Part 36: Background Jobs with Sidekiq Discussion

16
General
I had to change the timezone in config/application.rb. Rails default's timezone is UTC + 0 and my own timezone is UTC + 1. So at 8:00pm when I was trying to publish at 8:01pm, Time.current was ret...
Shaun Smerling replied

Rails for Beginners Part 34: Background Job for Posting Tweets Discussion

4
General
Hi Chris, if I post Tweet with publish_at at 8am and reschedule it to 9am wouldn't have the first job Tweet instance with 8am? Shouldn't I send to job only an id and find actual Tweet inside the jo...
Shaun Smerling replied

Rails for Beginners Part 33: Twitter API Discussion

16
General
I may have missed something during the initial configuration but I had only set read permissions for the app so the .update(body) method was obvisously returning Twitter::Error::Unauthorized (Read-...
vocal keny replied

Rails for Beginners Part 27: Twitter Accounts Page Discussion

17
General
This episode has been updated for Omniauth 2.0. 👍

Bulk Operations in Rails Discussion

9
General
Super usefull episode! Thank you!

grouped_options_for_select --- include a select all

0
Rails
Hi, I have Categories and CategoryType. A Category has_many CategoryTypes. In my form, I am using grouped_options_for_select to display the different category types for a category. Form: ...
Amanda posted