Introducing G2.ai, the future of software buying.Try now
Ruby on Rails
Save to My Lists
Unclaimed
Unclaimed

Top Rated Ruby on Rails Alternatives

ASP.NET
(55)
4.3 out of 5
JQuery UI
(28)
3.6 out of 5

Ruby on Rails Reviews & Product Details - Page 7

Ruby on Rails Overview

What is Ruby on Rails?

Learning to build a modern web application is daunting. Ruby on Rails makes it much easier and more fun.

Ruby on Rails Details
Show LessShow More
Product Description

Learning to build a modern web application is daunting. Ruby on Rails makes it much easier and more fun.


Seller

Open Source Initiative (OSI)

Description

It appears there might be a mix-up in your request. The Open Source Initiative (OSI) and the website https://opalang.org/ represent different entities.1. Open Source Initiative (OSI): The OSI is a global non-profit organization dedicated to promoting and protecting open source software through education, collaboration, and infrastructure. The OSI is widely recognized for its stewardship of the Open Source Definition (OSD), and it plays a significant role in the open-source ecosystem by approving open source licenses and advocating for the open source model.2. Website - https://opalang.org/: This URL pertains to Opa, an open-source programming language designed for developing scalable web applications in a concise and secure way. Opa's framework is built for writing backend applications in a way that automatically compiles to JavaScript, simplifying development processes and reducing coding errors.For the Open Source Initiative, you can visit their official site at https://opensource.org/ to find more detailed information and resources. If you are interested in learning more about Opa, https://opalang.org/ would be the correct place to explore.

Ruby on Rails Integrations

(4)
Integration information sourced from real user reviews.

Recent Ruby on Rails Reviews

Vinicius G.
VG
Vinicius G.Small-Business (50 or fewer emp.)
5.0 out of 5
"One of the Most Productivity-focused Web Frameworks"
Ruby on Rails is really easy to start using, has a thriving community and can be written like English.
KF
Konstantin F.Small-Business (50 or fewer emp.)
4.0 out of 5
"Amazing Framework to build products and services"
Innovative Framework for building real life applications without dependency hells and a streamlined well though development for highly maintanable ...
Swapnil T.
ST
Swapnil T.Small-Business (50 or fewer emp.)
4.5 out of 5
"Good development product"
Efficient way to write code. Supports rapid development. Offers useful gems for web development.

Pricing Insights

Averages based on real user reviews.

Time to Implement

3 months

Perceived Cost

$$$$$
View More Pricing Information

Ruby on Rails Media

Answer a few questions to help the Ruby on Rails community
Have you used Ruby on Rails before?
Yes

81 Ruby on Rails Reviews

4.5 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
81 Ruby on Rails Reviews
4.5 out of 5
81 Ruby on Rails Reviews
4.5 out of 5
G2 reviews are authentic and verified.
Verified User in Computer Software
UC
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Ruby on Rails?

The Ruby language is truly the best feature of the Rails framework, but the contribution of David Heinemeier Hansson has been to exemplify the idea of 'convention over configuration'. When working in Rails, there is almost always a clear and efficient path to a solution (within the confines of web applications, at least). This makes Test-Driven Development very attainable, since the components needed for a new feature are easily worked out before the feature is built. This, in turn, expedites the creation of new applications and the maintenance of existing ones because it permits safe assumptions and expectations about organization. Review collected by and hosted on G2.com.

What do you dislike about Ruby on Rails?

Sometimes the creators of Rails take convention-over-configuration a little too far, resulting in undesirable libraries and limiting patterns being included with the framework. This, I feel, has made some trending concepts and architectures (SPAs, for example) unnecessarily complicated to implement without relying on other technologies. Review collected by and hosted on G2.com.

Recommendations to others considering Ruby on Rails:

The Ruby language is very nice for a developer to work with, and the inclusion of Action Cable in Rails 5 may finally make Rails a reasonable choice for real-time web applications. I would, therefore, choose Rails over alternatives for nearly any project, especially if working with a non-static team. Review collected by and hosted on G2.com.

What problems is Ruby on Rails solving and how is that benefiting you?

Recently, my company required a RESTful JSON API for an Angular application. Adapting the existing application to this use was a breeze due to consistent patterns and organization. I have repeated this experience with numerous feature requests, and picking up where someone else has left off is often trivial. Review collected by and hosted on G2.com.

Austin K.
AK
IT Administrator
Computer Networking
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Ruby on Rails?

The ease of development and creation of web applications. Review collected by and hosted on G2.com.

What do you dislike about Ruby on Rails?

Wish there was a more documentation to figure out complex objectives, but that's way of software development. Review collected by and hosted on G2.com.

Recommendations to others considering Ruby on Rails:

Yes use Ruby on Rails. It is amazing, the community is huge and getting bigger every day Review collected by and hosted on G2.com.

What problems is Ruby on Rails solving and how is that benefiting you?

We solved a problem in our company by developing a web app in rails to manage customers & their jobs(work orders). To create work orders & also log and print the workorders off. Review collected by and hosted on G2.com.

Verified User in Banking
UB
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Ruby on Rails?

The best part about Rails, is the community. It is a constantly evolving framework built in a very easy to understand language. Its also great for small teams as everything you might need to make a web application comes built in. From connecting to databases and handling data objects, to rendering views and handling sql injections to international languages. Ruby on Rails a complete package of everything you need to make a web application Review collected by and hosted on G2.com.

What do you dislike about Ruby on Rails?

There is a lot of magic in Rails, by this I mean sometimes things just happen and you have no idea why. Furthermore, Rails has a lot of the same problems as Ruby, It's slow and gives the developer a lot of freedom to make a lot of mistakes. It also doesn't scale past 30 / 40 engineers unless you really know what you're doing. It becomes hard to maintain, slow and just a pain over all. Rails also still uses the MVC which a fairly outdated way of creating web applications as more people move to single page applications built with Node Review collected by and hosted on G2.com.

Recommendations to others considering Ruby on Rails:

Check out Node as well Review collected by and hosted on G2.com.

What problems is Ruby on Rails solving and how is that benefiting you?

I have worked at many companies that use Ruby on Rails as their main technology stack. The benefits are that Ruby on Rails works but not at a large scale and makes everything easy. Review collected by and hosted on G2.com.

Verified User in Internet
UI
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Ruby on Rails?

If you are writing a big enough webapp I believe it's a good framework. It makes it easier to get started without configuring anything and it gives you a very good mvc based directory structure which can be a pain to configure for frameworks like Sinatra. There are lots of libraries that support ruby on rails integration out of the box so that's always a good thing.

Another good thing about Ruby on Rails is the community. You can almost always find a solution to any problem that you are looking for and that makes development a lot faster. And I love the generators that come with the framework; boy do they save time! Review collected by and hosted on G2.com.

What do you dislike about Ruby on Rails?

Personally I don't like to start with so many things in my app. I have developed both using Ruby on Rails and Sinatra; my first instinct is to use Sinatra, because it's simply a very lightweight framework and I can configure/add things as I need them. Review collected by and hosted on G2.com.

Recommendations to others considering Ruby on Rails:

It's a great framework if you are starting out. It's in fact one of the best frameworks in Ruby and it's successful for a reason. Once you are at a scale, you might want to look a better language altogether. But don't worry Ruby can handle pretty large scale applications for most purposes. Review collected by and hosted on G2.com.

What problems is Ruby on Rails solving and how is that benefiting you?

I am a developer and I have developed several services using Ruby on Rails. I have used it in the past to create some very large services, serving millions of people. It's a perfect framework for a startup and makes the development process easier for developers. Review collected by and hosted on G2.com.

Verified User in Higher Education
UH
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Ruby on Rails?

- minimum time requirement for web development

- one of the fastest growing community

- gem based support

- quick and easy way to develop large scalable website Review collected by and hosted on G2.com.

What do you dislike about Ruby on Rails?

- comparatively less support in terms of multi threading

- not enough tutorials for rails 4

- Initial learning curve requires a little more effort than other languages Review collected by and hosted on G2.com.

Recommendations to others considering Ruby on Rails:

Absolutely yes, if you are a startu Review collected by and hosted on G2.com.

What problems is Ruby on Rails solving and how is that benefiting you?

- I am building an e commerce website using ruby on rails. I think there are several gems like spree out there which helps me to launch it quickly with less effort and I can customized it according to my need. Review collected by and hosted on G2.com.

Verified User in Internet
CI
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Ruby on Rails?

I like the fact that I can create applications very quickly, that I do not have to deal with too many technical details and I can focus on my business domain problem. Review collected by and hosted on G2.com.

What do you dislike about Ruby on Rails?

I do not like the fact that does not enforce various object oriented patterns. For example, the decorator pattern. Review collected by and hosted on G2.com.

Recommendations to others considering Ruby on Rails:

They need to spend time on learning the framework and its capabilities. It has a steep curve if one has never done any Web development work in the past. Review collected by and hosted on G2.com.

What problems is Ruby on Rails solving and how is that benefiting you?

I solve the business problems around enterprise data management, e-shops. The benefits are the lower stack technical challenges that are already solved. Review collected by and hosted on G2.com.

Muntasim A.
MA
Founder & CTO
Information Technology and Services
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Ruby on Rails?

I like the conventions. If you can think correctly then you will find everything there in Rails. It recommends all the best practices for your applications. Another best thing is the community. If you search for anything, in 98% cases you will find it with 1/2 attempts. Review collected by and hosted on G2.com.

What do you dislike about Ruby on Rails?

I'm biased a lot with Rails, so everything looks good to me. Review collected by and hosted on G2.com.

Recommendations to others considering Ruby on Rails:

If you really thinking about a framework to get your job done, grab it. Its more than a framework. Review collected by and hosted on G2.com.

What problems is Ruby on Rails solving and how is that benefiting you?

I have developed wide range of applications, exploiting its gems and as a result rapid development. Review collected by and hosted on G2.com.

Blake H.
BH
Software Developer
Telecommunications
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Ruby on Rails?

It allows us to quickly build out, test, and iterate on features. This is enabled by convention over configuration, a great open source community with a ton of gems, and easy-to-setup hosting platforms. Review collected by and hosted on G2.com.

What do you dislike about Ruby on Rails?

Community gems are unreliable and often become outdated and abandoned by the original developers. Ruby is slow and scaling to meet the needs of a growing user-base is expensive. Review collected by and hosted on G2.com.

Recommendations to others considering Ruby on Rails:

An excellent tool for the right job. Review collected by and hosted on G2.com.

What problems is Ruby on Rails solving and how is that benefiting you?

Call tracking, intelligent routing, and analytics. We were able to build out a product and bring it to market very quickly for minimal cost. Review collected by and hosted on G2.com.

Zhewei H.
ZH
Software Developer Internship
Internet
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Ruby on Rails?

The framework is strictly MVC based. Each new user can build a web application with in 20 minutes. The ruby language is user friendly. Review collected by and hosted on G2.com.

What do you dislike about Ruby on Rails?

Ruby on Rails framework will load too many things at the very beginning. Some of them will never be used by developer. It will make the framework big and slow. Review collected by and hosted on G2.com.

Recommendations to others considering Ruby on Rails:

Ruby on Rails is an open-source project. You can communicate with developer easily. It keeps updating. Review collected by and hosted on G2.com.

What problems is Ruby on Rails solving and how is that benefiting you?

STRM education problems. We make our project totally open-source. Students can make contributions to our project. Review collected by and hosted on G2.com.

Parth P.
PP
Intern
Computer Software
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Ruby on Rails?

Just faster and essay web development... Review collected by and hosted on G2.com.

What do you dislike about Ruby on Rails?

Nothing but ya if it is provide virtual environment like python it would be great for us... Review collected by and hosted on G2.com.

What problems is Ruby on Rails solving and how is that benefiting you?

Less time conjunction with it and essay and faster to deploy my apps Review collected by and hosted on G2.com.