Go to the U of M home page
Showing posts with label ruby on rails. Show all posts
Showing posts with label ruby on rails. Show all posts

Wednesday, November 13, 2024

Ton'ys Tech Terms: Ruby on Rails

We use a software development framework called Ruby on Rails, often referred to as "Rails." Rails is a web development framework used to build online applications. Just as a kit can simplify building a model, Rails simplifies software builds by providing a structure that we can follow. By using Rails, we can focus more on the creative parts of our work instead of the repetitive technical tasks, which means that we can build high-quality applications more quickly.

One of Rails' strengths is its emphasis on making software that is easy to read and modify. This means that as needs change, Rails applications are generally easier to update. It encourages practices like testing code to prevent errors and "convention over configuration," meaning Rails has pre-set choices that allow us to focus on what's unique to the application rather than on routine setup.