We recommend LibHunt Ruby for discovery and comparisons of trending Ruby projects. Also, to find more open-source ruby alternatives, you can check out libhunt.com/r/rails
Rapid Development
Ruby on Rails uses conventions over configurations which allows developers to build applications quickly. It comes with a wealth of built-in tools and libraries that streamline the development process.
Community Support
Rails has a vibrant and active community. This means a lot of third-party libraries (gems) are available, and you can easily find help and resources.
Convention over Configuration
Rails emphasizes convention over configuration, which reduces the number of decisions developers need to make. This can increase productivity and consistency across projects.
Built-in Testing
Rails comes with a strong built-in testing framework, making it easier to test your application and ensure that it works as expected.
Scalability Options
Although it has a reputation for not being the most scalable framework, Rails can be made scalable with good architecture and the right tools.
RESTful Design
Rails promotes RESTful application design, which means that it aligns well with best practices in web development and makes it easier to build APIs.
Promote Ruby on Rails. You can add any of these badges on your website.
It is also known to build secure applications, and the active community does well at finding solutions to the newest vulnerabilities. The Ruby and Ruby on Rails documentation are great resources for delving into this ecosystem, but if you prefer a guided path, The Odin Project open-source community would be an excellent start. - Source: dev.to / 25 days ago
Trails is a modern web application framework. It builds on the pedigree of Rails and Grails to accelerate development by adhering to a straightforward, convention-based, API-driven design philosophy. - Source: dev.to / 2 months ago
For those who are unfamiliar with Laravel, it is a very popular monolithic PHP web framework similar to others like Ruby on Rails. It is known for its ease of use, rapid development and making PHP development far more enjoyable haha! - Source: dev.to / 3 months ago
On the back end, we worked to migrate data from Spark (a data processing engine) to a custom, in-house RETS (real estate transaction standard) aggregator, which helped dramatically grow the customer base. We also moved Agent Inbox to a hybrid solution using React.js and Ruby on Rails, replacing their single-page-application solution with server-side rendering to improve project stability and speed. (This move came... - Source: dev.to / 3 months ago
How to start using React components written in TypeScript using Ruby on Rails as a server with only built-in Rails features? There are a couple of ways we can achieve it with. - Source: dev.to / 3 months ago
We rewrote and redesigned the entire user interface, contending with a very tight timeline, and we upgraded the existing code within Ruby on Rails, including all dependencies that were previously unsupported and thus creating security risks for the product. - Source: dev.to / 3 months ago
And if you’re not familiar with tools like Laravel and Ruby-on-Rails, they are opinionated full-stack frameworks (for PHP and Ruby) with lots of built-in features that follow established conventions so that developers can write less boilerplate and more business logic, while getting the industry best practices baked into their app. - Source: dev.to / 3 months ago
Ruby on Rails, in my opinion, is the most productive full-stack web framework to-date. - Source: dev.to / 4 months ago
Let’s look at two technical solutions — RSCSS/ITCSS. This is indeed a perfect combination of instruments which we use in our projects built on React and Ruby on Rails. - Source: dev.to / 4 months ago
A 7.1 Ruby on Rails application hosted on a Hetzner VPS and deployed via Kamal. - Source: dev.to / 4 months ago
Industry adoption - Without including the adoption of other popular and more established frameworks like Python, React, C#, and others, if we consider the adoption of Ruby frameworks, Rails easily eclipses Hanami. The Rails homepage lists some big-name organizations using the framework. On the other hand, as the new kid on the block, Hanami is not so widely adopted. We'll have to wait and see whether that will... - Source: dev.to / 4 months ago
Here's a real life example: Imagine a Ruby on Rails app on which a team of developers are working. The code is hosted on GitLab and all the work is coordinated using GitLab issues. In other words: For every commit, there's an associated issue and the issue number acts as a sort of primary key for documentation, time reporting and so forth. This convention has a few advantages, most notably the ability to easily... - Source: dev.to / 5 months ago
Ruby on Rails is regarded as one of the best ruby frameworks. It was the primary language in developing big projects such as Twitter and helped the language boost the community. Often referred to as “Rails,” Ruby on Rails is a web development framework with an MVC control structure and currently running its 6.1 version. The 16-year-old language has dramatically influenced the web development structures and... - Source: dev.to / 6 months ago
DEV is a Rails monolith, which uses Preact in the front-end using islands architecture. The reason why I mention all this is that it's not a full-stack JavaScript application, and there is no state management library like Redux or Zustand in use. The data store, for the most part on the front end, is all data attributes. - Source: dev.to / 9 months ago
The Ruby on Rails framework is the most known and powerful ruby gem for a long time, and its core philosophy evolves around providing the smallest bit of elegant code to achieve a lot of features on your application. To provide that level of abstraction and elegant syntax, rails rely a lot on metaprogramming, so we can write less and achieve more on our codebase. - Source: dev.to / 11 months ago
Imagine a scenario where a user clicks on a link or button on the Rails website. This simple action initiates a web request from the user's browser, which then travels through the vast universe of inter-webs galaxies to land on the planet web server that hosts "Rails". The server then does its best and processes the request that was just received and sends back a response with the needed information and lands it... - Source: dev.to / 11 months ago
Today we consider how SQLite can enhance working with our database in our Ruby on Rails applications. The the database is simply a file, snapshots and clones are both simple and powerful. - Source: dev.to / 12 months ago
Ah right. I seem I am not able to edit my question to add more context. Yesterday there was a lot of discussions about the section "You’re in good company" from https://rubyonrails.org Some companies from there are not using Ruby on Rails anymore. Some are using it with other languages, some are using it fully. I then took a look at https://toprubycompanies.info and it does not seem to have more up to date data.... - Source: Hacker News / 12 months ago
I was watching the intro video by DHH at https://rubyonrails.org/ and stuck at 23.56. I have tried to google, but I can't figure out the issue. Source: about 1 year ago
This is the next in a collection of posts where I want to highlight ways we can enhance our Ruby on Rails applications to take advantage of and empower using SQLite as the database engine for our Rails applications. In this post, we dig into how to tune the SQLite configuration to better support production usage in a web application. - Source: dev.to / about 1 year ago
On all my application tutorials I start by setting up an application level REPL, it's basically a console script that loads all the files inside your project, if you're using a framework like Ruby on Rails or Hanami you already have a console by running the command console also. - Source: dev.to / about 1 year ago
Do you know an article comparing Ruby on Rails to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Ruby on Rails. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.