Convention on model names in ruby on rails
I was doing my ER diagram for a rails application I’m about to begin with and there I have an entity called Class News
so I’d have a model ClassNew
but I don’t know if I will have problems in the future with the New
part or what would be the right way to do this o how should I call the model? since the right thing would be ClassNews
and the table should be class_news
…
Rails 7.2.1 with config.log_tags = [ :request_id ] results in large logs with long list of UUIDs on each request
I recently upgraded my Rails app from 6.1 to 7.2, and after doing this, I found that my logging volume for requests went up a lot. I inspected some of the logs and saw that they are looking like:
How much Ruby should I learn before moving to Rails? [closed]
Closed 9 years ago.
easiest way for push notifications
I wanted to implement real time push notification to one of the apps written in RoR. I don’t have any experience with nodejs, nowjs, express or socketio.
Use a partial in a partial?
I’m a Rails newbie, so bear with me.
Ruby/RoR development: desktop or server [closed]
Closed 11 years ago.
How do I read API documentation? [closed]
Closed 8 years ago.
Is it worth converting a Django project to Rails?
I have a project I shelved a while back- it was essentially a working web app built in django but I stopped working on it to work on something else.
Should I prefer instance methods over class methods in Ruby?
I’m working on a rails application, and I’ve been pulling functionality out of my rails code and into pure ruby classes in lib/. I’ve found myself often writing classes like this:
What is faster and preferable way for variable assignment in ruby? [closed]
Closed 12 years ago.