top | item 11814624

(no title)

rajahafify | 9 years ago

Sure, DHH said it himself. Rails is for basecamp like apps. Whats the deal?

discuss

order

stephenr|9 years ago

But is it "for Basecamp like apps". Or is it "for the Basecamp app"?

I honestly can't believe a back end framework has minimum supported browser requirements that are basically "use the latest or GTFO".

jacobsenscott|9 years ago

It is for "most web apps" because most web apps are like basecamp, and it isn't "use the latest or GTFO". It is "use the latest by default or add a single line to your gem file if you want to support older browsers."

Most web apps are only tested on the latest browsers anyway, even if they claim to support older browsers. This is true unless you have a very popular app and a very large team.

mhw|9 years ago

It doesn't. jquery-ujs will still be there if you want it, but depending on jquery brings along a lot of baggage along with the legacy browser support it allows. This discussion is just about what the default should be, and I don't think its unreasonable these days to aim for modern browsers as a default for most sites.