| |
|
|
| 32. | | Amazon Tells States: 'Drop Dead' Over Sales Tax (wired.com) |
| 60 points by spottiness on June 14, 2011 | 43 comments |
|
| 33. | | How Working Out Makes Us Better Entrepreneurs (derekflanzraich.com) |
| 62 points by jasonshen on June 14, 2011 | 43 comments |
|
| 34. | | Why All The Daily Deal Hate? (techcrunch.com) |
| 60 points by rottencupcakes on June 14, 2011 | 23 comments |
|
| |
|
|
| 36. | | VC per capita, Europe: $7, U.S.: $72, Israel: $144. (wsj.com) |
| 58 points by friism on June 14, 2011 | 46 comments |
|
| 37. | | Automatic Login Links (collectiveidea.com) |
| 57 points by laserlemon on June 14, 2011 | 28 comments |
|
| |
|
|
| |
|
|
| |
|
|
| 41. | | Mixpanel Streams: Watch What Your Users Are Doing On Your Site, In Real Time (techcrunch.com) |
| 58 points by suhail on June 14, 2011 | 13 comments |
|
| 42. | | Insight into CD Baby's Customer Support - An Interview with Derek Sivers (supportbee.com) |
| 53 points by nithyad on June 14, 2011 | 10 comments |
|
| 43. | | Why Facebook is Losing US Users (pcmag.com) |
| 48 points by mwbiz on June 14, 2011 | 38 comments |
|
| 44. | | Rails 3.1 Asset Pipeline in the Real World (nodeta.com) |
| 52 points by livedo on June 14, 2011 | 5 comments |
|
| 45. | | HW accelerated WebGL fallback using Java (code.google.com) |
| 49 points by qmaqdk on June 14, 2011 | 12 comments |
|
| |
|
|
| 47. | | Universities 'dumbing down on maths' to fill places (bbc.co.uk) |
| 49 points by ColinWright on June 14, 2011 | 44 comments |
|
| 48. | | Leaked NPD(German right wing party) donors-list meets Google maps (maps.google.com) |
| 48 points by kv0 on June 14, 2011 | 44 comments |
|
| 49. | | Clojure Conj 2011 Early Registration Open (clojure-conj.org) |
| 48 points by devin on June 14, 2011 | 20 comments |
|
| 50. | | Why are business schools failing at the education of entrepreneurship? (humbledmba.com) |
| 46 points by jaf12duke on June 14, 2011 | 18 comments |
|
| |
|
|
| 52. | | The ReadyForZero Programming Challenge (readyforzero.com) |
| 45 points by ithayer on June 14, 2011 | 56 comments |
|
| 53. | | Why decision trees is the best data mining algorithm (zyxo.wordpress.com) |
| 42 points by ColinWright on June 14, 2011 | 14 comments |
|
| |
|
|
| 55. | | Elixir v0.3 released: Method dispatching and charming syntax for the Erlang VM (plataformatec.com.br) |
| 42 points by cookiestack on June 14, 2011 | 5 comments |
|
| 56. | | Apple agrees to pay Nokia patent licensing fees (cnet.com) |
| 41 points by franze on June 14, 2011 | 14 comments |
|
| 57. | | Does anyone care about your new product? (andrewchenblog.com) |
| 41 points by revorad on June 14, 2011 | 10 comments |
|
| 58. | | The Little Book on CoffeeScript (arcturo.com) |
| 40 points by jashkenas on June 14, 2011 | 3 comments |
|
| |
|
|
| 60. | | Eclipse Indigo unveiled (ibm.com) |
| 40 points by gulbrandr on June 14, 2011 | 10 comments |
|
|
| More |
Rails is, and really has always been, a framework which changes very quickly. Although virtually all of these changes are for the better either in some abstract feels-better sense or in a tangible practical sense, each of these changes imposes a cost on other people.
This isn't really a problem with the decisions of the rails core team, it is the entire ethos accompanying rails. Authentication plugins I remember from 4 years ago are barely maintained today, and there are a whole bunch of new ones. I'm guessing my knowledge re: authentication has a half-life of approximately 1.5 years.
The implications are as follows:
(1) If you are a Rails developer you need to be a full-time Rails developer and not do too much else. You can't do Rails and a bunch of other things because Rails will take up a lot of your time.
(2) Think you can code, release, and forget about it? Think again. If you have projects, you (and the people who commissioned the projects) need to know that these projects need to have at least 5 hrs / week budgeted for the indefinite future (perhaps less, but the point is that they need a developer on staff -- they can't simply be released and forgotten about).
(3) Extra caution, since not all change is good change. You may end up to subject whatever is cool at the time. That's not to say that this really affects the core team, but there are a gazillion Rubyists out there attempting to change everything over to MongoDB that works just fine in whatever flavor of SQL they were running before. A lot of people have been burned here.
All of these take away from the promise and excitement of Rails for many people -- which was not simply "oh we can be on the cutting edge of technology," but "oh, we can have a sexy app with decent functionality up in a matter of a couple weeks with half the budget of what we thought." That second impression, which is what a lot of the Rails ecosystem is built off of, is largely false (esp. now that there are a bunch of other quickstart web frameworks).