Grow your community and let your products shine!

Ruby on Rails

Company Overview

Ruby on Rails is an open source full-stack web application framework for the Ruby programming...

Tags:

Company Information

Platforms

Pricing

Categories

Features & Specs

  • 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.

  • Videos

    External Sources including reviews & comparisons

    Social Recommendations


    • A RuboCop Configuration Tailored for Phlex

      As a developer working with Ruby on Rails and the Phlex framework, I encountered a common pain point: writing Phlex views that are clean, readable, and efficient, while also adhering to RuboCop’s default style guidelines. While RuboCop is a fantastic tool for enforcing coding standards and preventing messy codebases, it can feel a bit restrictive when applied to view code, especially when using frameworks like…

      – Source: dev.to
      /
      2 days ago


    • Diversify Your Tech Stack: Uncovering Powerful Node js Alternatives

      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
      /
      about 1 month ago


    • Mastering Node.js

      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


    • Laravel 11.x Sanctum SPA authentication with Postman!

      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


    • How Our Expertise Helped Curb Real Estate Communication Chaos

      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
      /
      4 months ago


    • React + Ruby on Rails without any gems

      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
      /
      4 months ago


    • How We Helped an Existing Product Debug, Grow, and Gain More (Satisfied) Customers

      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
      /
      4 months ago


    • Why We Don’t have a Laravel for JavaScript… Yet

      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
      /
      4 months ago


    • Building an Ruby on Rails MVP.

      Ruby on Rails, in my opinion, is the most productive full-stack web framework to-date.

      – Source: dev.to
      /
      4 months ago


    • How to have a clean CSS structure with RSCSS/ITCSS

      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


    • On the road to ramen profitability

      A 7.1 Ruby on Rails application hosted on a Hetzner VPS and deployed via Kamal.

      – Source: dev.to
      /
      5 months ago


    • Should You Use Ruby on Rails or Hanami?

      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
      /
      5 months ago


    • Client side Git hooks 101

      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
      /
      6 months ago


    • 16 Best Ruby Frameworks For Web Development [2024]

      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


    • HTML Data Attributes: One of the Original State Management Libraries

      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
      /
      10 months ago


    • Metaprogramming in ruby

      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


    • Mastering Rails Web Navigation with link_to and button_to Helpers – Part 1

      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


    • Local snapshots

      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
      /
      about 1 year ago


    • Ask HN: Who is using Ruby? Please share your web app stats

      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
      /
      about 1 year ago


    • Rails 7 ActionMailer not working

      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


    • Fine-tuning your SQLite database

      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

    Similar Products

    AutoCAD mobile app, formerly AutoCAD 360 and AutoCAD WS, is a CAD viewer for viewing, creating, editing, and sharing AutoCAD drawings. Download a free AutoCAD mobile app trial for Windows 10, iOS, or Android.
    Web-based project collaboration tool.
    Bforartists is a fork of Blender.
    Cloud-based software application for consulting firms (and students) with all the tools required in...

    This is it!