Live data from Hacker News

The 2018 Ruby on Rails Survey

rails-hosting.com

1–6 of 6 posts

Re: The 2018 Ruby on Rails Survey

#2
Thanks for conducting the survey, interested to see the results.

I find it strange (and possibly not very pragmatic) that not long ago at all, rails was almost a no brainer, and now it's the opposite, even though there must be many thousands of live applications.

Re: The 2018 Ruby on Rails Survey

#3
post #2

Thanks for conducting the survey, interested to see the results. I find it strange (and possibly not very pragmatic) that not long ago at all, rails was almost a no brainer, and now it's the opposite, even though there must be many thousands of live applications.

Thinking the same thing. I enjoy using rails. A lot of hype for other frameworks is misplaced

Re: The 2018 Ruby on Rails Survey

#4
post #2

Thanks for conducting the survey, interested to see the results. I find it strange (and possibly not very pragmatic) that not long ago at all, rails was almost a no brainer, and now it's the opposite, even though there must be many thousands of live applications.

Thinking the same thing. I enjoy using rails. A lot of hype for other frameworks is misplaced

Yes, rails is very pragmatic – it includes a lot of what you need, so you don't end up reinventing the wheel. I like the philosophy still, and the third-part libs (gems) are top-notch.

The problem I have with it now is that I am growing tired of untyped languages. What would a typed & compiled ruby look like? I know some things wouldn't be possible, but if we could keep the philosophy of rails, I think it would still be a great framework.

Re: The 2018 Ruby on Rails Survey

#5
post #4

Earlier quoted context omitted.

Thinking the same thing. I enjoy using rails. A lot of hype for other frameworks is misplaced

Yes, rails is very pragmatic – it includes a lot of what you need, so you don't end up reinventing the wheel. I like the philosophy still, and the third-part libs (gems) are top-notch. The problem I have with it now is that I am growing tired of untyped languages. What would a typed & compiled ruby look like? I know some things wouldn't be possible, but if we could keep the philosophy of rails, I think it would still…

You might like Crystal https://crystal-lang.org

Re: The 2018 Ruby on Rails Survey

#6
post #5
post #4

Earlier quoted context omitted.

Yes, rails is very pragmatic – it includes a lot of what you need, so you don't end up reinventing the wheel. I like the philosophy still, and the third-part libs (gems) are top-notch. The problem I have with it now is that I am growing tired of untyped languages. What would a typed & compiled ruby look like? I know some things wouldn't be possible, but if we could keep the philosophy of rails, I think it would still…

You might like Crystal https://crystal-lang.org

Thanks, I forgot about crystal. Now we just need Crystal on Rails :) It would force out some of the magic for sure, but that may be a good thing.