Live data from Hacker News

Kickstarter: rails.app

kickstarter.com

1–10 of 175 posts

Re: Kickstarter: rails.app

#2
As Rails founding fathers complained of Java frameworks bloat, today's micro-framework fans complain of Rails bloat. Quite a cycle we've come through, isn't it ?

Re: Kickstarter: rails.app

#7
I propose a different funding model for this project. Why not approach Rails hosting vendors like Heroku, Engine Yard, etc. to fund this project, in exchange for built-in one-click deployment to their hosting environment.

Would be a win-win for the user and hosting provider.

Re: Kickstarter: rails.app

#8
I'm interested in whatever Yehuda Katz comes up with, but I've been a Rails dev at a Mac shop since 2007? and I have never been too frustrated by getting Rails running.

Does anyone here have specific problems? From my experience, it really has been a matter of "gem update --system; gem install rails".

Re: Kickstarter: rails.app

#9
post #2

As Rails founding fathers complained of Java frameworks bloat, today's micro-framework fans complain of Rails bloat. Quite a cycle we've come through, isn't it ?

He's not complaining about bloat. Unlike many other high-level languages, Ruby has several viable execution environments (MRI 1.8, MRI 1.9, Rubinius, and JRuby) and Rails works on all of them. OS X ships with a system Ruby. The result seems to be that some people have trouble getting the right combination of runtime and libraries running.

Re: Kickstarter: rails.app

#10
post #5

£25,000, how long would it take set up a repo so you could do go: sudo apt-get install rails-3.2 on Ubuntu/Debian?

Ubuntu has a rails package already, and nobody uses it. It only serves to confuse new users. Trying to mix deb and gem just hasn't worked well so far.

Making a Rails.app for Mac is different though, because everything would be isolated in your .app, while a .deb would install the files to the system and track them in the package management database, so trying to modify them outside of apt-get/dpkg just b0rks everything.

Post reply on HN