Search Results for "which-is-more-better-java-programming-or-kotlin"
Lessons
Forum Threads
Advanced Search, Autocomplete and Suggestions with ElasticSearch and the Searchkick gem Discussion

78
General
Using Vagrant for Rails Development Discussion
I too have battled with this for ages, using vagrant et al on Ubuntu 17.10. Kept getting the "too many children" error. I discovered that many thought the problem was with "archive-tar-minitar" gem...

160
General
Deploy Ubuntu 14.04 Trusty Tahr Discussion
Hey there !
I'm trying to deploy on a private server following this tutorial with a rails 5.2 app and somehow when I cap production destroy, i get an error saying
01 SassC::SyntaxErro...

372
General
Introduction to Stimulus Reflex Discussion
Absolutely -- yes -- more videos on Simulus Reflex, please :)

44
General
In-App Navbar Notifications Discussion
This is exactly what I was looking for!! Thank you so much!!! I'd love to see how you integrate React to this feature too.

56
General
Manage multiple rails project with different versions of rails and ruby | RVM vs Rbenv | Bundler
I am new to rails so I have a lot to ask and I find out there is a huge debate on ruby version managers i.e RVM and Rbenv, and there is a bundler too. Now all the articles I have read are old and t...

1
Rails
Good guide for standing up a solid Ruby gem development environment in Visual Studio Code?
Thanks for sharing this information.https://www.techsolveguide.com/, https://www.playstoreinfo.com/

12
General
Does it make sense keep using Carrierwave having ActiveStorage?
Based on the pre-6.0.2.2 version of Rails, I found Carrierwave to be more suitable for apps where I need to generate multiple-size versions of an image on upload that I may want to use outside the ...

2
Rails
How to use Bootstrap with CSS bundling in Rails Discussion
Not sure if this answers it for you, but for external libraries, I've gotten either of these to work, depending on whether loading locally from node_modules or remotely from CDN:
```
// Load from n...

28
General
2 sites... 1 DB?
I think you should look across WP multisite solution. One DB and lot of websites.

8
Rails
Multiple Rubies using Rbenv
Right you are sir. Actually there's been talk of shipping bundler with Ruby, although I forget where I saw it. That would be nice though. Having the .ruby-version in your repo also helps when yo...

5
Ruby
How do I allow a user to make multiple payments on one booking using Stripe?
I'm a few days behind catching up on the forum. Great to see you got it working! Having the quantity being passed over sure helps. :) Took a while to debug, but I bet it feels good to have figured ...

39
General
How do I import a Sass library from within a "node_module" (Rails 5.1)?
Yeah, I'm messing with this and running TailwindCSS/SASS in parallel with the Rails Asset Pipeline/Bootstrap.As mentioned, that's what's so powerful about Webpack (as I've recently discovered and l...

12
Rails
Dynamic Nested Forms With Turbo Part 2 Discussion
For some reason, I lost the ability to update after adding the helper at the end. Anyone else?
```bash
Unpermitted parameters: :task_12, :task_13. Context: { controller: ProjectsController, action...

6
General