Search Results for "write-my-essay-for-me-cheap"

Lessons


















Forum Threads

How to test ActionMailer in Rails Discussion

21
General
Great episode, Chris. I like how you said you don't really need to test CSS styling but instead focus on testing the higher level functionality of your mailers. That way, a developer doesn't go dow...

Writing an ActiveRecord adapter

0
Rails
Since none currently exists, I'd like to write my own ActiveRecord adapter for the Immudb database. However, I've been searching for a while online and can't find any good resources on how to write...
DEEPAK KUMAR posted

Uncaught Error: If you load both jquery_ujs and rails-ujs, use rails-ujs only.

0
Javascript
I have a rails 6.1 application that uses jquery. Here is how I'm importing it in my config/webpack/environments.js file: $: 'jquery/src/jquery', jQuery: 'jquery/src/jquery', jquery: 'j...
Tripscape posted

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

STATISTICS APPLICATION

0
General
Hello everyone, I am building a web app in rails to manage quality indicators of a financial institution. My apps use many complexe Queries. Unfortunately I am not very strong in rails so for my qu...

RSpec w/capybara vs Mini Test

6
Testing
Hey guys, what are your thoughts on RSpec vs Mini Test. Which one do you use and why? Cheers, Drilon
Chris Oliver 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

Use coffeescript or javascript in rails form to grab model attribute

10
Javascript
I am working on a Rails app and need some help with coffeescript which I'm honestly not very good at. I have a form with a field called location_id using a collection in Rails. ```` <%= f.grou...
shakycode replied
Solved

Search functionality for the screencasts

8
Site Feedback
It would be great if can search through the screencasts. You will definitely need one once the number of screencasts increase.
Chris Oliver replied

video about sortable lists

21
Rails
Hi, I'm not sure if this is the right place to post this issue, but I'm looking for a way in my Rails app to reorder items by drag and dropping. I tried to implement the solution by Ryan Bates in...
Chris Oliver replied

Rails 5's ActionCable and Websockets Introduction | GoRails - GoRails

27
General
Great Post. Thanks
Someone replied

How do I install a Bootstrap 5 theme with Rails 7

8
Rails
Hello, I have trouble using a Bootstrap 5 theme (like those we can find on themes.getbootstrap.com, for instance) with a Rails 7 application I'm building. I'm not sure which is the best way to inte...
Among Us Free replied

Custom Attribute Serializers with ActiveRecord in Rails Discussion

7
General
This feels much simpler for custom value objects and surprisingly more straightforward than the official way, i.e. registering a new Active Model type. Great video, thank you.
Adrián Mugnolo replied

SQL Learning Path - Creating and Dropping Databases Discussion

7
General
Initially, I got a connection error, to the effect, 'database 'my_user_name' does not exist. After running `createdb` and then `psql`, everything works and I was able to connect using 'TablePlus' ...
Jesus replied

Rails Components From Scratch Discussion

14
General
Great episode Chris!
xiaohui replied

Conditionals in Ruby Discussion

16
General
Feels a bit basic, but maybe that's a sign that I'm not exactly a beginner.
cjilbert504 replied

Safely running custom User Ruby code (e.g. Shopify Scripts)

2
Ruby
Hello everyone! Nervous first-time poster here, and of course, my apologies if there's already a video / thread that covers this. An advanced topic I'd love to see covered on GoRails (or hear any ...
Keegan Bakker replied

Your First Ruby Gem Part 2 Discussion

1
General
Hey Collin Great ep: thank you! Really enjoyed the Github actions intro. We use a 3rd party CI (Semaphore) which is really good, but it was useful to see "the Github way" A suggestion: might be ...

Seeking guidance from above!

1
Ruby
Hi there, I'm new to ruby and seeking help from better/experienced peers for guidance. I'm facing an issue with executing in creatings an array for the scenario of train data. My current skeleton f...
Tai PAUL replied

How To Update ActionText Attachments Discussion

2
General
Maybe would be even more generic with `GlobalID::Locator.locate_signed(node.attributes['sgid'].value)` https://github.com/rails/globalid#signed-global-ids
Adam Stockland replied