Planning upgrade from Rails 3 to 5. How to transition assets from pipeline to webpack gracefully ? Coffee & ES6
Hey Thomas,
You probably already found an answer to this, but one of my co-workers wrote a couple of articles about this topic:
- https://www.fastruby.io/blog/rails/webpack/from-sprockets-to-we...

2
Rails
Realtime Online User Tracking with ActionCable Discussion
If I have multiple devise users scopes (Admin, User) and I plan to display the list of online Users and also the list of online Admins, should I generate 2 different channels, or should it be done ...

11
General
Does anyone have experience with ruby motion to develop mobile app in ruby?
unfortunately not. I have just got used to it recently
2 player games

2
Tips
Rails, Hatchbox, New SSH Key and Permission denied (publickey)
I am having the same issue - and I just created the cluster!

2
Servers
How can I get a file object from active storage to attach to a different model?
Found this link on how to reference a blob for use with another model.
https://github.com/rails/rails/issues/31674

2
Rails
Group Chat with ActionCable: Part 4 Discussion
I have a problem, the message always saved to the first chatroom.

71
General
Looking for Rails work? / Hiring Rails developers?
SEEKING RoR DEVELOPER / REMOTE - WORLDWIDE
Hi everyone!
We are looking for a skilled Ruby on Rails Developer to join our remote international team. We are looking for a full-stack developer who ...

51
General
Setup MacOS 10.15 Catalina Discussion
I ran into problems when installing the ruby mysql2 0.5.3 gem after running `rails new myapp -d mysql`. The `sudo installer -pkg ...` command suggested in the tutorial did not work. I received the ...

12
General
Approach/thoughts for longterm settings outside of the database?
Beginner, playing around with Rails 6.0.
I would like to allow the admin of a Rails site to change the site for all anonymous users who come to it:
Settings like
-how many articles per page ...

1
Rails
Rails & Vue.js Trello Clone - Part 2 Discussion
Hi Chris. I'm getting an error at 9:33, when I try to add a card. ```Uncaught ReferenceError: Rails is not defined at VueComponent.submitMessages (app.vue:31)```Can you help me solving this?

21
General
What are the pros/cons and considerations that should be taken in separating your mostly static front facing website from your web app in rails?
Most of the time websites do this so they can have a completely different application serve their landing pages vs their actual app. For instance you may want to have your landing pages be served b...

4
General
Introduction to Stimulus Reflex Discussion
The is interesting, thanks for sharing. I guess I should look up stimulus :).
Question: What if the page was originally rendered as a post request? Will it repost the form data?

38
General
Redmine Rails
Hi, i have trouble with ruby ( i dont know any ruby basics but im edititing redmine plugin ).
I prepared method
def getDateForRedmine( startDay, endDay, limit, date )
datetime =...

1
Rails
User Referral Program From Scratch Discussion
TIP: If any of you are using validations in devise, `before_create` in the user.rb file may not work, and you will get an error.
Therefore, try changing that line in user.rb to `before_validatio...

22
General
Is there a beginners course?
As a current beginner/student of rails I'll suggest my current (and 2nd attempt) at Rails:
I Find that most (not all) courses tries to jam in as much Ruby in in an often too short or too intensive ...

5
Rails
Contributing To Thor Discussion
I can't see how this should work. What I learned is, that gmail does not allow piping to a server, only forwarding to a different mail server. So for me it looks like it is not possible to use a h...

2
General
Deploy Ubuntu 14.04 Trusty Tahr Discussion
Puma is great too, but this tutorial is intended for beginners and Puma requires you to setup, run, manage, and monitor a separate process on the server independent of NGINX. It's just a lot less b...

1
General
Using elasticsearch/searchkick to run a search bar via my navbar and show results in a search.html not index.html? ..
Hello,
I just finished going over Chris's two great railscasts dealing with search. However, I wanted to put my search bar on my navbar so that whenever someone searches the results I will be take...

1
General