Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are all the "conventions" for Ruby on Rails? [closed]

I'm a Django person going into Rails, and I want a guide that shows me all the popular "conventions".

For example: plurality, _form.html.erb, stuff like that.

Can someone list them here? Or a webpage?

like image 216
TIMEX Avatar asked Aug 24 '10 06:08

TIMEX


People also ask

Is Ruby on Rails still relevant 2022?

Ruby's and Ruby on Rails' Overall Popularity Although way behind main contenders, such as PHP or Python, Ruby still makes the cut for the 20 most popular programming languages list in 2022. The 2022 edition of Stack Overflow Annual Developer Survey also places RoR in a similar spot.

What is replacing Ruby on Rails?

Laravel. With over 64,000 stars on Github as of September 2020, Laravel, which stemmed from Symfony (another Ruby on Rails alternative listed in this article) is one of the most popular frameworks for backend development available in 2020 — and this is not without good cause.

Is Ruby on Rails still relevant 2020?

RoR developers are sure - Rails are still relevant in 2020.

Does anybody still use Ruby on Rails?

It enjoys widespread use and stability, but it doesn't enjoy the sense of being the newest advancement anymore. There are still plenty of projects, startups, and major tech companies that use Ruby on Rails, and the future of this framework is very strong.


1 Answers

If you want the official conventions, then nothing beats the original Rails book: Agile Web Development with Rails

But if you want the unwritten conventions, here's a good start: acts_as_good_style

like image 76
Taryn East Avatar answered Sep 21 '22 12:09

Taryn East