Custom Rails Configuration Options Discussion

1
General
Thanks for this episode, very interesting topic.
Lee McAlilly replied

How can compound csv file datas in ruby on rails oop

0
Ruby
https://stackoverflow.com/questions/68876726/how-can-compound-csv-file-datas-in-ruby-on-rails-oop
Alper Efe Şahin posted

Price Discount

0
General
hi.. I would like to have an anual subscriptions, 200 usd a year is a number for me, do you have some discount available for Argentina's student ? Thanks Pablo
Pablo Rodriguez posted

Displaying search results from an API

0
Rails
I am working on a small project where users can search through an API (https://github.com/games-directory/api-giantbomb) via a search bar. However, nothing is displaying on my index page with the r...
OnRice posted

How do I find a list of the lessons I've watched?

0
Site Feedback
I'd like a list of the lessons I've watched because I often want to go back to a video to remind myself of something – but I first have to spend a while tracking the actual lesson down. Finding th...

iTunes Controller Code Review: Part 3 Discussion

2
General
These refactoring series are great. Thanks for taking us through it. Any plans on sharing the source?
Chris Oliver replied

Testing API Requests Discussion

0
General
I am getting an error "Faraday::Adapter::Test::Stubs::NotFound: no stubbed request for post" and cannot find anything that could be wrong. ######secret_test.rb######### ``` stub_token = stub_requ...
Miroslav Kralik posted

How to Build Custom ActiveRecord Validations Discussion

3
General
How does "resizable_image: true" work? I'm assuming that because you named your validator "resizable_image_validator.rb" with a class name "ResizableImageValidator" and then calling "validates :ava...
Cheree Shuler replied

Why would I be receiving a NoMethoError when I try to go to the trips edit form?

1
Rails
edit.erb Edit <%= @trip.location %> <%= button_to "Delete trip", trip_path(@trip), method: :delete %> <%= link_to "Cancel", trip_path(@trip) %> trips_controller.rb de...
Masafumi Okura replied

Audio on a remote Server Windows ?

0
Servers

Login with Facebook Discussion

30
General
Thanks for the video—it was great! I would love to see how you'd approach managing multiple OmniAuth strategies for a single user without Devise.…

How to use Partials in Rails Discussion

0
General
The closing quotation mark is missing, and the backticks are misleading. (I'm guessing they were added for formatting markdown, but due to some change in the blog they are now appearing as visible...
Brandon posted

ERROR in chunk application [entry] js/[name]-[contenthash].js Cannot use [chunkhash] or [contenthash] for chunk in ....

4
Rails
Hello i pass one day to debug this .... I following step by step this tutorial, but when in launch bin/webpack-dev-server https://dev.to/davidteren/getting-started-with-rails-6-1-tailwindcss-jit-we...
Barlow Kasule replied

Muliple has_one's on a polymorphic association

1
General
I wish to add a billing_address and a delivery_address to my Client's. So i thought i would make my Addresses polymorphic. ```ruby class Client < ActiveRecord::Base has_many :addresses, as: ...

Caching with Etags Discussion

4
General
Can I use this with associations in views? I have post with author and use fresh_when on post. If I change author will it render on post view old author or new one?
Leon Entrup replied

Good guide for standing up a solid Ruby gem development environment in Visual Studio Code?

11
General
In my work, I have to split my time between working on a lot of different things, even sometimes different branches of the same things. I've wound up settling on Visual Studio Code as my primary de...
tech solver replied

Searchkick Aggregations - Need to show Users only from Current.account

7
Rails
My App uses Current.account from ActiveSupport and i need to show only Users (for filtering) who belongs to the Current.account. The following Setup for Search Filters with Aggregations (searchkic...
Chris Oliver replied

Help

1
Ruby
Implement a Ruby method can_you_vote? that returns true or false depending on the given age. This method should take one arguments (age), an Integer, and return a Boolean(true/false). can_you_vote...

How to Create an Active Storage Previewer Discussion

4
General
Another great video! Would love to see you create a gem for this on screen. 
henry water replied

Setup MacOS 11 Big Sur Discussion

4
General
Hi I get an error: /.zshrc:2: parse error near `source' any ideas why?

Want to stay up-to-date with Ruby on Rails?

Join 89,237+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.