Modern Ruby Development
41–50 of 56 posts
Re: Modern Ruby Development
#42Personally, I don't understand the hype of rubyenv. I really love rvm. I'm not sure why the author called rvm a "mess of bash scripts". I guess because rvm has a lot of features? If I did not care for gemsets and all of the other niceties that rvm has, I guess I would be on the market for another ruby manager. The fact that the author of this article was rubbed the wrong way by Wayne and rvm, rubbed me the wrong way.
He probably called it a "mess of bash scripts" because, uh, it is a mess of bash scripts. Have you looked at the implementation? RVM is amazing in the functionality it has, don't get me wrong, but it hacks into your shell in some nasty ways and when things go wrong good luck figuring out why without diving deep into the underlying bash.
Re: Modern Ruby Development
#43Software that lacks a good uninstaller is always suspect, to me. It makes me smile to know that this is all that's necessary to remove RVM: > rvm implode How's rbenv for uninstallation? I'm familiar-enough with rvm that I know I can restore absolutely everything from scratch with a couple config options and a while for compilation - I'm more than happy to spend that to experiment as long as rbenv has a similar panic-…
Re: Modern Ruby Development
#44Interesting...still weighing whether I want to familiarise myself with Ruby/RoR or if I should continue to enhance my python skills and learn Django...I think the fact that more people are talking about Ruby development may sway me towards RoR
Re: Modern Ruby Development
#45Re: Modern Ruby Development
#46Earlier quoted context omitted.
You're right, there's nothing bad on sharing someone's preferred config. Calling that "modern ruby development" is silly.
i m moved to gedit and redcar from netbeans on ubuntu for any ruby development. on ubuntu does anyone have any recommendations?
Re: Modern Ruby Development
#47Earlier quoted context omitted.
Too much cool new stuff, why not just work out the bugs in the existing projects instead? This may not be a popular opinion, but I have a suspicion that the high degree of wheel reinvention in the world of Ruby and Rails libraries is due to two things: NIH Syndrome & the professed preference by employers for people with active GitHub projects. This causes all kinds of people to make their own gems and such where exis…
I'm definitely feeling the push to show that I'm doing something on my 'Hub account. I can see why it'd be tempting to go and reinvent a wheel to give that impression. To make it worse, GitHub only occasionally shows commit activity on repos belonging to other people. I have plenty of side-projects going over on a communal account at http://github.com/smashcon . If I work on some of those repos for a couple of weeks,…
https://github.com/pengwynn/faraday_middleware
The vast majority of commits are by https://github.com/sferik though.
I don't think pengwynn is gaming the system, but if someone wanted to, this is how they could do it.
Re: Modern Ruby Development
#48I thought this post would be about Ruby, but instead it's about Rails. Sort of. :(
For the record, I do straight ruby; I don't even know how to deploy rails.
Re: Modern Ruby Development
#49Earlier quoted context omitted.
Sometime I don't understand people that use Vim for everything. I used Vim casually so I'm not an expert. I understand that it'll take a while to master it. But compare to netbeans where you can navigate Ruby code quite fast (shortcut to method implementation, class implementation, project browse, auto-suggest, etc), why would I want to use Vim when I have to find the proper plugins (not just one, but a few) before I…
As a netbeans user but vim fanatic. I really like netbeans for project management, but vim is awesome for just manipulating text tons faster than you can with netbeans. Try the jVi plugin for netbeans to get that text editing power of vim with the project management features of netbeans.
Even when we were building version 1.0 of the software, there aren't too many text editing as opposed to navigating the code tree.
Isn't dynamic/scripting languages like Ruby and Python produced way less code than Java? (Hence, less typing again).
So this is why I don't quite get the group of people that swear by vim.
Re: Modern Ruby Development
#50Earlier quoted context omitted.
Capistrano is lacking, but has fewer good alternatives. What would you recommend over it?
Back when I was doing Ruby I was always fond of Vlad the Deployer: http://rubyhitsquad.com/Vlad_the_Deployer.html No idea if it's aged well.