Search Results for "best-framework-for-putting-a-job-based-app-on-heroku"
Lessons
Forum Threads
File Uploading with Carrierwave Discussion
24
General
very helpful!! Thanks!!
Someone replied
How to use Devise with Hotwire & Turbo.js Discussion
81
General
Hey Chris - If we are still using Webpacker, we just need to change data-turbolinks-track to data-turbo-track in our layout files? In your episode repo, you still have it as turbolinks.
<%= st...
How to use Bootstrap with Webpack & Rails Discussion
50
General
Thanks for posting this and the previous video on using tailwindcss. It's helpful to see the main themes reinforced in each of the videos. One thing that I'm struggling with is what seems like a vi...
bradley replied
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
How do I use pushstate to create infinite scrolling blog effect in a standard rails app?
2
General
How do I use pushstate in a simple rails blog to create the effect that larger new sites are currently using: as you scroll to the bottom of the page, the next article seamlessly is loaded, the url...
Thomas Bush replied
Open Closed Principle Discussion
9
General
Loved the bla bla bla on minute 8ish :)Great video! Thanks
Cagri replied
Rails 8.1 Local CI Discussion
3
General
I found the default local CI to be a bit basic. One of my projects is a platform and when we run CI we have to run the test suite multiple times for each implementation of the platform, and we leve...
Richard Ryan replied
Best practices for structuring reusable frontend components (coming from Angular/React) ?
0
Rails
Hey I'm an Angular developer diving into the Ruby on Rails, and I'm trying to figure out the best way to structure reusable frontend components, like buttons, in a Rails project. Especially because...
Cengiz Gürtusgil posted
How to upgrade to Rails 7.1 Discussion
4
General
any anyone else having issues with sidekiq after upgrading from `7.1.0.beta1` -> `7.1.0.rc1`
```
undefined method `broadcast' for ActiveSupport::Logger:Class
=> gems/sidekiq-7.1.4/lib/sideki...
Rails Competency Levels
1
Rails
After completing a bootcamp in Ruby on Rails, it can feel overwhelming deciding where to go from there. The typical advice is build, build, build, but it would be really handy if there was some com...
What is the best way to learn React JS?
5
General
What is the best way to learn React JS?
Dave White replied
How to use Hotwire in Rails Discussion
86
General
Can you please provide the repository for this also?
Ahmad khatab replied
Realtime browser updates with Cable Ready Discussion
9
General
Great episode.
Just as a note to anybody watching this who might be wondering, cable_ready pairs perfectly well with Stimulus Reflex as well. You can simply include the cable_ready call in your *...
Joseph Clarke replied
Looking for a good Angular online course/bootcamp
3
Javascript
The company I work for is paying for me to take an Angular training course soon. If the pandemic wasn't going on this could have been an in-person course but obviously that won't be happening for a...
Rails 6 With Full Vue Frontend vs Sprinkled Vue Components
4
Rails
I'm struggling to decide how best to integrate Vue in my Rails 6 app. 🤔
I've read [some tutorials](https://web-crunch.com/ruby-on-rails-api-vue-js/) that suggest using Rails as API with Vue as fro...
Tabish Iqbal replied
How do Rails developers work with JS developers on a project?
5
General
Hi there!
I've been the only developer at my workplace for a while now and I've been coding in Rails, primarily. I don't have any formal qualifications in development, but I've been self-learning ...
Chris Oliver replied
I was wondering if you ever considered doing a series on salesforce
2
Rails
I see a lot of ROR coders in forums looking for information on how to implement some Ruby or ROR with their salesforce implementations.
I was wondering if you ever considered doing a series on t...
Brandon Buteaux replied
Single Responsibility Principle Discussion
25
General
Great series. I would love if you continue with this, plus with testing. Testing is something that you haven't really touched upon much here. Also with some design patterns that follow along w...
Aaron replied
Render partial via AJAX without JQuery
9
Javascript
I've got a standard Comment.model - I'm trying to use AJAX to render partial. Using JQuery works but I'm trying to use VanillaJS only. The AJAX is working but it's rendering the markup inside of th...
Solved
Debugging With BetterErrors Discussion
16
General
Thanks! This will help me a lot.
Monroe Mann replied